DocumentsRulesCheckEntityName Field |
Checks if the entity name of the document is equal to the entity name of the document type
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly CheckConstraint<Document> CheckEntityName
Public Shared ReadOnly CheckEntityName As CheckConstraint(Of Document)
public:
static initonly CheckConstraint<Document^>^ CheckEntityName
static val CheckEntityName: CheckConstraint<Document>
Field Value
Type:
CheckConstraintDocument
See Also