Does anyone know what the SS2.0 Purchase Order Search (N/Search) filter values are for status? I pulled by internal ID and got pendingReceipt and pendingBillPartReceived as results. When I try to set status is either of those I get no results 😕 i.e:
filters: [{
name: 'status',
operator: 'is',
values: 'pendingReceipt'
}]