intacct / intacct-sdk-js

Official repository of the Sage Intacct SDK for JavaScript in Node.js
https://developer.intacct.com/tools/sdk-node-js/
Apache License 2.0
22 stars 31 forks source link

Is it possible to increase the Document Sequence Information for a record type via the SDK? #107

Open de-zakauff opened 1 year ago

de-zakauff commented 1 year ago

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 > Settings > Document numbering.

We have have a business need to be able to insert customer records with a supplied customer ID on creation, but also need to support letting Intacct generate the next available number at times.

We are running into an issue where if we supply a customer ID, even when the ID is the next number sequentially, the automated sequencing information isn't updated in Intacct. Being able to manually tell Intacct what the next number should be through the SDK would be a work around, albeit a bit clunky.

de-zakauff commented 1 year ago

@dylan-holt-sage / @ryan-holderfield-sage

Sorry to have to ping, but it's been just shy of two weeks on this issue without having been acknowledged. This is impacting our ability to pragmatically create customers, which in turn is increasing the work load for other teams when they have to manually go in and create customers that cannot be created automatically. My team and I would really appreciate an answer on if the SDK already supports this and I'm overlooking it, something that the SDK could easily be upgraded to be able to do, or something that needs a feature request made for the actual API itself.