• GraphQL Production Tracking

    We're looking to automate creation of Production Tracking transactions. The 11/2022 Sage X3 Version 12 Capabilities Guide lists Transaction for Production Tracking as an available operation. After browsing around the API Reference , it's not obvious to…
  • 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…
  • GraphQL for custom Fields

    Hi, I am building an app, and my goal is to interface with my clients product information (they are using X3). Most of them have custom fields in master data -> product. Right now, we didn't find a way to query custom fields via GraphQl implementation…
  • Graphql Onpremise setup

    Hello everyone, I'm developing a middleware to integrate Sage X3 with a 3PL and I want to use GraphQL services but I'm not able to connect because I haven't found the correct Endpoint, I already try with " {{server}}/v1/service/PROD/api/" where PROD…
  • SageX3 Rest API Web Services - how to get contract schema xsd?

    Hello Community, Using Rest API Web Services in Sage X3 how can I get a contract schema definition XSD? The goal here is to get a list of available resources. SDATA documentation ( http://sage.github.io/SData-2.0/pages/core/0401/ ) says it is possible…
  • Web services: Finding a receipt record using a PO number

    Hello all, I'm attempting to use X3 webservices to locate a matching receipt or receipts for a specific purchase order. I have created a web service for the PTH table, and in the data, I can see that the POHNUM is retrieved in one of the response segments…