Filtering the items in a quote
A user can search for items in a quote by entering the corresponding Item ID or the short description of the item as the search criteria.
When viewing the list of items in a quote, a Field Sales Representative may want to narrow down the list of items displayed, based on certain criteria. For example, a Field Sales Representative may want to view only those items that are pending approval so that they can be taken up on priority.
Solution
A user can search for items in a quote by entering the corresponding Item ID or the short description of the item as the search criteria. Additionally, the user can filter the list of items that are displayed based on the following criteria:
- Search for all the lines
- Search for only the lines that are pending approval
The getOrderLineList API is called to retrieve the items that match the filter criteria.
End-user impact
None.
Implementation
None.