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.
2016.2 Breaks setValue on addressbook Subrecord
Encountered a huge issue today trying to create customer records on sandbox, which I believe has 2016.2 -- apparently addressbook values aren't being respected.
I am able to run the code fine on 2016.1 Production, but getting UNEXPECTED_ERROR on 2016.2:
[CODE]
{"type":"error.SuiteScriptError","name":"UNEXPECTED_ERROR","message":null,"stack":["<anonymous>(N/record/recordService)","<anonymous>(adhoc$-1$debugger.user:29)","<anonymous>(adhoc$-1$debugger.user:6)"],"cause":{"type":"internal error","code":"UNEXPECTED_ERROR","details":null,"userEvent":null,"stackTrace":["<anonymous>(N/record/recordService)","<anonymous>(adhoc$-1$debugger.user:29)","<anonymous>(adhoc$-1$debugger.user:6)"]},"id":""}[/CODE]
I am able to run the code fine on 2016.1 Production, but getting UNEXPECTED_ERROR on 2016.2:
[CODE]
{"type":"error.SuiteScriptError","name":"UNEXPECTED_ERROR","message":null,"stack":["<anonymous>(N/record/recordService)","<anonymous>(adhoc$-1$debugger.user:29)","<anonymous>(adhoc$-1$debugger.user:6)"],"cause":{"type":"internal error","code":"UNEXPECTED_ERROR","details":null,"userEvent":null,"stackTrace":["<anonymous>(N/record/recordService)","<anonymous>(adhoc$-1$debugger.user:29)","<anonymous>(adhoc$-1$debugger.user:6)"]},"id":""}[/CODE]
0