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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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