Question
1
Replies
310
Views
Avanade
Posted: September 2, 2019
Last activity: September 2, 2019
How to create a rule warning in Pega 8?
I would like to include a warning rule in development in Pega 8. In Pega 4 the article is available: https://community.pega.com/knowledgebase/articles/how-create-rule-warning
How can I do the same procedure in Pega 8?
Hi Alberto,
The activity "CheckForCustomWarnings" is present in Pega 8 in @baseclass and is available to be modified. You can save this activity in your ruleset and use it to define your custom warning.
You can take help from the "Rule-obj-flow.CheckForWarning" activity to implement your custom warning. This activity is not as same as it was in 4.x version and is a lot different in Pega 8.
You can also check the below link for help:
https://community.pega.com/support/support-articles/check-custom-warnings
Regards,
Vikash