Browse By Tags

  • how can i call "solder réception" button from soap web service

    i want to click solder reception after i save data from soap web service please help
  • Información: Posible ajuste para acelar los servicios web SOAP

    Hemos descubierto que añadir un índice a la tabla ALOGIN puede ayudar potencialmente con el rendimiento cuando la tabla ALOGIN se hace muy grande, por ejemplo, alrededor de 100000 registros. Hemos observado una mejora definitiva en las llamadas al servicio…
  • Integration – Sync Shopify Products with X3 via Boomi & SOAP Web Services

    Prerequisites A Shopify Developer account* (Obtainable from here ) A Boomi Integration account*(Obtain a Training account here ) A Sage X3 Classic SOAP Pool exposed to the Internet via HTTPS (Recommended) or HTTP Set up Sage X3 We will…
  • How use runAsync method with SOAP X3WebServices in VB.NET ?

    Hi, I am making a VB.NET application which uses SOAP web service with X3 V12. It works very well in synchronous mode using run method. But I would like to use this asynchronous function : Public Overloads Sub runAsync(ByVal callContext As CAdxCallContext…
  • Max try reached on AOWSIMPORT SOAP call

    I've been using other SOAP WS to read/modify/create data with no problem, but if I use the AOWSIMPORT SOAP WS I get the error "Max try reached", this is happening for every I_MODIMP that I specify. What is causing this error?
  • Date/Time fields, User Preferences and SOAP Web Services

    In this example, I want to explore how Sage CRM's SOAP web services interact with dates and times. The background for this article is the experience that a user may have within the main interface. As we can see in the image below this user has opted…
  • Embedding Sage CRM Screens (ASP & .NET extensions) in External Applications

    This article has been written for partners who need to be able to call Sage CRM screens in the context of external applications. This is not such a strange idea as there are several partners who have created add-ons to MS Office or to other desktop products…
  • Dropdown field settings in SOAP Web Services

    In Sage CRM you can control whether dropdown fields are handled as enumerators or as strings in code. This is an important setting of which to be aware when creating your code. I started a project this week and failed to realise that I had changed…
  • 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…
  • Insert an Opportunity using AddRecord using SOAP Web Services

    I have covered inserting a record using the Add() methid in the article " Add Case Example using Web Service Interface ". Below is some example code that shows how to insert a record using the AddRecord() method of the SOAP webservices. WebService…
  • Sage CRM 2021: Invoking Workflow from Self Service and Web Service (SOAP) Based Applications

    One of the challenges that a developer will face when working with Self Service or with an external Application using the SOAP Web Services interface is that workflow is not fully covered by the APIs. Self Service and Workflow Self Service uses the…
  • 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…
  • 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 !
  • 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…
  • 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…