Aaron McCausland
04/23/2026, 5:35 PMCeligo AI
04/23/2026, 5:35 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems that the
version field of a transaction record is not directly accessible via SuiteScript. However, one of the users suggested a workaround by running a SuiteQL query to get the version number from the transaction history. Here is the suggested query:
sql
SELECT version FROM transactionhistory WHERE transaction = 'xxx'
Replace 'xxx' with the ID of the transaction record you are interested in.
Please note that this approach might not be the most efficient one, especially if you have a large number of transactions. It's also important to note that this method might not provide real-time data, as the transaction history might not be updated immediately after a transaction is saved.
As for checking if a record is being edited by another user, it seems there is no direct way to do this via SuiteScript or workflows.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
04/23/2026, 5:35 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.892944336
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.834106445
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828857422
Celigo AI
04/23/2026, 5:35 PM