Published Jan 28, 2022
How to Configure Grouped User Inputs
With the following code you can create two graphically separated and collapsible input groups in a header:
quoteProcessor.addOrUpdateInput(
"ROOT",[
"name": "CustomerGroup",
"label": "Customer Group",
"type": "CUSTOMERGROUP",
"parameterGroup": "Customer & Product"
])
quoteProcessor.addOrUpdateInput(
"ROOT",[
"name": "ProductGroup",
"label": "Product Group",
"type": "PRODUCTGROUP",
"parameterGroup": "Customer & Product"
])
quoteProcessor.addOrUpdateInput(
"ROOT",[
"name": "StringUserEntry",
"label": "Note",
"type": "STRINGUSERENTRY",
"parameterGroup": "Notes"
])
, multiple selections available,
Related content
User Inputs & Forms
User Inputs & Forms
Read with this
How to Modify, Add and Remove Inputs
How to Modify, Add and Remove Inputs
More like this
How to Set Logic Based Customer Input Filter
How to Set Logic Based Customer Input Filter
Read with this
Input Functions
Input Functions
Read with this
Layout and Formatting of Input Fields (Reference)
Layout and Formatting of Input Fields (Reference)
Read with this
How to Pass Header Input Values to Inline Configurator
How to Pass Header Input Values to Inline Configurator
More like this
Found an issue in documentation? Write to us.