RE: How to show backorder quantiy?
I am working on Sales Order saved search… can anyone please advise on how to display SO with Backordered quantity. either mark the sales order which has backorder or add a column that displays backorder or backorder quantity.
You can probably find a bunch of SuiteAnswer articles on the subject, the general idea is to use a formula that looks like: {quantity} - nvl({quantitycommitted},0) - nvl({quantityshiprecv},0)