ProjectTask
ProjectTasks. Represents a project task derived from PMTask.
type ProjectTask {
taskId: Int!
taskCd: String!
description: String
status: String
plannedStartDate: DateTime
plannedEndDate: DateTime
startDate: DateTime
endDate: DateTime
projectId: Int!
branchId: Int
rateTableId: String
rateTableDescription: String
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
ProjectTask.taskId ● Int! non-null scalar
taskId > (PK) The unique internal identifier of the project task.
ProjectTask.taskCd ● String! non-null scalar
taskCd > The code/identifier of the project task.
ProjectTask.description ● String scalar
description > The description of the project task.
ProjectTask.status ● String scalar
status > The status of the project task.
ProjectTask.plannedStartDate ● DateTime scalar
plannedStartDate > The planned start date of the project task.
ProjectTask.plannedEndDate ● DateTime scalar
plannedEndDate > The planned end date of the project task.
ProjectTask.startDate ● DateTime scalar
startDate > The actual start date of the project task.
ProjectTask.endDate ● DateTime scalar
endDate > The actual end date of the project task.
ProjectTask.projectId ● Int! non-null scalar
projectId > The unique identifier of the project this task belongs to.
ProjectTask.branchId ● Int scalar
branchId > The unique identifier of the default branch for the project task.
ProjectTask.rateTableId ● String scalar
rateTableId > The rate table identifier associated with the project task.
ProjectTask.rateTableDescription ● String scalar
rateTableDescription > The description of the rate table.
ProjectTask.lastModifiedDateTime ● DateTime! non-null scalar
lastModifiedDateTime > The last modified date and time of the project task.
ProjectTask.companyId ● Int! non-null scalar
companyId > (PK) The unique identifier of the company.
ProjectTask.id ● String! non-null scalar
id > The unique identifier of the document in DataMart.
ProjectTask.createdInDataMartDateTime ● DateTime! non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart.
ProjectTask.updatedInDataMartDateTime ● DateTime! non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart.
Returned By
projectTasks query