• 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…
  • Create a delivery from a pickticket using webservice?

    Hello All, We have the need to trigger/automate the creation of a delivery (from a given PickTicket) to an external system using webservices. Could you please provide some guidance / sample subprogram code to get us going? Thank you so much
  • 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
  • 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…
  • Script editor V12 & debug

    hi all how do you write & debug code in V12 ? I was told that I can only use eclipse and it is very slow to debug + performance is bad + weird to attach eclipse to a process. eclipse also disconnect from unknown reason during debug. thx B…
  • Limit lines return web service subprogram

    I developed a web service in subprogram only for searching but it have a limitation of 1000 lines, if greater than 1000 lines there is a timeout error. How to fix this? Thanks very much.
  • Handshake Error When using External API

    Hi All, We are working on the requirement to create payment gateway integration between x3 and third party API, to build the connectivity with the third party API, we have created the JAR that includes third Party API JAR and using the same from X3…
  • EXEC_JS - Get return value of async code / Available modes

    Hello, Does anyone know where I can find a documentation explaining the differences and how to use the modes "wait", "sync" and "future"? I have found some examples of EXEC_JS in the online help but those do not exactly explain the different modes and…
  • 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…
  • implement API SMS in Sage X3 with RESTfull

    how to implement API SMS in Sage X3 with RESTfull webservices ?.I need an exemple if possible.
  • Rest Webservice

    Hi all! X3 V11 I Need to create a new endpoint from an external app, but endpoints are saved in mongo db. Can i use the rest webservices in x3 to create this new endpoint, or is there any other way of doing this from an external app? Any suggestions…
  • Delivery Locked after Validation

    I am creating deliveries in Sage EM using the SDH web service. After the delivery is created, I am calling the code from the SDH object to validate the delivery. I have found that the deliveries get validated successfully, but they remain locked. Does…
  • 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…
  • 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…
  • Rest Web Services

    Good Day Everyone! We have several Web Services running in Sage x3 with Rest and we would like to call it using a recurring task. The surprise for us is when we perform via code the call EXEC_REST_WS using the recurring task the web service is not…
  • Part time software consultant - Sage X3 ERP

    We need Sage X3 ERP software consultant Company Details: Mavin Infotech Location: Hyderabad Job Type: Part Time Mavin Infotech is seeking an experienced X3 consultant. Remote opportunity available.The ideal candidate will Have a working…
  • Deliveries Validation

    Good day Sage Community!! I'm trying to perform the validation of deliveries (sale deliveries) by code but i'm failing in all my tries, that's why I come to this forum for searching some advice from the Experts!, I'm creating the delivery correctly…
  • HowTo modify a screen behaviour

    Good day everyone! I'm developing some new features in SAGE X3 V9 for my company, by the way I'm stuck in a point and that's why I come to the forum to ask, all the help would be really appreciated. I'm still quite new coding in 4GL but I have been…
  • Run External Program from V9 4GL

    I've seen some examples using the System and CallUI commands to launch local executable files on the client workstations, but I've been unable to get them to work in V9. I can get CallUI to launch a web page, but that's about it. Despite being web-based…