So it looks like when a record is being triggered/...
# suitescript
a
So it looks like when a record is being triggered/executed/modified from a CSV Import some weird things happen... When
runtime.executionContext === runtime.ContextType.CSV_IMPORT
then
context.newRecord
is missing some properties and with some I mean 700 properties in my case... When the same Record is Edited through the UI then it have all the properties.