Modify Existing Report Rule
Last updated
Last updated
Upon clicking the “Modify Rule” icon (depicted as a pen icon) for a specific rule, a pop-up window appears with the following fields:
"Rule Id" remains internally managed and unchangeable by the user. However, all other aspects of the rule are open for modification.
"Name": Modifies the rule name.
"Severity": Adjusts the severity level of the rule.
"Description": Allows changes to the rule description.
"Scope": Enables addition or removal of the rule's scope.
"Rule Expression Editor": Allows modification of the dynamic LINQ expression for the best practice rule.
All these fields are mandatory for defining a rule, and leaving any of them blank is not permitted.
Furthermore, a “Validate Expression” button validates the rule written in the “Rule Expression Window.” This validation indicates whether the expression adheres to dynamic LINQ standards.
Invalid dynamic LINQ expressions prevent the modification of the rule.