DocumentAmountInputPercent Property |
When not null, specifies that the amount for this document will be calculated as percent of the base amounts (which are defined in the amount type). [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> InputPercent { get; set; }
Public Property InputPercent As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ InputPercent {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member InputPercent : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also