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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Mass Update (Script) Badge Icon Refresh
Hello,
I have been fine tuning a Custom Mass Update to refresh the badge icons (provided with the QuickStart package) applied to products listed on our website. The Mass Update draws from a script:
function massUpdate(recType, recId) {
rec = nlapiLoadRecord(recType, recId);
nlapiSubmitRecord(rec);
}
I need to add a line after the record is loaded to mark a check box field as true, which should provide better results, but I am not certain on how to exactly word this line. The field's ID is custitem_wd_badges_refresh.
Thanks in advance for your assistance.
0