Currently, it is not possible to expose
As an alternate solution, the user may create saved searches for these by following the steps below:
A. For Saved Search version of Sales Order Pending Fulfillment Report.
1. Navigate to Lists > Search > Saved Searches > New > Transaction.
2. Under Criteria tab> Standard sub tab> Filter, set the following:
Type = Sales Order
Status = Sales Order: Pending Fulfillment, Partially Fulfilled, Pending Billing Partially Fulfilled.
Customer (Main Line) Fields = Territory: Select the territory that you want to use as filter
3. Under Results tab> Columns sub tab> Field, add/remove fields depending on your preference then add:
Customer (
4. Rename the Search Title > Click Save and Run.
B. For Saved Search version of Sales Back Order Report
1. Navigate to Lists > Search > Saved Searches > New > Transaction.
2. Under Criteria tab> Standard sub tab> Filter, set the following:
Type = Sales Order
Formula (Numeric) = greater than or equal to 1
Formula = {quantity}-nvl({quantityshiprecv},0)-nvl({quantitycommitted},0):
Since Backordered field in the Sales Order is not an available field, there is a need to create a formula that will serve as substitute.
Customer (
3. Under Results tab> Columns sub tab> Field, add/remove depending on your preference then add:
Customer (
Formula (Numeric) = {quantity}-nvl({quantityshiprecv},0)-nvl({quantitycommitted},0)
4. Rename the Search Title > Click Save and Run.
No comments:
Post a Comment