WorkOrderItemParentLineId Property |
If not null contains the Id of the line of the parent document, that created the current row. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
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