DocumentAmountTypeBaseOnLines Property |
True means that the percentages will be applied over lines plus dependant amounts; false means only dependant amounts. [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool BaseOnLines { get; set; }
Public Property BaseOnLines As Boolean
Get
Set
public:
property bool BaseOnLines {
bool get ();
void set (bool value);
}
member BaseOnLines : bool with get, set
Property Value
Type:
Boolean
See Also