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 | 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.
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see