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 | How to Retrieve Statistical Journal Entry from NetSuite2.com/SuiteQL
In NetSuite, statistical journal entries are used to record non-monetary data in your financial system. These entries do not impact the financial accounts directly, but they help in tracking and analyzing non-financial metrics which can be critical for various operational and managerial purposes.
Just like Memorized Transactions, this transaction type is not included in NetSuite2.com’s transaction table. Instead, they can be found in the table named StatisticalJournalentry.
Here’s a query sample to retrieve this data:
SELECT tranid,transactionnumber,approved, createddate,createdby, total FROM StatisticalJournalentry;
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
