• 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…
  • 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…
  • 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…
  • 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…
  • Connection Scanner for ADC in V12

    Good day Does anyone have a procedure of what is required to link a Windows mobile scanner to ADC functionality in Sage X3?
  • 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 WEBSERVICES STANDARD QUERY FACET

    Hi I created a Class and representation for the ADOVAL table. When i query the representation (GET request, ADOVAL representation, query facet) i get the response. The response are the first 20 records and in the final the link to the next 20 records…
  • Production scheduler - representation POPSENV

    Hello everyone, i am having an issue with the implementation of production scheduler and i was hoping that someone could help me. The POPSENV representation isnt return a json correctly formed with the triplet (id, name, timestap) for each site. …
  • Sage X3 Production Scheduler

    Hello Everyone, We are evaluating the new Production Scheduler add-on for our V11 Sage X3 system. I am finding it difficult to find information on this system beyond marketing documents. Has anyone implemented this? Or thinking about implementing…
  • [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…