We have certain fields on salesorders that we don'...
# suitescript
e
We have certain fields on salesorders that we don't want to get copied during an Auto-Fill or Copy. For example, external order IDs or external payment IDs specific to that transaction. Does anyone know of a good way to filter those fields so they are not copied? My current idea is to just clear them with a UE script on beforeSubmit.
b
its probably easier beforeLoad
it becomes harder to tell if its a copy event type in beforeSubmit
e
good call. thank you