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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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