I’m trying to set field value of created from on `...
# suitescript
k
I’m trying to set field value of created from on
work order
but script isn’t setting value, any idea why it isn’t able to set value and skipping
b
created from is used internally by NetSuite and represents the transaction a record was transformed from
you cannot set it using traditional record methods
you probably want to use record.transform
although to be honest, i don't know of a transform to work order so im not sure what you are trying to do