My Stuff
Comments
-
Hello, Here is the shortest code I have to show the issue (if getAuth is false saving the cc transaction throws an exception): require(['N/record'], function (record) { function createOrder(customerId, itemId) { const so = record.create({ type: 'salesorder', isDynamic: true, defaultValues: { entity: customerId } }); const…