Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
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.
Creating Matrix Items
Hi,
I am having an issue creating matrix child items in suitescript 2 and was wondering if anybody has come across a solution (even in Suitescript 1).
The matrix parent is being created successfully.
The error I am getting is
"msg": { "type": "error.SuiteScriptError", "name": "UNEXPECTED_ERROR", "message": null, "stack": [ "anonymous(N/serverRecordService)", "onRequest(/SuiteScripts/SuiteFunction/RPS/SF_create_item_option2.js:80)" ], "cause": { "type": "internal error", "code": "UNEXPECTED_ERROR", "details": null, "userEvent": null, "stackTrace": [ "anonymous(N/serverRecordService)", "onRequest(/SuiteScripts/SuiteFunction/RPS/SF_create_item_option2.js:80)" ], "notifyOff": false }, "id": "9498b166-eb08-44c4-ac1b-3c78c485ee33-2d323031392e30322e3139", "notifyOff": false, "userFacing": false } 0