We all know we can't use CSV import for updating transaction forms on historical Sales Order. Thus, I'm using the console, which works, but only 1 record id at a time. How can I push the full JSON?
Something like:
nlapiSubmitField('salesorder', 52440634, 'customform', 293),
nlapiSubmitField('salesorder', 52440934, 'customform', 293),
nlapiSubmitField('salesorder', 52441334, 'customform', 293),
nlapiSubmitField('salesorder', 52441337, 'customform', 293)
...