• creating a web app using mertial picking adc functionality

    Has anyone every created an external web app and that app uses the adc functionality or know of a way to do this? So basically, I am trying to create an an external web app, but I want it to behave in the same functionality when I am doing the material…
  • Create BP Customer invoice with analytical dimensions using web services

    We are trying to import BP Customer invoices, publishing BIC object as a web service. When testing, we get an error with the message "Error-> Analytic dimensions: XXXX\Record does not exist, but the record exists. If we don't include this field in the…
  • How to use text datatype (ACB) with classes and representation?

    Hello, I am trying to use a text data type in a class/representation, but I keep getting the following error message when I run my API: {"$diagnoses":[{"$severity":"error", "$message": "X3 engine error: [Microsoft][SQL Server Native Client 11.0]Invalid…
  • 4GL syntax for if this is a soap api call

    Is there a 4gl syntax that represents a if the process is by a soap api call? For example, let say im making a modification to sales order via the modify soap call. I have code in APRES_MOD, but I don't want that code to be executed when the modification…
  • REST API - Cannot set query visibility of certain fields in the SORDER representation

    FormerMember
    FormerMember
    Hi all, I'm integrating with EM via the REST API and trying to get more information to show for SORDERs when using the query representation. Most fields are fine, but when trying to set the Query visibility of any totals (Gross, Net Price etc.) it doesn…
  • Get REST webservice photo

    Hi, I created a specific table to store some information.. One of the columns is a photo (blob)... How can I consume them via web service to show the photo on an external HTML page? In the picture below, BLOB_0 is my field where the photo is. How…
  • Web Services - X3 server is not allowed to ask the web service server to open a window

    Error Detail X3 server did not return a response (NDRESULT). X3 server is not allowed to ask the web service server to open a window [{"winId":"WOSOHALL","funcId":"GESSOH","stamp":"20181112083550"}] AdxId returned by X3 server: B,E,A2…
  • ADC Soap API

    Has anybody created an API call for an ADC function? More specifically, I am looking at the ADC Material picking screen and looking for information on how to write a write api call for this. Thanks, Chris
  • Stock change web service

    I am trying to use the SCS object as a web service to do a stock status change. Has anybody had any luck with this? It accepts the XML with no errors, but it doesn't do the updates. I am trying to move stock from a status of "Q" to "A".
  • How can I create Projects (OPPOR) with REST?

    Hi, I'm trying to create projects (GESOPP) through REST Webservice.. I can create into OPPOR table but when I try to create for OPPORCRM (needed to be visible in GESOPP function) get the error message: "A Pre-sales or After-sales step must be…
  • Nodelocal.js traces

    How to enable the debug trace of the soap-generic request in nodelocal.js Need help with the syntax of the structure. Br, Mikael.
  • how use the modify soap call?

    What is the criteria for the xml file for the modify call for a soap call? Would I be adding the fields that I want to modify only to the xml? Thanks, Chris
  • SOH soap call submitted partial order when order fails

    Hi, We are coming into an issue where soap call will still submit an order of the remaining products even though the overall order has failed. For example. say a customer order 3 products. The first product is good, the second product is bad, and…
  • Automatic order acknowledgement when the order is created

    Is there a way to automatically print the order acknowledgement when somebody presses the create button on the sales order?
  • 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.
  • Is it possible to group products in rest api call?

    Is there a way to group all products in a sales order to show under one sales order number rather than having the rest api in the following format: sales order 123456 product #1 sales order 123456 product #2 I want it show this way: sales…
  • SOAP call for a non object screen

    Is it possible to do a soap call for a non object screen? If so, how would I do that?
  • Sage X3 SOAP Webservice Namespace link is down

    FormerMember
    FormerMember
    I try to access an Sage X3 Webservice like that: <? xml version = "1.0" ?> <soapenv:Envelope xmlns:wss = " ">http://www.adonix.com/WSS" xmlns:soapenv = " ">schemas.xmlsoap.org/.../" xmlns:xsd = " ">www.w3.org/.../XMLSchema" xmlns:xsi = " …
  • 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…
  • How to avoid duplicates in a rest API call?

    I am currently getting duplicates in my rest api call and I am not sure how to fix it. What I did to create the rest api is the following: Created a dictionary view then I created a class and then I created a representation. In the dictionary…
  • How to recall a badge in a soap api call?

    How would I call a badges information in a soap api call? In our rest api, we are passing the client id and session id, but we are not sure how to do this for a soap api call... Thanks
  • Class/Representation for SAT datatype

    I am trying to create a representation for the SAT field. I am confused on what I am suppose to write for TYP and COD Keys. As well, what do I write for the parameter SPECIAL
  • Exporting data from sage x3 from Application level

    Am interested in writing / developing an application that will export data from Sage x3. I want to do it from the application level not from the database level. Would really like help in getting the solution. Possibly if i can get documentation to read…
  • sage x3 web server java sub classes

    Hi, Where would I find the stub classes for the X3 web server? We are using sage x3 version 11 patch 4. Thanks!
  • Web Services Error Message

    I created my own webservice which is tied to my own subprogram. When I try to execute the webservices through soap in sage, I get the following error message: Cannot read property 'GRP' of undefined What does this mean and how do I fix it? After…