...
This structure represents the engagement type associated with a project role's scheduled time / booked hours.
Format
Panel | ||
---|---|---|
| ||
|
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 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:EngagementTypeDescriptor> <EngagementTypeId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/> <EngagementTypeName xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">Billable - Time and Materials</EngagementTypeName> <EngagementTypeShortName xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">TandM</EngagementTypeShortName> <EngagementTypeUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504606863884</EngagementTypeUid> <a:BillableFlag>true</a:BillableFlag> <a:BusyFlag>true</a:BusyFlag> </a:EngagementTypeDescriptor> |