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