PurchaseInvoicesOptionTotalAmountSignRestriction Property |
This option can restrict the sign of the Total Amounts of the purchase invoices of the specified document type. The restriction is applied upon document Release. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction TotalAmountSignRestriction { get; set; }
Public Property TotalAmountSignRestriction As PurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction
Get
Set
public:
property PurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction^ TotalAmountSignRestriction {
PurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction^ get ();
void set (PurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction^ value);
}
member TotalAmountSignRestriction : PurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction with get, set
Property Value
Type:
PurchaseInvoicesOptionsRepositoryTotalAmountSignRestriction
See Also