DocumentTypeAmountUserCanChangeInput Property |
True if the user, entering the document is allowed to change the default input percent. [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool UserCanChangeInput { get; set; }
Public Property UserCanChangeInput As Boolean
Get
Set
public:
property bool UserCanChangeInput {
bool get ();
void set (bool value);
}
member UserCanChangeInput : bool with get, set
Property Value
Type:
Boolean
See Also