DocumentTypeTransitionalDocument Property |
If checked determines that the documents from this type are automatically managed by the system and don't require management from the users. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool TransitionalDocument { get; set; }
Public Property TransitionalDocument As Boolean
Get
Set
public:
property bool TransitionalDocument {
bool get ();
void set (bool value);
}
member TransitionalDocument : bool with get, set
Property Value
Type:
Boolean
See Also