Hi guys... I need to know if a Sales Order is alre...
# suitescript
e
Hi guys... I need to know if a Sales Order is already approved using SuiteScript. Is there a way to simple get true or false? Or do I need to use the "Pending Fulfillment" status as approved?
j
Status would be most reliable way
s
'orderstatus'
might be better to use if you need to check for other things like partially fulfilled, cancelled, etc
e
Thanks @jen @Sandii