Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Userevent script: comparing original values in a field in the afterSubmit trigger
Hi all,
I have a function on recordtypeA to update all related records on the after submit trigger. However, to make things more efficient I only want it to update related records only when a certain field in recordtypeA has been changed. Right now anytime a user edits and saves a recordtypeA, the script will trigger and update all related records. Is there a way on the afterSubmit trigger to check the original value of a field and the current value to see if there has been any changes made?
I tried creating a global variable in the same script that gets the original value of the field on the before load and before submit functions, but as I expected the variable does not persist.
0