<@U2ASTKU79> Thanks, I was doing ```var objRecord ...
# suitescript
z
@mattdahse Thanks, I was doing
Copy code
var objRecord = record.transform({
    fromType: record.Type.ESTIMATE,
    fromId: 1379255,
    toType: record.Type.SALES_ORDER,
    isDynamic: true,
});
but it was getting an error of
Uncaught TypeError: Cannot read property 'create' of undefined