My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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…