My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
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…