Browse By Tags

  • Insert an Opportunity using AddRecord using SOAP Web Services

    I have covered inserting a record using the Add() methid in the article " Add Case Example using Web Service Interface ". Below is some example code that shows how to insert a record using the AddRecord() method of the SOAP webservices. WebService…
  • 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…