PwsScheduleEngagementType
Overview
This structure represents the engagement type associated with a project role's scheduled time / booked hours.
Format
- PwsScheduleEngagementType
- EngagementTypeId: Int32
- EngagementTypeName: String (50)
- EngagementTypeShortName: String (15)
- EngagementTypeUid: Int64
- BillableFlag: Boolean
- BusyFlag: Boolean
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
EngagementTypeId | Int32 | The engagement type Id is a unique identifier for an engagement type. For internal use only. | |
EngagementTypeName | String (50) | The engagement type name is a unique identifier for an engagement type. | Billable - Time and Materials |
EngagementTypeShortName | String (15) | The engagement type short name is a unique identifier for an engagement type. | TandM |
EngagementTypeUid | Int64 | The engagement type Uid is a unique and immutable identifier for an engagement type. | 1152921504606863884 |
BillableFlag | Boolean | If set to 'true', engagements of this type are defined as billable. | true |
BusyFlag | Boolean | If set to 'true', hours entered or booked against engagements of this type are included in productive hours on Utilization reports. | true |