Click or drag to resize

TemplateLineAmountCondition Property

Condition for the amount. The line is accounted only when the condition is matched. The condition can be one of: null - no condition, the line should be accounted unconditionally; '+' - The amount should be positive; '-' - The amount should be negative. The amount is matched as returned from the source, before applying the Multiplier.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<TemplateLinesRepositoryAmountCondition> AmountCondition { get; set; }

Property Value

Type: NullableTemplateLinesRepositoryAmountCondition
See Also