You’re using Quote Product Picker Filter logic when you need to:
-
To limit the set of products the user can see when adding a new product/item to a quote.
Logic API
-
Logic Nature: quoteProductFilter
-
Logic Type: Calculation/Pricing
-
-
Execution Types:
-
Standard - to build a Filter, which will be used to limit the products the user can see
-
-
Information provided to the logic
-
binding variables
-
quote: Map - data about inputs and outputs of the quote header, folders and items.
-
-
-
Expected logic execution outcome
-
from Standard mode execution:
-
elements are expected to return a value of type Filter. When more elements return value of type Filter, those Filters will be ANDed.
-
if some element returns a value, which is not of type Filter, it will be ignored.
-
-
Code sample
Review quote product picker filter logic QuoteProductFilter_Sample