• sage 300 sdk with node js

    can we integrate sage 300 SDK with node js?
  • Doesn't work correctly request filter 'allpages'

    Hello Team, According to the Sage 300 specification, we can use the following filter 'allpages' For example: http://{ip adress}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARCustomers?$inlinecount=allpages But, we cannot receive the number of customers in the response…
  • Error during API call ARCustomers

    Hello Team, When I try to call ARCustomers via API using a filter that designated in the Sage 300 specification, I received an error. Example of the request: http://{IP Adress}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARCustomers?$filter=DateLastMaintained le datetime…
  • WEB API return no response

    Hi, We've tested to call xxxxxx/.../APInvoiceBatches by sending 19K entries and the API is not returning any value (no response). Is there any limitation on the entry creation?
  • Does the Sage 300 COMAPI Work Without Web Deployment?

    I have a custom integration using the COMAPI to connect to Sage 300 from another app (Sage CRM) on the same server. We have upgraded the Sage 300 to version 2020 and the integration broke. With the web deployment removed from Sage 300 in the more…
  • AccpacCOMAPI

    Hi there, I have a client on Sage 300 5.6 and have upgraded them to 2020. There was some legacy code written to connect an external program through the AccpacCOMAPI but it is now broken. Specifically, when I try to run this, it fails when trying to…
  • Using web api to load currency rates

    Hi, I am having problems loading currency rates through the webapi. I am using v2019.1 on premises to load currency rates into company EURPAY. The following code using PHP and cURL is as follows: endpoint: "">localhost/.../CSCurrencyRates"; …