How to Add Inputs to Product Selector

Inputs, which are displayed in the quote's Input Parameters section can be made available to users in the product selector (as columns), so that users can select products and enter inputs in one step.

How to set it up?

Use the application property 'quoteItemSelectorInputs' to define the list of inputs. The property is set in the Advanced Configuration Options section.

The value of the property will look similar to this:

[ { "name": "Quantity", "label": "Quote Quantity", "type": "USERENTRY" }, { "name": "StringUserEntry", "label": "Quote String", "type": "STRINGUSERENTRY" }, { "name": "OptionUserEntry", "label": "Option String", "type": "OPTION", "valueOptions": ["a","b","c"] } ]

The inputs defined by the application property will always be shown in the Product selector. Inputs that do not match any inputs present in the current calculation logic will be ignored.

Only the USERENTRY, STRINGUSERENTRY and OPTION input types are supported.

Found an issue in documentation? Write to us.