• Help! LDAP Server with Azure AD on a local cloud Sage X3

    Hi, Sage X3: V12 P33. Sage X3 location: VMs on a local cloud provider (NOT SAGE X3's CLOUD). Private network. No Azure or AWS. Azure plan: Free (from Microsoft365) I want to use LDAP with Azure AD for this feature: https://www.sagecity.com/us…
  • 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…
  • Pricing Software Add Ons

    Is there a third party that integrates with Sage X3 for different pricing models? For example, we would like the pricing to be based on the shipping address. However, I recently found out through a phone call with Sage, that this is not a standard feature…
  • Got error message - "The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined" on SOAP generic web services page

    When invoke the query method on SOAP generic web services page, but got error message - "The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined" How to fix that? Thank…
  • Rest API Call with Patch Method

    Hi, I'm writing a interface between Sage X3 and an external platform through Rest API. The GET and POST Method work well, but I can't use the PATCH Method. I have a 400 error code from the platfom, with the message "A non-empty request body is required…
  • Parsing JSON

    Hi, Just wondering if there is any tool (function) I can use to parse JSON string using 4GL. If therse isnt any builin function avaiable then what would be the best way to parse the REST JSON data. Thanks
  • got application error message: ADR: No navailable window for this object

    Tried to create address web website, but after selected Address object, got application error message: " ADR: No navailable window for this object" Can someone help? Thanks
  • Setting up rest api between sage and internal application

    What are the necessary steps to successfully authenticate and receive the access token from Sage X3? Any documentation and guidance would be appreciated.
  • Does Sage X3 soap web service support the pagination results?

    Hi there, We tried to get all the products via the Soap Web Service, but if the listSize is over 30000, the api returns "NULL", does Sage X3 soap web service support the pagination results? Thanks
  • Trying to return a Using ASYRRESTCLI.EXEC_REST_WSCLB how do I get my RETVAL to bring back more than 250 Chars?

    Hi There I am trying to return a Using ASYRRESTCLI.EXEC_REST_WSCLB how do I get my RETVAL to bring back more than 250 Chars? Here is my code
  • Sending reports with outlook

    Does anyone know if it's possible to integrate Outlook with Sage X3? We want Sage to open an new outlook message when we pick the email report option. Right now when it sends an email, it doesn't show anything in the sent items in outlook. We wanted it…
  • Can x3 make maintenance management ?

    Can x3 make maintenance management or it's necessary to establish the link to a CMMS software ? The ideia is to make projects, establish deadlines, objectives, costs and maintain process connected, and if it is possible all in the ERP.
  • MS SQLServer 2022

    Hi, From which version will MS SqlServer 2022 be certified for Sage x3? 2023 R1? Br, Mikael
  • X3_PUB {Web Service name} XML - No more paths available

    Hi, We have been recently receiving the following error below and it's almost all are Web Service calls to fail, can't figure out what is causing the issue, any help would be appreciated. {"code":"SAGE_X3_ERROR_MESSAGE","defaultMessage":"X3 Error…
  • SYRACUSE WS Unauthorized error

    Hi I'm trying to use X3 V12 webservices from PHP application, below the code I used to save a new order : $soapclient=new SoapClient($wsdl, $options); $callContext = array('codeLang'=>$code_lang, 'codeUser'=>$username, 'password'=>$password, …
  • Can Sage X3 integrate with Jira Service Management?

    Hi, I have an unusual request from a client for Sage X3 integration with Jira Service Management: https://www.atlassian.com/software/jira/service-management Does Sage X3 support Jira Service Management?
  • Web service call issue

    Hi All, I am trying to call the web service using the SOUP UI Application but it is giving me error in the screenshot attached. Can anyone please help to resolve it? Thanks SF
  • 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…
  • Sage X3 and HubSpot

    I have a client that is using HubSpot for marketing. We want to exchange information with Sage X3. Has anyone done that integration or know of a company that has it? I've found several companies claiming to have the tools to do this but none of them have…
  • 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…
  • New Relic with Sage X3

    Hi all, I was reading: https://online-help.sageerpx3.com/erp/12/public/getting-started_configuration-file-nodelocal.html and noticed this: Anyone have experience using it and how to get it to work? Also, is there a patch version limitation…
  • Error Testing SOAP X3 webservice AOWSEXPORT with CHRONO "YES"

    Hi, I am trying to Export a template using webservice AOWSEXPORT with chrono "YES" using SOAPUI. But I am getting error or the result set has zero even after modifying or adding a record using Import. If I say Choro is NO webservice is returning all…
  • Web service return document

    Hello, We want to create a Web Service that returns a document (sales order) in array format of bytes (base 64?). It's posible? Any ideas? Thants in advance. Carles.
  • ARRAYS AND FUNPROG

    Hi everyone, I get stuck in a problem due to not knowing how to return an array from a Funprog I mean, I'd like to know if it is possible how to return an array from a Funprog Something like: ########################################################################…
  • How to retrieve message error if a funcion "modify" fails

    Hello. I try to use a Web service connected to Sage X3, using the method "modify" of CAdxResultXml object. It works fine if the modify process success. But if the method fails (es an article blocked from another user) the resultXml property is null…