in record.copy what id is supposed to go into the ...
# suitescript
p
in record.copy what id is supposed to go into the id option:
Copy code
var objRecord = record.copy({
    type: record.Type.SALES_ORDER,
    id: 157,
    isDynamic: true,
    defaultValues: {
        entity: 107
    }
});
m
the id of the record, of which you are copying?
🤣 2