- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report Inappropriate Content
Other questions
I have given up and now query the api for the last Invoice (DocNumber) that was added to the system before adding a new invoice. This requires you to now make two calls instead of one to the API and single thread your code to prevent duplicate Invoice numbers. Dumb