I need to update 20,000 item records and set 1 fie...
# suitescript
e
I need to update 20,000 item records and set 1 field on each (the same field, with the same value for all 20,000). What’s fastest? A CSV import, or Map/Reduce script? (or some other way)
z
Mass Update script? I like to preview records which goint to be uodated. Writing mass update scriot is very easy. All you need is record.submitFields method inside each function.