-
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…
-
Deleted Record in NetSuite | NSAW Visualization
Greetings Community, I would like to know if there is any traceability of Deleted Records in NetSuite that can be traced/viewed in NSAW? Please let us know if there are any specific tables (for ex System Notes) that can be hit to find out the same. Thank You and Appreciate your time and efforts.
-
SuiteQL > How to detect a transactionline is deleted?
Howdy, Would anyone have any theories on how to detect a transactionline has been deleted using SuiteQL? For transaction, we can look in the deletedRecord table. TransactionLines do not get recorded in deletedRecord. Any suggestions on how to know about the transactionline that is deleted?
-
Email Notification on Transaction Deletion
Could you please confirm whether we can send an email notification, including the PDF of the transaction, when a user deletes the transaction record from the system?
-
Is it possible to pre-populate or customize the Deletion Memo field?
When someone deletes a Sales Order (as an example) through the UI, it comes with a little window in which to select the Reason and also provides a Memo field. Is there a way to pre-fill this Memo field via a Workflow with some values from that Sales Order? It's not a form that can be customized, so.. is there another way…
-
How to let users can only delete their records?
Hi, I need to set up our users full permission on vendor bills, but they just can delete their created record. I searched the SuiteAnswer but no found any good suggestions. How to let users can only delete their records? Can workflow do it?
-
Retrieving Deleted User Notes
Is it possible to retrieve a user note that was deleted accidentally. I can get the title from the Deleted Records saved search but not the Memo. I did read previous Q&A on user notes but they were from some years ago. Just thought I'd check to see if there have been any feature enhancements recently. Thanks, Charon