Hi Guys, how to set value field in View Page of sa...
# suitescript
m
Hi Guys, how to set value field in View Page of salesOrder in UserEvent beforeLoad event
c
Ran into a similar issue myself yesterday. Unfortunately, you cannot change the record in the beforeLoad entry point on a UE script.
message has been deleted
I tried to create a suitelet to make the changes to the record, but I couldn't get the post request to work in the UE script for the life of me.