Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now!
RUN, DON’T WALK...Registration for #SuiteWorld 2022 is officially OPEN! This special early bird price won’t last long, so make sure you don’t miss out: https://lnkd.in/gGRN78A3
YOUR VOICE MATTERS! VOTE FOR OUR NEXT WEBINAR TOPIC NOW.
Click on this link for the poll.
Click on this link for the poll.
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