Browse By Tags

  • CORS policy

    Hi Devs, please assist with resolving Cors Policy errors. I'm retrying to send requests to a CRM server running on IIS but they are blocked by CORS Policy (HTTP not ok). I am able to send the requests from Postman but I can't from a web app. I am aware…
  • Working with Default Company Addresses

    If you need to list company default/main addresses you can link from the Company to the Address table. You don't need to link to the address_link table. The address link table is used to keep details about the alternative addresses that might be stored…
  • 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…
  • Email address access through SOAP Web services and CRM 7.1 SP2

    Hi All Below is an extract of modified code from the sixthapp web services solution that Jeff Richards created. We are running the solution against Sage CRM 7.1 SP2 and the problem that we are seeing is that the CRMEmail.type never equates to "Business…