Browse By Tags

  • Sage CRM 2021: An Introduction to using the SOAP Web Services

    In this article I want to consider how Sage CRM's SOAP based web services can be used to extend its features and integration with other systems. Sage CRM actually has two forms of web service in the current system. It offers both REST and SOAP Web Services…
  • Library Record Creation - Sage 2017 R2 - SOAP /WEBSERVICES - Question

    All, Thanks for taking the time to read this. I have an issue with creating a library record via web services. AIM : Create a library Record -> Populate fields with data. Sample Code: ewarebase[] CRMBase = new ewarebase[1];//Allows reference…
  • add a case using sdata in third party applications

    I was wondering it is possible to create a case using sdata from a third party application. and if there is, how I would approach this.
  • Querying by email address

    I’d like to use sData or SOAP to find the person associated with an email address. I found an old thread that refers to a bug that prevents this unless the bord_WebServiceTable can be modified. community.sagecrm.com/.../16528.aspx Has this been fixed…