intacct-sdk-js icon indicating copy to clipboard operation
intacct-sdk-js copied to clipboard

Official repository of the Sage Intacct SDK for JavaScript in Node.js

Results 31 intacct-sdk-js issues
Sort by recently updated
recently updated
newest added

When updating node.js intacct SDK from 2.1.1 to 2.2.1 seems we've lost the DimensionRestrictedDataGet function. Was this done intentionally and how can we go about getting this data now?

Hi Team, hopefully this is right place to ask, if not, I'd appreciate if you can direct me. I'm the founder of [cloudquery.io](https://www.cloudquery.io/), a high performance open source ELT framework....

Hello - I've been trying to figure out how to get an attachment ID after using Functions.Company.AttachmentsCreate() in order to assign the attachment ID to an AP Bill. This function...

Is it possible for the SDK to edit the next number in a document sequence? I know it's possible to do it via the UI by going Company > Setup...

Please can you add Advance Payments (Payments on account) to the SDK

* The results class now unflattens responses received from the API, as noted in #92 * Added flat dependency as I didn't want to re-invent the wheel to fix this...

Trying to search offer the ability to search for contacts off `recordNumber`, `contactName` and return specified fields, but when I perform the search using the Read function I get ```ts...

question

## GET_LIST The SDK for _getlist_ currently does not support optional selection of fields. This pull requires updates the _getlist_ function to optionally support specifying which fields to include in...

I am attempting to follow the example to update a customer record to simply change the "comments" field via the example provided here https://github.com/Intacct/intacct-sdk-node-js-examples/blob/master/crud-customer.js However it keeps throwing "BL04002055 Smart...

The following code ```ts const config = new ClientConfig(); config.senderId = "testsenderid"; config.senderPassword = "pass123!"; config.companyId = "testconsoleid|testclientid"; config.userId = "invaliduserid"; config.userPassword = "testpass"; const sessionCreds = await SessionProvider.factory(config); ```...