Browse By Tags

  • Connecting to an external REST with an XML header

    I am trying to connect to an external REST library that requires the content type to be XML and not JSON. The web service configuration seems to indicate that this should be possible since you can select XML as the the content type during the setup process…
  • API Rest sage x3

    Bonjour à tous, Je voudrais utilisé l'API de Sage X3 afin de récupérer des informations de l'ERP. Je suis tombé sur cette question d'un autre utilisateur: Requête GET REST API pour récupérer tous les enregistrements et avec les informations qu'il…
  • Sage CRM Rest API - $type not shown in response GET Email or GET Phone

    We use the Rest API of Sage CRM (2022 R2, on premises). The result of a GET of an Email fails to return the type of the Email. Same for GET of Phone (no type of Phone number). The documentation shows that the response should contain attribute '$type'…
  • API REST et CLOB ACPLAIN ou ACRTF

    Bonjour, j'ai ajouté dans une classe et une représentation un champ clob (ACPLAIN) (V12 32) en m'appuyant sur la documentation " Adding CLOB Text to a Representation Class". Quand je saisis des données dans la représentation, le clob ce met bien à…
  • REST API - PATCH method

    Hello, I asked a question in French Community about REST API ( https://www.sagecity.com/fr/sage-x3/f/technique/202641/api-rest---patch-method ), and i've been suggested to open a new Idea. So there it is. Can the PATCH method be implemented in SAGE…
  • API Rest - Patch Method

    Bonjour, je suis en train d'écrire une interface entre Sage X3 (V11) et une plateforme extérieure avec des api REST Les méthodes GET et POST fonctionnent correctement, mais je n'arrive pas à faire fonctionner la méthode PATCH. J'ai un retour 400…
  • Sage 200 Api Access Clarification

    One of the clients I am working with for my company is switching to Sage 200. They want me to integrate Salesforce with Sage. Does Sage 200 have a api with a REST endpoint that I can make requests against without having to register for the developer program…
  • Set Timeout for web services rest call using ASYRRESTCLI.EXEC_REST_WS

    When launching a request via REST web service with the ASYRRESTCLI.EXEC_REST_WS instruction against a third party Endpoint, I need to control a certain time in which, if the Endpoint does not respond, to exit the call and return error by TimeOut. Currently…
  • What's Happening with the Avalara (Sage Sales Tax) TLS Deprecation?

    Hello X3 Family! Today, will be an informational session about the status of Avalara's TLS 1.0 and 1.1 Deprecation and how this affects Sage X3. If you're unfamiliar with the TLS (Transport Layer Security) protocol, this short YouTube - TLS Basics video…
  • Post detail/child with REST API

    Hello, I'm struggling to POST a new register with the REST API. I tried with my SPE class, representation and Tables. Also tried with SHIPMENT, wich have edit facet. If I set it with no collections, it creates the header, but if I try to create…
  • Subprogram with rest

    Hello everyone I developed a web services(Subprogram) using SOAP, how I can do it again using the REST method, Please can you help
  • Freedom Service Auto-locate and Manual capture error during setup

    Hello, I'm trying to setup Freedom service so I can get use of the RESTful API for third-party integration. During Freedom Service setup, I'm encountering the below error message for both Auto-locate and Manual capture. I have allowed port 5000…
  • Sage X3 PU11 - SOAP Call in C# Language - Is there a common library DLL which we. can attached as a reference.

    Hello Teams, We are creating an Interface to Sage X3 PU11 and would like to know if Sage or any other provider has created a common DLL library for the C# programming language. Will be used to call SOAP or REST in Sage X3. Thank you, Dennis
  • REST API web service

    I've seen some tools mentioned: Web Services (eBM) and sData; would these tools allow to retrieve information (i.e. items) from sage100Advanced and export it and also importing to sage; is BOI appropriate for this? and do I need to be a partner to use…
  • Use of REST with locally installed applications (sage 50 quantum)

    Hi, All wise and mighty sage pros! I am an integrations developer and have been for over 30 years. Having worked with MANY api's I don't think my question will be so much a challenge but rather just details I don't yet know ;) I have had many…
  • Sage CRM 2021 R2: Calendar page not working after upgrading from versions of CRM older than Sage CRM 2017

    If you have carried out an upgrade from a version of CRM older than Sage CRM 2017 then this article may be relevant.. From Sage CRM 2017 R1 onwards, the standard communication page in the 'My CRM' and 'Team CRM' context is produced using a system action…
  • Sage CRM's RESTful API: SData (Part 10 of 10)

    In this article, I want to look at three different examples of how we can use the SData 2.0 based RESTful API within Sage CRM to carry out CRUD actions. Post (Insert) a new record into a system entity Post an Entry and link to an existing entity…
  • Sage CRM's RESTful API: SData (Part 9 of 10)

    We have seen previously in this series that we can make a request directed at an instance of Sage CRM using SData 2.0 to fetch some data from an entity. http://localhost/sdata/crmj/sagecrm2/-/company('28') The result received when we use SData…
  • Sage CRM's RESTful API: SData (Part 8 of 10)

    I said in my last article that SData 2.0 can not be considered a 'green field' solution because SData has been already used through out Sage CRM right from the start of the move to the new Java based architecture. The desire for compatibility between…
  • Sage CRM's RESTful API: SData (Part 7 of 10)

    The SData standard has always been about enabling all types of Sage applications, whether they are desktop, server, or web-based systems to communicate with each other easily. The standard provides the basis of the RESTful APIs that can be used by our…
  • Sage CRM's RESTful API: SData (Part 6 of 10)

    The classic SOAP web services provide us with an existing set of abilities to create, read, update and delete data. In this article I want to examine those web services in order to explain some of the limitations of the interface and why we can instead…
  • Sage CRM's RESTful API: SData (Part 5 of 10)

    In this article I want to think about security. This is both the security that governs the rights of access to the system and the access that is then granted to a user accpording to the policies implemented within Sage CRM. One of the first things to…
  • Sage CRM's RESTful API: SData (Part 4 of 10)

    In this article I want to consider the way in which the RESTful API allows system administrator to easily extend the reach of the API's access to data across custom entities and views with SData. It is very useful being able to retrieve data using end…
  • Sage CRM's RESTful API: SData (Part 3 of 10)

    In this article I want to start looking at the SData in action and start to understand what the RESTful API offers. And if we are going to work with SData then we need to have an instance of Sage CRM with which we can play. Here we need to work with…
  • Sage CRM's RESTful API: SData (Part 2 of 10)

    In this article I want to consider Sage CRM's Architecture, its development options and the importance that this places on the use of Web Services especially REST and SData for integration. We need to consider what is available to use now and look and…