Isis Herrero
05/02/2022, 7:34 AMobjRecord = record.transform({
fromType: record.Type.SALES_ORDER,
fromId: salesorderId,
toType: record.Type.INVOICE,
isDynamic: true,
});
However, the modified descriptions do not get copied; the line items show their original descriptions. I assume that it has to do with some setup, since the Suitelet Script does not include anything else affecting the line items. Where in the setup, if anywhere, are the preferences for this? 🤔michoel
05/02/2022, 8:12 AMIsis Herrero
05/02/2022, 8:38 AMmichoel
05/02/2022, 10:35 PM