Click or drag to resize

SalesOrderLineIsSalesReturn Property

Gets a value indicating whether the sales order line is sales return.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsSalesReturn { get; }

Property Value

Type: Boolean
true if this instance is sales return; otherwise, false.
See Also