• 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…
  • 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…
  • Sales order pick - Web service

    Hi I am developing a customer solution for a hand held computer to pick sales orders. The customer wants to use serial numbers in the deliveryprogram. Is it possible from a web service to enter serial numbers the same way that is done in Serial numbers…
  • Purchase Invoices with Wrong Payment Method

    We are creating purchase invoices from an external application, using X3 web services. In some cases, when we create the invoice, the wrong payment method is assigned to the invoice in the open items (GACCDUDATE). For example, the payment terms is NET30…
  • Updating Work Orders via MFG Web Service

    Has anybody done much integration work around work orders (MFG object)? We have a requirement to remove and add materials to a work order after it has been created. We have been successful in doing this by marking the materials that are no longer needed…
  • X3 Web Services Connection to database is no more available

    We have some interfaces that import data into X3 using X3 web services. Occasionally, the web service calls will start to fail, and the following message is generated. Error: Connection to database is no more available (closed) Does anybody know what…
  • Class rapresentation question

    FormerMember
    FormerMember
    Hi all, i'm trying to use the api, when i call the rapresentation for the class BPSUPPLIER the json give me only two fields. I want to add for example the field Address (BPAADDLIG1), i go to ->Developing -> Dictionary Data -> Classes -> Rapresentations…
  • Problem with Webservice using vb.net

    I have a (Subprogram) Webservice that I am trying to run from vb.net I have used the same code successfully with an Object Webservice. I am getting the following error when executing: resultXML = webService.run(callContext, "WSMANTIMP", readXMLEach…