Hi guys, how can I identify a sales order was appr...
# suitescript
w
Hi guys, how can I identify a sales order was approved when approval happens via "Approve" button or Transactions > Sales > Approve Sales Order? I am currently working on a beforeSumit() UE script for SalesOrder and I can only capture status change when user edits Status combobox and saves it. Been looking at the following fields: orderstatus, status, statusRef, origstatus from newRecord and oldRecord, no luck so far.