can this be done via standard suiteflow or will need scripting?: if an approved PO is edited and the amount is increased, the PO should be for re-approval. But if the amount is decreased, the PO is still approved upon saving.
n
Netsuite Tragic
02/04/2021, 8:15 PM
@blue I would use a Workflow field that captures the Tran Total on entry. Then Before Submit compare and action on the original value with the tran value to be saved.
b
blue
02/05/2021, 12:48 AM
I'll experiment on that parameter thanks!
blue
02/05/2021, 7:03 AM
Was able to do it by creating a workflow field for the total and comparing the total field in the transition. Thanks @Netsuite Tragic!