...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
AllowAssignmentFlag | Boolean | No | false | If set to 'true', the project allows for roles to be assigned to a resource | true |
AllowBookingFlag | Boolean | No | false | If set to 'true', the project allows for scheduled hours | true |
CanOpenFlag | Boolean | No | false | If set to 'true', the project can be opened from the old employee portal | false |
CloseDate | DateTime | No | The close / end date of the project | ||
DescriptionRequiredFlag | Boolean | No | 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 | Boolean | No | false | If set to 'true', the project is currently open for time | true |
PmModuleEnabledFlag | Boolean | No | false | If set to 'true', project management is enabled in this installation and, detailed task management can be enabled for the project | true |
ProjectDescriptor | Yes | This structure contains key fields associated with a project | |||
ProjectRateTypes | Yes | The rate types associated with the project | |||
ProjectTaskTypes | PwsTaskType [???] | Yes | The task types associated with the project | ||
ProjectTasks | PwsProjectTask [???] | Yes | The tasks associated with the project | ||
RoleCount | Int32 | No | The number of roles associated with the project | 1 | |
TaskCount | Int32 | No | The number of tasks associated with the project | 1 | |
TimeCards | PwsTimeCardDetail [???] | Yes | This structure contains the complete set of information about a time card. | ||
Udf1Treatment | String | No | User Defined Treatement for the first UDF associated with the time card:
| A | |
Udf2Treatment | String | No | User Defined Treatement for the second UDF associated with the time card:
| A |
...