suiteExperimenter
02/04/2022, 10:14 AMinventoryNumberQuery.condition = inventoryNumberQuery.createCondition({
fieldId: 'isonhand',
operator: <http://query.Operator.IS|query.Operator.IS>,
values: [true]
});
Is there an alternative way on how can I filter serial numbers that is on hand?Alan Fitch
02/04/2022, 8:13 PMwhere inventorynumber.id in (select inventorynumber from inventorynumberlocation where inventorynumberlocation.quantityonhand > 0)