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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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
Tagged:
0
