Adding items to a quote
A quote is a document that allows a prospective buyer to see a predetermined set of items and quantities at a predetermined price, to be delivered on a specific date. A Field Sales Representative must be able to add items to a quote.
Solution
Sterling™ Field Sales enables a user to add product items from the catalog to a quote. A user can add an item as a quote line item or a recommended line item.
A user can either enter the complete Item ID of the item and add that item to the quote, or browse the catalog to search for the item and add it to the quote. The getCompleteItemList API is called to retrieve the details of the item.
Check availability of individual products
findInventory API is called to retrieve the availability information for the
products. Validating items
In the Quote Details screen, Sterling Field Sales validates whether an item or the quantity of an item is valid for the corresponding quote. The validations are performed only if the item validation rules are appropriately configured in the IBM® Sterling Business Center application.
Based on the rules configured in the Sterling Business Center application, the following criteria are used for validating the items in the quote:
- Minimum order quantity and maximum order quantity: The quantity ordered for the item must not be less than the minimum order quantity and not more than the maximum order quantity that is configured for the item.
- Item can be sold separately: The item must be configured in such a way that it can be sold separately.
- Item entitlement: The customer to whom the order belongs must have entitlements to the item.
- Item status: The status of the item must be Published.
- Item's effectivity date: The effective start date of the item must not be later than the current date and the effective end date of the item must not be earlier than the current date.
The validateItemForOrdering API is called to validate the
items.
End-user impact
None.
Implementation
This section explains the configurations for this functionality:
- You must configure the following item validation rules to enable Sterling Field Sales to validate items before they are
added to a quote:
- Enable Extended Item Validation
- Validate Item
- Validate Item During Order Creation/Modification
- You must configure the customer entitlements appropriately to enable a user to add an item to a quote created for a particular customer.
- You must configure the quote modification rules appropriately to allow the addition of items to a quote in a particular status.