StoreOrderLineParentLineId Property |
Id of the line of the parent document, which generated the store order. null for user-entered store orders or if not applicable. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> ParentLineId { get; set; }
Public Property ParentLineId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ ParentLineId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member ParentLineId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also