Versions Compared

Key

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

...

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