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 | SuiteQL Query: How to Get the List of Deleted Records
Scenario:
A company using NetSuite wants to be able to find which records were deleted for auditing purposes.
Solution:
Query:
SELECT * FROM deletedRecord; SELECT deleteddate, deletedby, recordid, recordtypeid, type FROM deletedRecord;
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.
Oracle + NetSuite Inc. does not warrant, guarantee, or make any representations regarding the use, results of use, accuracy, timeliness or completeness of any data or information relating to the sample code. Oracle + NetSuite Inc. disclaims all warranties, express or implied, and in particular, disclaims all warranties of merchantability, fitness for a particular purpose, and warranties related to the code, or any service or software related thereto.
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see