• Web Service wsdl Unable to connect

    Help, please! I am attempting to connect to the wsdl for a Sage CRM 2020 R2 install and I am getting the following error. This page contains the following errors: error on line 3 at column 62: Opening and ending tag mismatch: hr line 3 and body Below…
  • Sage CRM Web Services in Node.JS

    I am trying to write some code using Node.JS to push data into Sage CRM through the SOAP web Services. I am currently at the dead end in terms of some errors faced, i would appreciate if i can be pointed to the error. I know writing this in .Net C# or…
  • 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…
  • Error on getting Record count for users by queryidnodate

    I want count from user table , so now i am executing query like queryidnodateresult idList = CRMService.queryidnodate("", "users", true); aisid[] myaisid = idList.records; MessageBox.Show("Number of IDs returned by query:"+myaisid.Length.ToString…
  • Email and Phone Data Duplicated and Not Synced For Updates Made Either By Admin or by Web Service

    There is a rabbit hole that is the CRMEmailPhoneData table and its non interaction with webservice updates to Email and Phone links tables. We had been testing cases where the EmailLink is deleted, (user deletes the email address for an entity but the…
  • Get Communications for User via Web Services

    Hi, When adding a Communication via Web Services, a comm_link record is automatically created, linking to the assigned User. I cannot see an obvious way, however, to retrieve the Comms for a given UserId, without running two separate queries - firstly…
  • Using T-SQL functions in <fieldlist> element of web service XML

    Hi How can I use the T-SQL function for example ISNULL() in a <fieldlist> tag of a web service XML (using Sage CRM 7.1)? When I execute the following request in a fiddler: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap=" ">schemas…
  • SOAP Request causes Access violation

    Hello community I'm trying to get the SOAP-Webservice in CRM to work but i get always an access violation error. this is how the request looks like... ################################################# POST /crm/eware.dll/webservices/SOAP HTTP…
  • Update field in CreateScript

    On the field orit_quantity , I have written code in the section CreateScript, to call a web service to get the discount and the price according to the article and the quantity. Is it possible, in this section (CreateScript), update other fields, for example…
  • How to use queryid method?

    Hello, We want to use queryid method for data synchronization with the external application. The queryid method has the following parameters. For instance, we want to fetch data from 'Person' table every day. What parameter values (queryString, orderBy…
  • Using the Web Services API

    I am trying to use the web services API, but I'm running into an issue. I've found that if I log into SageCRM and have an active session, then the API works fine. However, if I do not have an active session and I try to connect the the web service API…
  • webservice api with java

    Hi, I'm new to sage crm (also webservices) and I would like to use sage crm's webservice api (the localhost/crm/eware.dll/webservice/webservice.wsdl file). I followed the steps in the tutorial video that I have downloaded from here ( DP13 Sage CRM…
  • Queryentity getting null or default values for most fields (Webservice)

    Dear Sirs, I'm using C# .Net and a Service Reference to run queries on CRM 7.1 API. The problem is that I get null (or default) values for most fields while running queryentity , query , etc. In the other hand, queryrecord works fine, although it's cumbersome…