Browse By Tags

  • 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
  • Web Services Objeto

    Bom Dia, Estou a desenvolver alguns Web Services e sou novo no mundo SAGE X3, e tenho uma questão no que diz à nomenclatura do XML nos Web Services. Exemplo: [<?xml version="1.0" encoding="utf-8"?> <PARAM xmlns:xsi=" http://www.w3.org/2001/XMLSchema…
  • How do I reverse a material tracking transaction from a web-service?

    Hi! I have successfully managed to get a web-service to issue stock to a manufacturing order using the MTK transaction. However, we have a use case where stock issued to a manufacturing order needs to be de-issued, and I can't see how to do this via…
  • 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?
  • 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?
  • 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…
  • (X3 V11) - Sales Order created through web service with incorrect totals (random error)

    A client is having the following issue: They are using a third party application to send web orders to X3 (most of their orders are web orders). The Sales Orders are created properly about 95% of the time but here and there an order ends up in X3 with…
  • 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
  • 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…