Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
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.
Expand your NetSuite knowledge by joining this month's Ask A Guru Live: PROCURE TO PAY. RSVP on this event now!
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see
