Discussions
SalesOrders PendingFulfillment AND have at least 1 lineitem with committed qty > 0
Hello,
I'm looking to being back all SalesOrders which are PendingFulfillment AND have at least 1 lineitem with committed quantity > 0. I've looked into a TransactionBasic on the SalesOrder, but don't see a way to specify criteria on the child SalesOrderItems. It seems that a join search on SalesOrder with ItemFulfillment may assist here, but am unsure if we'd be able to specifically see item quantity committed to the specific lineitem, rather we'd see the amount available across the organization.
Thanks beforehand for any help!