DataEntryDefaultValueConditionDocumentType Property |
If not null specifies that the default should be applied only if Document_Type_Id equals this value. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentType ConditionDocumentType { get; set; }
Public Property ConditionDocumentType As DocumentType
Get
Set
public:
property DocumentType^ ConditionDocumentType {
DocumentType^ get ();
void set (DocumentType^ value);
}
member ConditionDocumentType : DocumentType with get, set
Property Value
Type:
DocumentType
See Also