required-custom-rule-verification-method
Overview
This rule belongs to the custom-ruleset-validation ruleset and states that:
When defining a custom rule, the property VerificationMethod must be specified which represents the method that needs to be applied on the target entity as part of the current rule's validation process.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Required property VerificationMethod is empty or missing in the rule definition. |
| Code | CUSTOMRULESET_V105 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Custom Rules |
| Tags | custom ruleset semantic validation method verification rule |
Suggested Fixes
- Make sure that you have added the
VerificationMethodproperty in the rule definition object. - Ensure that the value of property
VerificationMethodis not empty or null. - Name of property
VerificationMethodis compared in a case-sensitive manner.