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: A Query to Determine the Context in Which Transaction Records are Created
For auditing or troubleshooting purposes, users might need to get a list of transactions that are created in specific contexts such as via REST API, CSV, or Webstore. This sample query would give you the list using the NetSuite2.com Schema.
SELECT tranid, id AS internalid, number, source, trandate, type FROM transaction WHERE type = 'SalesOrd' AND source IS NOT NULL
The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Oracle + NetSuite Inc. does not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see