Click or drag to resize

InvoicesOptionTotalAmountSignRestriction Property

Restricts the sign of the total amount (amount to pay) of the invoices. -1 =allow only negative, 0=allow all, 1=allow only positive amounts. [Required] [Default(0)]

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public SignRestriction TotalAmountSignRestriction { get; set; }

Property Value

Type: SignRestriction
See Also