My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
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…