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
dcrsmith
10/14/2021, 12:00 AM
You cannot get it on
create
but should be able to on
edit
in the beforeload.
beforeSubmit and afterSubmit should both have the values.