Hi All - on a workflow action script, is there a w...
# suitescript
m
Hi All - on a workflow action script, is there a way to save the underlying record? E.g., if the WF runs on PO, and in the WFA script I try to save the PO - is this possible? Whatever I try, I get "Record has changed" message. I even tried calling a suitelet to make the changes and save the record - it didn't work either. Thanks!
b
which trigger
m
on Entry
b
then the relevant trigger is on the state
m
Show us the WFA please Don't call newRecord.save() in the WFA Let the workflow handle saving.