Back Forward Warning icon

XXXXXXXXXXXXXXX REVISE FOR NEW APPEARANCE IN 6.2? XXXXXXXXXXXXXX

When you save a rule form and a warning icon () appears, one or more warning conditions were detected. Warning conditions do not prevent the rule from saving.

Warning conditions identify unexpected and possibly unintended situations, or practices not recommended, or variances from best practices. Consult the Warningmessages at the bottom of the form for additional details on each warning.

To review all the warnings for the rules in an application, use Application Preflight tool.

For many rule types, you can extend the set of warnings with a custom activity named Rule-ZZZZ.CheckForCustomWarnings, where Rule-ZZZZ is a rule type. Pega Developer Network article PDNPRKB-21872 How to create a rule warning and Standard activities — Extension pointsZELEK 3/9/06

Warnings are maintained as instances of the Index-Warning class and saved in the pr_index_warnings database table.

The standard decision tree rule Embed-Warning.pxWarningDetails controls whether warnings of a specific type are reported in the Application Preflight tool. By default, all are reported; you can override this decision tree rule to choose which to omit. This decision tree tests the property pxWarningType, which can have values indicating the source of the warning, such as:

Definitions guardrails, preflight check
Related topics About the Application Preflight tool

UpDefinitions — W