Versions Compared

Key

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

Quote Product Picker Filter logic is used when you need to:

  • Limit the set of products the user can see when adding a new product/item to a quote.

Configuration

This logic is not linked from a Quote Type. Instead, the system finds the proper logic to be used, Quote Product Picker Filter logic will be used by the system automatically, you do not have to set anything anywhere. The system finds the by searching for an active logic with nature quoteProductFilter.If , i.e. the unique name of the logic does not matter.

There’s only one Quote Product Picker Filter logic, which is shared by all quote types. So if you have more types of quotes, which have need different needs for filtering, you must handle all of them in this one filter logic. See the code sample below for the idea how to do it.

...