• 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…
  • 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…
  • add a case using sdata in third party applications

    I was wondering it is possible to create a case using sdata from a third party application. and if there is, how I would approach this.
  • Add person through PHP web services

    I would like to add a person entity through PHP web services and I have some difficulty adding phone and address to this person, can you please let me know what is wrong with my code: //get WSDL client $options = array('trace' => true); $wsdl = ' crm…
  • WebServiceSoapPortClient - Change URL

    Hi, I want change by code my web service url. http://127.0.0.1/crm/eware.dll/webservice/webservice.wsdl to http://myserver/crm/eware.dll/webservice/webservice.wsdl There's this creator WebServiceSoapPortClient(string endpointConfigurationName, string…
  • Access violation at address 1A14DA6C in module 'eware.dll' error, when trying to connect a Web Reference from Visual Studio.

    I’m trying to connect to the eware.dll to access webservices/webservice.wsdl, but get the following error when I try to connect to this as a Web Reference from within my, c#, solution: There was an error downloading 'https:// {machineAddress} /crm/eware…
  • 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…
  • Sage CRM 7.3 - Self Service site creation

    Hello, Does the Self Service site have to be created with classic ASP Pages? Or can I create essentially any client side web site, and connect to CRM via SOAP and/or SDATA? If so, are there any tutorials on that? I've found and read many articles on…
  • 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…
  • CRM Integration with SAGE100 ERP

    Hello I'm kind of new user of Sage CRM and i want to know is it possible to make a CRM integration with Sage 100 hosted on a remote server? Best regards
  • Is it possible to increase the return record count value from Webservice query/queryrecord

    I am to import data using Sage CRM for that i am using the SageCRM. It's working perfectly ok for me but when the umport data count is huge like 500K-800K it's took so much time and seems to be waste of time. So is any other alternative that will…
  • SageCRM QueryResult into Datatable

    Is it possible to covert queryresult or queryrecord result to convert into datatable ?
  • Sage X3 V7 Update8 SOAP Webservice

    Hi eveybody, I want to call webservices to interact with Sage using PHP. I was not able to do it even using SoapUI this is the code that I sent: <soapenv:Envelope xmlns:xsi=" ">www.w3.org/.../XMLSchema-instance" xmlns:xsd=" ">www.w3.org/...…
  • Query for recommended deployment between ReST and SOAP

    Hello, I'm working as a developer and building an integration between Sage CRM and client tool. We will be supporting both latest on-premise and Cloud professional version of SAGE CRM. Both of these versions are supporting same set of APIs {both…
  • 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…
  • Web services php code to add a lead fails silently

    I'd appreciate some help to identify why this php code fails silently. try { //define connection options, this allows for recording messages sent and received $options = array('trace' => 1); $client = new SoapClient(" ">cloud.eu.sagecrm.com/.../webservice…
  • Getting "Query failed to run successfully" while executing QueryId

    Hi, I am using Sage CRM 2014 R2.4 Trial(CLoud) for testing purpose, so that we can have idea weather it fits our requirements or not. While executing QueryId object I am getting " Query failed to run successfully" . Here is the input which we are…
  • Get All Companies

    Hi I have a question. How can I get lists of all companies using web-service in PHP? Should I use query function? Is there any example of using query function? Thanks Kris
  • 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…
  • soapUI

    Hi, One of our customer needs to use soapUI to communicate with SageCRM webservices. Do you have any sample for us ? TIA ! Regards, Stephen
  • WebService call using javascript

    I have a requirement to make some webservice calls from an html page. I've been trying to mimic Jeff's example found here https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2010/04/13/grabbing-serverside-information-using…
  • Import datetime fields with webservices

    Hi everyone, We are experiencing difficulties when we're importing CSV file into an custom entity. String, double and integer types are imported but we can't figure out the string format for the datetime type ! Can somebody help us ? TIA !
  • Update Multiselect field using PHP via SOAP

    I'm creating a PHP application that adds and updates data in CRM (version 7.1). Here is the code snippet that I'm using for updating fields: $update_data = array("personid"=>$person_id_in_crm, "interestedin"=>$product); $update_var = new SoapVar($update_data…
  • 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…
  • 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…