Browse By Tags

  • 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…
  • Notice changes on sage SOAP getTypes

    I have recently noticed that Sage somehow change the structure/return type for SOAP __getTypes(). normally it returns a set of object which look like the following stdClass Object ( [result] => stdClass Object ( [tables] => Array ( [0] => stdClass…
  • Sage Web Services Using PHP SOAP

    I am using php SOAP to post lead data to SAGE CRM, the record get created but contains empty values. For some unknown reason my xml packet is being ignored. The SAGE documentation does not give an xml example for adding record (addrecord) to the CRM…
  • 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…
  • Querying by email address

    I’d like to use sData or SOAP to find the person associated with an email address. I found an old thread that refers to a bug that prevents this unless the bord_WebServiceTable can be modified. community.sagecrm.com/.../16528.aspx Has this been fixed…
  • SOAP WS PU9

    Hi I did a soap webservice in PU9. Its about reading from x3 and delivering to an external app inside the company network, not external I have the V1 EDM solution installed in this folder, so the pool is created and EDM is running on it writing…
  • SAGE X3 V12 SOAP Webservice, calling SOAP Web Service using JAVA, encoding not supported

    We configured a SOAP webservice in SAGE X3 V12, patch 16. This is to integrate some information from another company, the other supplier uses JAVA to integrate this information, now they answered us with this: Quote: is there any chance the Wsdl…
  • Consuming external webservice SOAP

    Hello guys, Someone can tell me please if it's possible to invoke an external webservice (soap) using 4GL ? I don't find any information here about this subject. Thanks
  • Web Services Objeto

    Bom Dia, Estou a desenvolver alguns Web Services e sou novo no mundo SAGE X3, e tenho uma questão no que diz à nomenclatura do XML nos Web Services. Exemplo: [<?xml version="1.0" encoding="utf-8"?> <PARAM xmlns:xsi=" http://www.w3.org/2001/XMLSchema…
  • Como gerar ou recriar os STUBs (Manual em Português )

    FormerMember
    FormerMember
    Os STUBs ou esboço de método são usados pelo Webservice das notas fiscais e é parte fundamental para transmissão. Em geral os STUBs são criados junto com a configuração inicial do Webservice. Porem em algumas ocasiões é necessário recriar os STUBs.…
  • Sage Webservices using SOAP

    Hi, Did anyone have a example of using the Sage webservices SOAP with SOAP UI or PHP for example ? I need the correct syntax (XML) for a method (read, modify, insertLines or delete..). Thanks in advance Best regards