Click or drag to resize

InvoiceLineParentLineNo Property

The number of the line within the parent document, which the current line executes. null when the current line does not execute line.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<int> ParentLineNo { get; set; }

Property Value

Type: NullableInt32
See Also