what might be the reason of getting rcrd_doesnt_ex...
# general
a
what might be the reason of getting rcrd_doesnt_exist when using record.load and the record already exist in netsuite and the id and type passed properly?
b
Check the obvious of making sure the record actually exists at the time the record is loaded. After that, check for user event script or workflow action scripts that run before load that are trying to load an non existent record
👍 1