Hi Guys, Will afterSubmit/beforeSubmit will trigge...
# suitescript
m
Hi Guys, Will afterSubmit/beforeSubmit will trigger if we update the same record using record.save() in somewhere else
p
Yes it can. it is a setting on the deployment.
m
Note that User Event Scripts don't chain so if you save a record in another UE it will not trigger
m
I'm saving in another UE but that is bill and in Bill I'm saving PO to trigger afterSubmit/beforeSubmit in UE
is there any way i can update PO Line Fields before View and show the updated values.