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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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