I am writing a user event script on sales order an...
# suitescript
a
I am writing a user event script on sales order and I need to get the entity (customer) field. I am having a vague memory of an issue of getting entity in beforeSubmit and need to get it in afterSubmit in a record load. Is that true or am I getting confused with beforeLoad or something else?
d
You cannot get it on
create
but should be able to on
edit
in the beforeload. beforeSubmit and afterSubmit should both have the values.
a
Thank you very much