/
How to Create Overridable Header Output
How to Create Overridable Header Output
You can configure an output on the root level that is overridable by the user and provide a list of values that can be selected by the user as the overriding value.
The code for the above example would look like this:
quoteProcessor.addOrUpdateOutput("ROOT",
[
resultName : "ExportControlMessage",
resultLabel : "Export Control Message",
resulType : "TEXT",
result : "Long",
overrideValueOptions: ["Long", "Short"],
isOverridable : true
]
)
, multiple selections available,
Related content
How to Add New Outputs to Header
How to Add New Outputs to Header
More like this
How to Create Quote Line Items from Header Logic
How to Create Quote Line Items from Header Logic
Read with this
Configure a Custom Quote Header
Configure a Custom Quote Header
More like this
Configure Custom Library Running on Header
Configure Custom Library Running on Header
More like this
How to Pass Header Input Values to Inline Configurator
How to Pass Header Input Values to Inline Configurator
More like 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
Read with this
Found an issue in documentation? Write to us.