SalesOrderLineParentDocument Property |
The document, which the current line executes. null when the current line does not execute another line. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Document ParentDocument { get; set; }
Public Property ParentDocument As Document
Get
Set
public:
property Document^ ParentDocument {
Document^ get ();
void set (Document^ value);
}
member ParentDocument : Document with get, set
Property Value
Type:
Document
See Also