Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityError
MessageRequired property VerificationMethod is empty or missing in the rule definition.
CodeCUSTOMRULESET_V105
TypeValidation
Rule SystemSemantic
Broad CategoryCustom Rules
Tagscustom ruleset semantic validation method verification rule

Suggested Fixes

  • Make sure that you have added the VerificationMethod property in the rule definition object.
  • Ensure that the value of property VerificationMethod is not empty or null.
  • Name of property VerificationMethod is compared in a case-sensitive manner.

For More Information