How to Add a Matrix to Quote Header Output Fields
To display a matrix in in the quote header, use the following code snippet:
quoteProcessor.addOrUpdateOutput(
"ROOT",
["resultName": "MetalCoverageMatrix",
"resultLabel": "Metal Coverage",
"result": matrix,
"resultType": "MATRIX"]
)
, multiple selections available,
Related content
Configure a Custom Quote Header
Configure a Custom Quote Header
More like this
How to Handle Passing Values within Quote's Header Logics, Configurators and Line Item Logic
How to Handle Passing Values within Quote's Header Logics, Configurators and Line Item Logic
Read with this
How to Add 'Total row' to Result Matrix
How to Add 'Total row' to Result Matrix
More like this
Result Matrix
Result Matrix
More like this
Result Matrix
Result Matrix
More like this
How to Create Overridable Header Output
How to Create Overridable Header Output
More like this
Found an issue in documentation? Write to us.