My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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…