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.
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