Is it possible to do a record.submitFields, but ha...
# suitescript
d
Is it possible to do a record.submitFields, but have it bypass any UE scripts? I know in 1.0, some functions had a fireFieldChanged parameter.
s
If the UE scripts are set to trigger on XEDIT, they will fire. The general idea is to modify the context the other UE's fire.
👍 1
d
Gotcha. Ya, this is coming from a Map/Reduce. I'll just have the other scripts not fire on Map/Reduce context, I shouldn't have a need for it. Thanks!
s
Thanks for the idea that will speed up my map reduce