Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You’re using Quote Product Picker Filter logic is used when you need to:

  • To limit 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, – Builds a filter which will be used to limit the products the user can see.

  • Information provided to the logic:

    • binding Binding variables

      • quoteQuote: Map - data about inputs and outputs of the quote header, folders and items.

  • Expected logic execution outcome:

    • from From Standard mode execution:

      • elements Elements are expected to return a value of type Filter. When more elements return a value of the type Filter, those Filters filters will be ANDed.

      • if If some element returns a value , which is not of the type Filter, it will be ignored.

Code

sampleReview quote product picker filter logic

Sample