Not Reviewed Rule

This validation rule checks whether the current revision of a Document Object is part of a completed (Review Status set to 'Closed') Reviews.

If the current a Document Object is not part of a completed Review, an inconsistency is displayed.

<NotReviewedRule ReviewTypeName="Review"/>

ReviewTypeName (Required)

The type name of the Review Document Object. Must be 'Review'.

ConsistentIfReviewOpen (Optional, Default: true)

If this xml attribute is set to true and the Document Object is added to a Review that has been started (not disabled) but not finalized (Review Status set to 'Closed'), the current Document Object is considered to be reviewed, and no inconsistency is displayed.

If this xml attribute is set to false and the Document Object is member of a Review, that has been started (not disabled) but not finalized (Review Status set to 'Closed'), the current Document Object is NOT considered to be reviewed, and an inconsistency is displayed.

EmailRevieweesOnChange (Optional, Default: false)

If true, all reviewees that have already made an assessment of the item in an open review are notified that the item has changed and needs to be reassessed.

ResetAssessmentOnChange (Optional, Default: false)

If true, any assessment of the item in an open review is automatically reset (i.e. neither Accepted or Rejected) if the object is changed.

Last updated

Was this helpful?