Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
NSC | NetSuite2.com: Show Transaction Full Status Instead of Letters
By default, the transaction table shows the status field as internal IDs in the form of letters. However, they are not descriptive, and users would constantly need to check their equivalent if used as-is. The query below shows how users can retrieve the status field of transactions that show their complete text.
SELECT id AS internal_id, status, BUILTIN.DF(transaction.status) as status_text, number, trandate, type FROM transaction WHERE type = 'SalesOrd';
For more information on Internal IDs of the Status field, users may visit SuiteAnswers Transaction Status List of Internal IDs.
—
Got any feedback? Let us know in the comments!
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see
Tagged:
1
