DocumentTypeCreateManully Property |
False if documents with this document type only can be generated; true - the user can create documents with this type. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool CreateManully { get; set; }
Public Property CreateManully As Boolean
Get
Set
public:
property bool CreateManully {
bool get ();
void set (bool value);
}
member CreateManully : bool with get, set
Property Value
Type:
Boolean
See Also