• Sales Delivery Footer on Import

    I am creating a Sales Delivery against a Sales Order using an SDH import template. The delivery has invoice elements on it for freight. The delivery is getting created successfully, and the invoice elements (INVDTAAMT) are populated properly, but the…
  • API specifications on how to receive Account Receivables documents using API.

    Hi Team, I want to start integrating data from Sage X3 with my application. But I cannot fin API specifications on how to receive Account Receivables documents using API. For Instance, on how to receive Invoices, Payments, Credit Memos using API. Could…
  • Sage X3 API specification

    Hello Team, I am going to start integrating the Account Receivables documents from Sage X3 with YayPay. Could you provide a link to the API documentation and which methods does Sage X3 supports?
  • Post detail/child with REST API

    Hello, I'm struggling to POST a new register with the REST API. I tried with my SPE class, representation and Tables. Also tried with SHIPMENT, wich have edit facet. If I set it with no collections, it creates the header, but if I try to create…
  • Webservices - BIS (Supplier Invoice) - Zero Value VAT Ignored

    Hi, an issue with v12. Through webservices we have encountered an issue where the VAT field (Tax Amount) is ignored when the value of the field is zero. This is causing X3 to recalculate the line VAT (incorrectly), instead of accepting the zero value…
  • Subprogram with rest

    Hello everyone I developed a web services(Subprogram) using SOAP, how I can do it again using the REST method, Please can you help
  • 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…
  • The value "NaN" is invalid for option size

    We are using the Sales Order object as a web service, and it occasionally returns "The value "NaN" is invalid for option "size"". The XML looks okay to me, so I'm not sure what is causing it. Has anybody else come across this?
  • Omnevo

    Hi Has anyone ever used https://www.omnevo.net/home.html and integrated to Sage X3. At this stage the client is just asking to see if its been done before thanks for any inputs Stacey
  • How to request for all records of a representation

    Hi, I would like to create a request with GET method using REST API to get all records of a representation. I can get a specific record using https://srve:8124/api1/x3/erp/TEST/SALESREP('XXX')?representation=SALESREP.$details where XXX is a sales…
  • SageX3 Rest API Web Services - how to get contract schema xsd?

    Hello Community, Using Rest API Web Services in Sage X3 how can I get a contract schema definition XSD? The goal here is to get a list of available resources. SDATA documentation ( http://sage.github.io/SData-2.0/pages/core/0401/ ) says it is possible…
  • Customer Returns

    I have seen this question come up before, but I have not seen a resolution. We have a need to build a customer returns API for accepting returns through a WMS system. X3 has no import template for customer returns (SRH), and the web service does not work…
  • Article Compound KIT

    Hi Sage Community! Recently we found in our Software an unexpected behaviour related with some articles that are set at Compound Kit. Through our development we manage to do deliveries and invoices that are related to those deliveries, both things…
  • Sending a SO to an ftp site from within Sage X3

    I've worked with web-service and imports a lot, but not too much with exports. The requirement here is I need to export the SO whenever it is created in X3 to a particular 'ftp' location & also I need to know how to define that ftp location in x3. Is…
  • Batch Importsil fails with receipts

    Hi Sage Community! After struggling with this problem I decided to post it here just in case someone had or is having the same situation as we do. We have a system that manages the receipts thought import templates and is working just fine in different…
  • Resources to support integration from X3 into 3PL partner to automate shipments and deliveries.

    We are looking to connect to a 3PL via API but need developer support. Our assigned service provider has no options and we're still looking to build a team to support. Anyone suggestions for individuals or agencies that may be able to help would be appreicated…
  • Sedapta webscheduling

    Hi, Have a problem with the web scheduling integrated to x3. After i locked the resources, the grid doesnt populate. The message "no machine selected". Anyone have a clue?
  • ASYRWEBSER API

    Hi, I want to use the ASYRWEBSER.EXECHTTP API to call a SOAP external web service. This web service is secured by SSL, Does the APi can execute HTTPS requests? and how to add the certificate to the request? Thanks
  • The errors handling specification

    Hello Team, Could you provide a link to errors handling specifications for the REST web services and SOAP web services? Thank you!
  • 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…
  • Customer's Credit Limit

    Hi Team, Could you please help me with the following questions? 1) Could you provide a link to API that describes how I can send a request to update the Customer's Credit Limit in Sage X3? 2) Does Sage X3 verify the request for updating the Credit…
  • SOAP Errors

    We have an integration with a 3rd party eCommerce site, and X3 is returning the following errors. Does anybody know what these mean, and what the resolution is? The only resolution right now is to stop and start the web service pools. These errors are…
  • 4GL - Outgoing API Rest ith x-www-form-urlencoded body

    It's possible to call a outgoing web services (API REST) that use a x-www-form-urlencoded body type body? Whn you create the Web Services in Administration -> Administration -> Web services you can only select JSON or XML
  • Purchasing workflow integration to Whatsapp - is it possible?

    Good day Is it possible to: Send a workflow message to a number in Whatsapp?
  • Create invoice from delivery

    Hi everyone, We are kind of interested on creating and Invoice from the delivery, currently we are already validating the delivery but we would like also after to create the invoice. Is it possible to do this by code? We are currently validating…