DHF Phase Rule

circle-exclamation

This validation rule checks if the status of a DHFLineItemLike Document Object Checks for the current Phase matches the StatusToPhase definition e.g that the object is in Draft (or higher) when it should be in Draft.

es not have (a link to an enabled) Signature Document Object, an inconsistency is displayed.

 <DHFPhaseRule RuleID="Phase Compliant">
      <StatusMap UnderlyingTypeName="File" UnderlyingAttributeName="Validity" UnderlyingAttributeValue="Draft" KnownDHFStatus="Draft" />
      <StatusMap UnderlyingTypeName="File" UnderlyingAttributeName="Validity" UnderlyingAttributeValue="Released" KnownDHFStatus="Released" />
 </DHFPhaseRule>

XML Elements

StatusMap (Required)

Last updated

Was this helpful?