Friday, December 7, 2018

Number of Times a Transaction or Record has been Edited & Saved

To know the Number of Times a Transaction or Record has been Edited and Saved:

1. Add &xml=T at the end of the URL.

sample : https://system.netsuite.com/app/accounting/transactions/salesord.nl?id=5001&whence=&xml=T

2. Find <version>.

3. The number in between <version> and </version> is the number of times in which the transaction has been edited and saved.

sample: <version>2</version>

- Number of times edited and saved = 2


Note: This also includes changes made on the transaction via CSV, SuiteScript, SuiteFlow or due to processing related records,

E.g. Issuing an invoice from a sales order changes the Status from Pending Billing to Billed.


No comments:

Post a Comment