Just sharing this, according to support transform ...
# suitescript
r
Just sharing this, according to support transform operation is slower than creating the record from scratch
b
im not sure about the actual performance, but the reasoning sounds false
transforming to a sales order from an estimate triggers the beforeload of the sales order, not the estimate
and id love to hear how he got a beforeload on his address subrecord
e
Also,
record.create()
would also fire any
beforeLoad
events
so any performance difference at that point would be down to each individual User Event, not whether you were calling
create
or
transform
r
Yeah, think the rep was just lazy
e
Curious, if you are creating the record in a User Event script does the beforeLoad get called? UEs can't trigger UEs...
🤔 1
r
For this case it was from a webservice call