Anyone knows of a way to close work orders in bulk...
# suitescript
j
Anyone knows of a way to close work orders in bulk via script? not a checkbox at the line level or a dropdown on the WO. It's a button...
k
I've done it before bit it's been years. I'll look it up
All I could find were hacky client scripts that listen for or emulate the button call. That won't help for bulk. I don't seem to have the server side version anymore. 😞
👍 1
I think you do a
record.transform
to a
workorderclose
record but don't remember the specifics. https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N3199954.html
👍 1