How to customize the Sage X3 Mobile Automation for Distribution with data interfacing with Automated Warehouse via external SQL DB tables?

SUGGESTED

To whom it may concern,

We would like to customize Sage X3 Mobile Automation for Distribution for interfacing with automated warehouses and linking with LPN.

Can 2022R3 or 2023R1 support GraphQL or other API to allow this kind of add-on development?

Henry 

Parents Reply Children
  • 0 in reply to Martins de Almeida

    We are interested in a bidirectional sync with an external platform and Sage X3. What sort of triggers are available to help automate this and keep it more push oriented rather than some sort of poll/timing mechanism. Does Sage X3 have webhooks?

  • 0 in reply to ftballguy45

    You have to keep in mind that there is a separation between the Sage X3 UI and business logic. Most internal data is managed by specific business "objects". I believe what you are looking for is some REST/SOAP call from Sage X3 when a specific data object is modified? For that you would need to add code within the business application component of Sage X3. This can be done by linked onto the specific "object" using a vertical or by setting up a workflow trigger on the controlling "object", which would generate an internal event that executes Sage X3 code. That could then in theory generate the required data and send it to your external platform via a REST/SOAP call.

  • 0 in reply to ftballguy45

    I suggest you start a different thread with this subject, very interesting but complex to mix with Mobile Automation.