Description: A relationship defines how a task relates to the start or finish of another task or assignment. These relationships which form the logic of the project network are used together with task durations to determine schedule dates.
Field | Description | Read-Only |
---|---|---|
CreateDate | The date this relationship was created. | No |
CreateUser | The name of the user that created this relationship. | No |
IsPredecessorBaseline | The boolean value indicating if the predecessor task is related to a Project or Baseline. | No |
IsPredecessorTemplate | The boolean value indicating if this business object is related to a template Project. | No |
IsSuccessorBaseline | The boolean value indicating if the successor task is related to a Project or Baseline. | No |
IsSuccessorTemplate | The boolean value indicating if this business object is related to a template Project. | No |
Lag | The amount of time the predecessor task was delayed, affecting the ability of its successor activity to start or finish. | No |
LastUpdateDate | The date this relationship was last updated. | No |
LastUpdateUser | The name of the user that last updated this relationship. | No |
ObjectId | The unique ID generated by the system. | No |
PredecessorProjectObjectId | The unique ID of the project that owns the predecessor task. | No |
PredecessorTaskId | The unique ID of the predecessor task. | No |
PredecessorTaskName | The name of the predecessor task. | No |
PredecessorTaskObjectId | The unique ID of the predecessor task. | No |
PredecessorTaskType | The type of the predecessor task, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'. | No |
SuccessorProjectObjectId | The unique ID of the project that owns the successor task. | No |
SuccessorTaskId | The unique ID of the successor task. | No |
SuccessorTaskName | The name of the successor task. | No |
SuccessorTaskObjectId | The unique ID of the successor task. | No |
SuccessorTaskType | The type of the successor task, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'. | No |
Type | The relationship type defining the behavior between two tasks. | No |