• Rest API POST request- Facing Issue with Edit Facet enabling

    Hello, I have been using the REST API (Postman) to make GET and POST requests. While I am able to successfully perform GET requests on the representation, I encounter an error when attempting to make a POST request. The error message states that the edit…
  • Identifying ObjectKeys for Webservice

    Hello, would anyone be able to provide guidance on how to identify the object keys that need to be passed to properly identify a record for a given object? Example: I'm working on reading customer notes from the soap api utilizing a web service against…
  • Sage X3 GraphQL Connectivity

    As you may already know, starting Sage X3 2021 R2 (V12), a new integration pathway has been introduced; the mighty GraphQL. Invented by Facebook to used internally back in 2012, GraphQL has gained massive popularity for its lightweight query and response…
  • SAGE X3 CAPE VERDE LEGISLATION ELECTRONIC INVOICE

    During the last 6 months Sevways, portuguese SAGE X3 partner, developed the necessary vertical add-on to comply with the local requirements, particularly EFAT solution, which integrates each Invoice issued directly through webservices with the Local Tax…
  • Adding existing assets to Sage X3 FA Module

    In the past we did not use the fixed asset module. I'm now moving our assets into Sage. First, we were told that we have to use accounting method "RE", where we now use straight line, in order to input the existing accumulated depreciation. Is that accurate…
  • Sage Access for integration & testing

    Hello Group We are a custom software group. Recently we are getting inquiries to integrate our software with Sage X3 ERP. We are looking for the access and technical details to integrate receiving or sending data from/to Sage from our system. Where…
  • 3rd party Webservice soap response

    I'm trying to make a call to a 3rd party webservice using Sage X3 scripts on the SDH window, i'm using the func ASYRWEBSER.EXEC_HTTP wich is working fine, it's calling the webservice and receiving the answer of the soap call. The Answer: <s:Envelope…
  • Webservices Pass empty Value in modify method

    Hi there, I'm trying to "clear" a field using the method Modify in a PHP script with SOAP from another plataform, but it's not working, if the field is empty in the XML it appears that it doesn't modify. I tried: <PARAM> <FLD NAME="WS2GRUPO"></FLD…
  • Webservices - BIS (Supplier Invoice) - Zero Value VAT Ignored

    Hi, an issue with v12. Through webservices we have encountered an issue where the VAT field (Tax Amount) is ignored when the value of the field is zero. This is causing X3 to recalculate the line VAT (incorrectly), instead of accepting the zero value…
  • Trying to read the products of Magento from X3 using rest api integration and Node JS Error

    Hi All, We are trying to read the product of Magento from Sage X3 using integration methods such as Rest webservices, Node.Js for one of our client. The Magento API endpoints uses 'OAUTH1' type of authorization for authentication of the Rest API requests…
  • Invoice PDF via Web Service

    Has anybody ever generated a .pdf of an invoice, or other document in X3, using web services? I have a request to make invoice copies available to an external source, and I want to try to do it somehow using web services.
  • While consuming webservices how to change language of the session?

    When we are using webservices over classes and representations we get the list of items with this call: https://SERVER/api1/x3/erp/FOLDER/ITMMASTER?representation=ITMMASTER.$query That's ok. But how do I inform that I want to change the language…
  • Is there any way of calling ADC screens from a WebService without writing a custom wrapper?

    Hi! We have a number of business processes that we can't automate using the standard Sage screens via web-service calls because of the way in which they require popup windows or executing searches before writing the data to the screen. Some of the…
  • 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…
  • List folder content in native mode

    Hi We have tried listing folder contents using this two approaches without success. First approach used to work in classic mode. 1. Call SYSTEME2(adxmac(0),"LSADX"-FOLDER,"",FILCOUNT, FILLIST) From ORDSYS (error, 'Unexpected end of JSON input') …
  • EDI outbound msg

    Hello, I tried setting up EDI on a test server and i finally managed to test the "EDI outbound msg. generation". This does not seem to work as I recieve this error message: Process completed with errors Number of documents to process : 0 Number of documents…
  • What integration platform / integration middleware do you recommend for Sage X3 update 9?

    What integration platform / integration middleware do you recommend for Sage X3? (Eg. Dell Boomi, Jitterbit, Nintex, other) For the purpose of; 1. EDI integration to supplier networks (eg. SAP Ariba, Basware, Coupa) 2. In-house integrations between…
  • [REST] Web Services - Query By Date

    Hi there, I'm trying to use POSTMAN to query if an INVOICE exists by date. What DATE format should I use? I'm trying: xx.xx.xx.xxx:xxxx/.../YSINVOICEV eq '2017-05-24', but I get the response: "$message": "X3 engine error: Type incompatibility…
  • Update Picking Ticket Qty via Webservice PU9PL2

    Hi, I am able to use Subprog-Webservice in X3. Now i am trying to update a quantity on a specific picking ticket line with an Object-Webservice but i have no success. I do not know how to filter for the correct record. I Tried it this way (red lines…