• Sage CRM Rest API - $type not shown in response GET Email or GET Phone

    We use the Rest API of Sage CRM (2022 R2, on premises). The result of a GET of an Email fails to return the type of the Email. Same for GET of Phone (no type of Phone number). The documentation shows that the response should contain attribute '$type'…
  • How to get Order Items for a specific order via the REST API

    Hi I'm trying to create orders using the REST API, which I can do (I can create an opportunity ID, and use that to create an order), but I need to be able to add order line items. I was going to GET an order and associated items, and use that to work…
  • Call a svc Web Service from Table Script

    Hi! Is it possible to call a REST .svc Web Service from the CRM table scripts after a Company is created or updated with the companyid in the call? Also, is there an existing table script execution log I can consult to debug? Thanks! Pascal.
  • Create Lead API not taking email address more than 12 chars

    I am trying to create leads using SDATA API but getting error if the length "Lead_PersonEMail" is more than 12 chars. If I try to create using UI, then I dont get any such error message. Here is the error I am getting - { "$diagnoses": [ { "$severity…
  • Need trial version of Sage CRM

    Hi there, Our customer would like to integrate Sage CRM into their customized .NET based application. This integration requires accessing contacts from the CRM, add notes against contacts etc. I have gone through website and many other links and could…
  • SageCRM version required for SDATA access?

    Hi, I'm new to SageCRM and I can't seem to find what version of Sage CRM is required for SDATA access? If mine supports it, I just get '404 - not found' errors when constructing the URLs. Thanks for any information anyone can provide. Kind regards…
  • Pagination Behavior for list api

    Hi, We have a question on the functionality of the 'List' api (GET). We need to understand the behavior for pagination. For the scenario: https://cloud.na.sagecrm.com/sdata/XXXXXXXX/sagecrm2/-/Address?startindex=1&count=5 We see the following…
  • A few queries on Sage CRM - widely used version, release date and backward compatibility

    Hello, We are a team developing a connector for Sage CRM. We need following inputs for us to proceed with our development: 1. We need information on the customer base for the Sage CRM versions, i.e. which version of Sage CRM is being widely used…
  • Query for recommended deployment between ReST and SOAP

    Hello, I'm working as a developer and building an integration between Sage CRM and client tool. We will be supporting both latest on-premise and Cloud professional version of SAGE CRM. Both of these versions are supporting same set of APIs {both…