Browse By Tags

  • Adding Emails and EmailLink records using SOAP web services.

    Adding Companies and Persons with their associated email address is a pretty easy thing to do in the SOAP web services. I have covered the adding companies with their child records in the article " Adding a Company Entity using the Web Service API ".…
  • 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…