How can I add warnings to folder level outputs that will display in calculation results?
Answer
The folder levels outputs have the same capabilities. See this example:
quoteProcessor.addOrUpdateOutput(
"ROOT",
["resultName": "BranchTier",
"resultLabel": "Branch Tier",
"result" : branchTier,
"alertMessage": err,
"alertType": (err)?"RED":null,
"userGroup" : "QuoteLineHiddenFields"
]
, multiple selections available,
Related content
Warning Handling
Warning Handling
More like this
How to pass results calculated in the quote header logic to the line items?
How to pass results calculated in the quote header logic to the line items?
Read with this
Can an alert be added to a header level element?
Can an alert be added to a header level element?
More like this
Error Management (Agreements)
Error Management (Agreements)
More like this
How do I get the whole row object within an element of a calculation logic?
How do I get the whole row object within an element of a calculation logic?
Read with this
What resultType parameter to use to display chart created with chart builder API?
What resultType parameter to use to display chart created with chart builder API?
Read with this
Found an issue in documentation? Write to us.