Click or drag to resize

DocumentParentDocumentRelationshipType Property

Type of relationship between the current document and the parent document(s). Affects the constraints for execution/completion for the documents. Possible values: 'S' = 'Subtask', 'N' = 'Next task'.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<ParentDocumentRelationshipType> ParentDocumentRelationshipType { get; set; }

Property Value

Type: NullableParentDocumentRelationshipType
See Also