DocumentAmountTypeUnitAmountInputAllowed Property |
Specifies whether the user is allowed to input fixed unit amount for the calculation of the amount. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool UnitAmountInputAllowed { get; set; }
Public Property UnitAmountInputAllowed As Boolean
Get
Set
public:
property bool UnitAmountInputAllowed {
bool get ();
void set (bool value);
}
member UnitAmountInputAllowed : bool with get, set
Property Value
Type:
Boolean
See Also