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

Related content

How to Create Quote Line Items from Header Logic
How to Create Quote Line Items from Header Logic
More like this
How to Add a Matrix to Quote Header Output Fields
How to Add a Matrix to Quote Header Output Fields
More like this
How to Export a Price List Containing Result Matrix
How to Export a Price List Containing Result Matrix
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
How to Create Calculation Logic as REST API for Postman Request
How to Create Calculation Logic as REST API for Postman Request
Read with this

Found an issue in documentation? Write to us.