/
How to Configure Grouped User Inputs

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" ])

Related content

Layout and Formatting of Input Fields (Reference)
Layout and Formatting of Input Fields (Reference)
Read with this
How to Update Hint of Customer/Product Group Inputs
How to Update Hint of Customer/Product Group Inputs
Read with this
How to Organise SFDC/Unity Header Inputs into Multi-columns
How to Organise SFDC/Unity Header Inputs into Multi-columns
More like this
How to Set Logic Based Customer Input Filter
How to Set Logic Based Customer Input Filter
Read with this
How to Set Value Labels in Drop-Down in Header Logic
How to Set Value Labels in Drop-Down in Header Logic
More like this

Found an issue in documentation? Write to us.