I have a transaction saved search that currently p...
# general
s
I have a transaction saved search that currently pulls all lines from a sales order that have no backordered items... {quantity}-{quantitycommitted} I need that saved search to pull no lines on a sales order if any of them have backordered items. Basically I want only line items on a fully committed order. Can anyone steer me towards how to do that? Thanks
a
So you need {quantity}-{quantitycommitted} to be equal to zero? Correct?
s
yes, but for the whole order. I have tried to use the summary criteria but it seems to not have any affect.