• Using sdata for Custom Entity View

    Hi, we have a client using v2018 R2 and have setup a view for a custom entity and marked it for use via sdata. When trying to use is via the webservice it always errors. Looking at the sql logs, the query is asking for some comp_ fields even though the…
  • Web Services Consumed inside Node.JS framework

    I am aware Sage CRM Web Service SOAP API can be called in any language , my current knowledge is restricted to .Net & PHP, any available sample code any partner has written using Node.JS , there is a whole array of applications that can be integrated…
  • Exception Caught In DispatchAPI. Message - Query failed to run successfully

    Hi , I am getting Web-service exception as "Query failed to run successfully'" on excuting queryresult as below: webService.queryrecord("", "comp_companyId>0 and comp_updateddate >= ’08-05-2016 00:00:00‘", "Company", "comp_companyid") While…
  • is it possible to connect webservice when auto IIS login is set to true

    Please help me to know can i login using Webservice even though Auto IIS login was true. If yes, please share the detail code for Webservice login Thank you in Advance
  • Error 500 Generating WSDL File

    I'm getting the http internal server error 500 when trying to open the wsdl file in 2 different, but similarly customized systems. I'm using 7.3c. Url is http://[server]/[database]/eware.dll/webservices/webservice.wsdl. Can this be caused by adding…
  • Developper doc for WebServiceSoapPortClient

    Hello, Where can I find documentation of the CRM W ebS ervice for use WebServiceSoapClient ? I have 7.x developer guide. Or how can i import WebService in VisualStudio 2013 ? Thank's
  • Adding Leads VIA Webservice API

    I have a Cloud instance of Sage. Have allowed Webservice API access. I'm attempting to add a Lead via The Webservice API. I've added the Service Reference in VS and can access the various methods of the Webservice, however, when I create a Lead, it…
  • Submitting form values to an external website after record insertion.

    Hello, I seek a little advice as i am new to this (external accessing) concept. From what i understand, is that an external access to Sage CRM in a secure and the only way can be achieved by using Web Services which are using Sage API. However…
  • Access violation at address 1A10D74C when trying to login using the WebService

    Hi, We have a situation where we are trying to login using the soap web service call from a PHP application. After the login request have been sent we get an Access violation at address 1A10D74C. We are still running version 7.0 d, on MS Server…
  • Custom ASP.NET file error

    Hi, We are developping a custom ASP.NET page to upload an excel file. Once this fileis uploaded, we're using the webservice interface to import/update those "excel records" into a custom entity. That part works perfectly ! We created a buttongroup…
  • Webservices bug? Orders.PricingListID

    Hi. I am using the CRM WebService (CRM version 7.1.h) with a simple WinForms application. I attempt to add an order like so: Dim _sID As String = "116865008332666" Dim _header As New CRMReference.SessionHeader With {.sessionId = _sID} Dim _ws…