Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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