/
How to Organise SFDC/Unity Header Inputs into Multi-columns
How to Organise SFDC/Unity Header Inputs into Multi-columns
The following code snippet shows how to organize header inputs into 2-columns:
if (quoteProcessor.isPostPhase()) {
// Settings for organising inputs in 2-columns
displaySettings = [numberOfFieldsPerLine: 2]
quoteProcessor.addOrUpdateOutput(
[
"resultName": "__UI_HeaderDisplaySettings",
"resultLabel": "__UI_HeaderDisplaySettings",
"resultType" : "OBJECT",
"result" : displaySettings
]
)
}
, multiple selections available,
Related content
How to Automatically Archive Old Data
How to Automatically Archive Old Data
Read with this
How to Configure Grouped User Inputs
How to Configure Grouped User Inputs
More like this
Interactive Forms - Configurators
Interactive Forms - Configurators
Read with this
How to Create Overridable Header Output
How to Create Overridable Header Output
More like this
Layout and Formatting of Input Fields (Reference)
Layout and Formatting of Input Fields (Reference)
Read with this
How to Set up Default Value on Header Input and Copy It to Line Items
How to Set up Default Value on Header Input and Copy It to Line Items
More like this
Found an issue in documentation? Write to us.