• 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
  • 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…
  • 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…
  • 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') …
  • 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…
  • 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…
  • 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…