Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview


This structure represents the engagement type associated with a project role's scheduled time / booked hours

Format


PwsScheduleEngagementType
  • 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

Usage Example(s)


Example 01
                          <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>
  • No labels