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
SS2 - Infinite loop is detected in the client script.
Creating a credit memo in SS2 and getting this error when setting entity
var cm = record.create({type:record.Type.CREDIT_MEMO,isDynamic:true}); cm.setValue({fieldId:'entity',value:1213}); Don't get to .save() and get the error
I ran a search on Script Deployment where Record=Credit Memo and found 2 user events and one client script. Marked them un-deployed to no avail
I should add error occurs when setting entity
Any ideas?
0