SalesOrderPaymentOrdersTemplateUpdateForInvoices Property |
Update the payment order when invoices are issued for any of the sales orders lines. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool UpdateForInvoices { get; set; }
Public Property UpdateForInvoices As Boolean
Get
Set
public:
property bool UpdateForInvoices {
bool get ();
void set (bool value);
}
member UpdateForInvoices : bool with get, set
Property Value
Type:
Boolean
See Also