Scenario
Saved Search: Transfer Order indicating Location To and From, Quantity Received and Fulfilled and Employee
Solution
- Navigate to Lists > Search > Saved Searches > New.
- Select Transaction.
- Set the Search Title.
- Under the Criteria tab > Standard sub tab > Add:
- — Type is Transfer Order
- — Main Line is false (no)
- Note: You may add more Criteria, as needed.
- Under the Results tab > Sort by: Date = Descending is True > Columns sub tab > click Remove All button > Add:
- — Document Number | Summary Type: Group | Custom Label: Transfer Order Number
- — Date | Summary Type: Group
- — Requestor Fields… Name | Summary Type: Group
- — Item | Summary Type: Group
- — Formula (Text) | Summary Type: Maximum | Formula = case when {applyingtransaction.type}=’Item Fulfillment’ then {applyingtransaction.location} else null end | Custom Label: From Location
- — Formula (Text) | Summary Type: Maximum | Formula = case when {applyingtransaction.type}=’Item Receipt’ then {applyingtransaction.location} else null end | Custom Label: To Location
- — Formula (Numeric) | Summary Type: Maximum | Formula = case when {applyingtransaction.type}=’Item Fulfillment’ then {applyingtransaction.quantity} else 0 end | Custom Label: Fulfilled Qty
- — Formula (Numeric) | Summary Type: Maximum | Formula = case when {applyingtransaction.type}=’Item Receipt’ then {applyingtransaction.quantity} else 0 end | Custom Label: Received Qty
- Click Save & Run.