I have created a new custom entity, I can use the API to create new entries, but I can't seem to query the custom entities via the API. The custom Entity is called test. When I create a new one I use the entity name test_obj, and when I query it I use select * from test_obj. But on the query I get the error message: Error…
ContactSegment returns ContactID SegmentID DateUpdated https://www.blackbaud.com/files/support/helpfiles/connect/Content/ContactSegment.htm How can we get Segment Name? Cheers
This is my query: SELECT * FROM ContactPayment where Date between '2014-07-10' and '2014-07-11' order by Date ASC It alternately returns a timeout error and this: SOAP Fault: (faultcode: HTTP, faultstring: Method Not Allowed) However, the docs say that this method is, indeed, allowed.…
Hi Eric et al Is there any way via the api to get a "custom profile field" field name? Right now, I can get the field id, the contact id, and the value, but I also need to know what the field is for .. https://www.blackbaud.com/files/support/helpfiles/connect/Content/ContactCustomProfileField.htm Thank you in advance for…
Hi guys, me again ;) I'm getting an error when calling the ContactProfile entity. Here's the link to the error: https://connect.kintera.com/errordetail.aspx?id=ac20306a-d423-e411-bb1d-180373ff2744 Please let me know if there's any other troubleshooting info I could provide. Regards James
I'm trying to get the total number of records in PaymentItem, and also get the first record, so I can break it down and import the records in chunks of 100. However, I'm getting an error when calling "select * from PaymentItem". PHP Error[2]: SoapClient::__doRequest(): SSL: Connection reset by peer I have a hunch it's…
Is it possible to connect to Blackbaud Sphere using an ODBC or OLE DB driver? Specifically, I'm trying to use an integration application (e.g., Scribe Online) to synchronize data between Blackbaud Sphere and Salesforce.
We've created an event site in Sphere (still in preview at this time). By default there is a table that displays top teams, so obviously there is a query that returns this data for display on the page. In the registration form for Team Registration we've set up a custom profile field so the registrant can specify whether…
I'm trying to query the ContactPayment entity by Date. I see that the data type is "dateTime". However, there are many interpretations of dateTime - can someone tell me the right dateTime format? I have tried ISO 8601 and RFC 2822. Thanks
I'm writing a script to get all of our records from the ContactActivity entity, which has 8,098,887 records in it. The first 10 calls, to pages 1-10, might work fine, then I start getting errors (see below). The error, "Method Not Allowed", seems incorrect, as this method does work with this entity on the first 10 calls.…
It looks like you're new here. Sign in or register to get started.