Hello. Can we close a Work Order using SuiteScript...
# suitescript
n
Hello. Can we close a Work Order using SuiteScript?
b
probably the same way you do it for a sales order, set
isclosed
to true on all line items
n
Yes, I found it. Thank you so much for your reply.