SalesOrderPaymentOrdersTemplateCreateForNotInvoicedAmounts Property |
True to add to the payment order, the part of the amount of the sales order, which is not included in any invoice. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool CreateForNotInvoicedAmounts { get; set; }
Public Property CreateForNotInvoicedAmounts As Boolean
Get
Set
public:
property bool CreateForNotInvoicedAmounts {
bool get ();
void set (bool value);
}
member CreateForNotInvoicedAmounts : bool with get, set
Property Value
Type:
Boolean
See Also