Sends a validation message (e.g., api.throwException
, api.redAlert
, etc.) from the validation of calculation logics in CLIC documents (Quotes, Agreements & Promotions (Contracts), Rebate Agreements, Compensation Plans) to the Notification Center (Notification API).
See the App Notifications article for more details.
{- "data": {
- "notification": {
- "title": "The Quote",
- "message": "Hoorray it works!",
- "source": "2147491353.Q",
- "topic": "VALIDATION",
- "actionType": "INFO_MESSAGE",
- "status": "WARNING"
}
}
}
{- "response": {
- "node": "string",
- "data": null,
- "status": 0,
- "startRow": 0,
- "endRow": 0
}
}