hdeshev
10/21/2017, 7:19 AMnetsuite Ruby gem? Trying to work with the TransactionSearchBasic.approvalStatus field here, but can't seem to find the correct value:
{
field: 'approvalStatus',
operator: 'anyOf',
value: ['_pendingApproval'],
},
yields 0 results. while
{
field: 'approvalStatus',
operator: 'noneOf',
value: ['Lady Gaga'],
},
returns all sales orders. I also tried "Pending Approval" -- it doesn't work either.mbianco
10/25/2017, 1:29 PM