Click or drag to resize

SalesOrderLines Property

List of SalesOrderLine child objects, based on the Crm.Sales.SalesOrderLine.SalesOrder back reference

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<SalesOrderLine> Lines { get; }

Property Value

Type: ChildCollectionSalesOrderLine
See Also