• Rest API Web service for Post request on the PRECEIPT representation.

    Hello fellow community, I have been trying to POST records on the PRECEIPT representation but I am unable to do that. I have enabled the edit facets in the representation, checked the modification creation ,methods but still seeing no luck in using the…
  • 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…
  • REST API via customized Representation and Classes get Error 404

    I planned to make a REST API through a new representation and class both named 'ZGACCENTRYA' based on the data source of GACCENTRYA. My main objective is for the REST API able to call out the value of 'DIE' and 'CCE' with multiple dimensions via Postman…
  • How to retrieve clob/blob text from sagex3?

    Hello, Is there a way to retrieve a clob/blob text from sage x3 by using the REST api1? If that is not possible, which workarounds exist to still get the text? Thank you,
  • How to get clob text from a representation

    Hi guys, We are trying to return the clob text using a representation. Some time ago we saw this website How to add a clob text to a representation class @ L.V. Expertise X3 (lvexpertisex3.com) that explains how to add a clob text to a representation…
  • REST Web services Post a record problem

    why I keep getting this error: "Saving has failed" every time I try to create a new record. Is there an option somewhere that prevents it from creating this new record? What am I missing?
  • Set Timeout for web services rest call using ASYRRESTCLI.EXEC_REST_WS

    When launching a request via REST web service with the ASYRRESTCLI.EXEC_REST_WS instruction against a third party Endpoint, I need to control a certain time in which, if the Endpoint does not respond, to exit the call and return error by TimeOut. Currently…
  • SageX3 - REST API - Download Transactional Data

    Hello Community, Does anyone know if I can get Transactional or Summarized Financial data from SageX3 via REST API? Thank you Nick
  • ERROR When creating new customer throw REST API

    i used all the fields requested from BPCUSTOMER.$details and fill them with same data but i always got same error below : i searched that field (BPC_BPD_REP) in sage x3 and in response but i didn't find it i just found (BPCBPDC_REP)
  • Sage X3 PU11 - SOAP Call in C# Language - Is there a common library DLL which we. can attached as a reference.

    Hello Teams, We are creating an Interface to Sage X3 PU11 and would like to know if Sage or any other provider has created a common DLL library for the C# programming language. Will be used to call SOAP or REST in Sage X3. Thank you, Dennis
  • SAGE REST API - How to get all the records of a table in single fetch/query

    When I try to get all the records in a single query, I got an error from X3 folder. And also tried with $next/$last links, however, we need to call these links synchronously until we get all the records from a table. Is there any chance to get all…
  • Sage REST API - Detail facet example with linked table, i.e: How to concatenate two field to get the details of the record

    When I try to get all the fields of SINVOICED table using REST API "Query" facet. I am not getting all the fields of all the records, in some case that filed has a collection of data(Array of data). So I tried to achieve this with "Detail" facet, for…
  • 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…