Can an alert be added to a header level element?
Question
Can an alert (yellowAlert, redAlert, criticalAlert) be added to a header level element?
Answer
It is possible to make an alert on the Quote Header. A code sample:
quoteProcessor.addOrUpdateOutput([
"resultName" : "OverallMargin",
"resultLabel" : "Overall Margin",
"result" : 0.13,
"formatType" : FieldFormatType.MONEY_EUR,
"resultType" : CalculationResultType.SIMPLE,
"alertType" : "CRITICAL",
"alertMessage": "Details about the problem",
])
, multiple selections available,
Related content
How to Create Alert
How to Create Alert
Read with this
Configure Alerts
Configure Alerts
More like this
Configure Alerts
Configure Alerts
More like this
How to Set Alert on Price Grid / Price List / Quote Item
How to Set Alert on Price Grid / Price List / Quote Item
More like this
Quotes Alerts and Notifications
Quotes Alerts and Notifications
Read with this
How to Create Overridable Header Output
How to Create Overridable Header Output
More like this
Found an issue in documentation? Write to us.