Is it possible to trigger a saved search email alert when a new line is added in an existing sales order?
n
Netsuite Tragic
11/04/2021, 7:59 PM
I'm going to say No to an alert from a Saved Search as you. You could use a workflow (or script) that will trigger After Submit to compare the item sublist line count of OldRecord to NewRecord
e
evelet
11/05/2021, 1:25 PM
Thank you @Netsuite Tragic Are there any SuiteAnswers articles on this? I had the same idea but couldn't find the value 'NewRecord' from the workflow setup
n
Netsuite Tragic
11/05/2021, 10:18 PM
The values you get will be newRecord so you won't need to specify that.