That's more or less what I have aside from the `ct...
# suitescript
b
That's more or less what I have aside from the
ctx.newRecord.type
ctx.newRecord.id
Copy code
var loadedRecord = record.load({
        type: recordType, 
        id: recordID,
        isDynamic: isDynamic,
    });