on a transaction saved search - how do i show the ...
# inventory
m
on a transaction saved search - how do i show the quantity on backorder? I have this formula which I think works but not sure what where the quantityshiprecv comes from: {quantity}-NVL({quantitycommitted},0)-NVL({quantityshiprecv},0)
p
isnt there already a backordered field on the SO?
or is that showing all backorders across all SO maybe
id think you would want something like committed - on hand/available
m
i didn't find any BO fields. there is a back-ordered field on the item but not sure that's what i need
m
Backordered on the item would be the total across all transactions.
m
@michoel would you say quantity - quantitycommitted - quantityshiprecv is accurate to the BO quantity?
m
I think so
👍 1
n
Here is what we use for work orders, abs({quantity})-nvl({quantitycommitted},0)
👍 1