Overview
This structure represents information about a project a collection of time cards associated with a time cardspecific project, and includes information about the project itself.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data TypeRequired? | Default | Description | Sample Data | |
---|---|---|---|---|---|
AllowAssignmentFlag | Boolean | No | false | If set to 'true', the project allows for roles to be assigned to a resourceresources to report time against tasks they are not already assigned to. A task assignment will be created when the time card is submitted. | true |
AllowBookingFlag | Boolean | No | false | If set to 'true', the project allows for scheduled hoursresources to report time against it, even if the resource currently has no role for the resource. A new role will be created when the time card is submitted. | true |
CanOpenFlag | Boolean | No | false | If set to 'true', the project can be opened from the old employee portal*** deprecated *** | false |
CloseDate | DateTime | No | The close / end date of the project. | ||
DescriptionRequiredFlag | BooleanNo | false | If set to 'true', descriptions are required on time cards associated with this project. | false | |
OpenDate | DateTime | No | The start / open date of the project. | 2018-01-01T00:00:00Z | |
OpenFlag | BooleanNo | false | If set to 'true', the project is currently open for time. | true | |
PmModuleEnabledFlag | BooleanNo | false | If set to 'true', project management is enabled in this installation and, detailed task management can be is enabled for the project. | true | |
ProjectDescriptor | This structure contains key fields associated with a projectbasic information about the project, including the project name and project code. | ||||
ProjectRateTypes | The rate types associated with the project. | ||||
ProjectTaskTypes | PwsTaskType [???]Yes | The task types associated with the project. | |||
ProjectTasks | Yes | The tasks associated with the project. | |||
RoleCount | Int32No | The number of roles associated with the project. | 1 | ||
TaskCount | Int32No | The number of tasks associated with the project. | 1 | ||
TimeCards | Yes | This structure contains the complete set of information about a time card. The collection of time cards. | |||
Udf1Treatment | StringNo | User Defined Treatement for the first UDF associated with the time card:
| A | ||
Udf2Treatment | StringNo | User Defined Treatement for the second UDF associated with the time card:
| A |
...