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

« Previous Version 2 Next »

Overview


This structure is used to specify the the constraint, effective date, notes and notification e-mails that a scheduler would like to apply a project role when booking hours and/or a candidate.

Format


PwsProjectRoleApproveFinalizeOrder
  • PwsProjectRoleApproveFinalizeOrder
    • ConstraintType: String
    • EffectiveDate: DateTime
    • ProjectManagerNotes: String
    • SendBookingEmailFlag: Boolean
    • SendPmBookingEmailFlag: Boolean

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ConstraintType

String

Yes

 N

This field determines the constraint that will be applied when filling hours.

"N": None

"W": NWH (Normal Working Hours)

"H": NWH - Holidays

"T": NWH - Holidays - Time Off

"A": Available Hours

N

EffectiveDate

DateTime

No

 

The constraint specified above is applied as of this date.

2020-01-06T00:00:00.000Z

ProjectManagerNotes

String

No 

 

The PM or requester's notes in association with this booking.

Scheduling Hours

SendBookingEmailFlag

Boolean

No

false

 If 'true', an email notification will be sent to the scheduler.

true

SendPmBookingEmailFlag

Boolean

No 

false 

If 'true', an email notification will be sent to the PM and all of the members of the PM team that are signed up for e-mail notification.

false

Usage Example(s)


Example 01
            <sch:FinalizeOrder>
               <sch:ConstraintType>N</sch:ConstraintType>
               <sch:EffectiveDate>2020-01-06T00:00:00.000Z</sch:EffectiveDate>
               <sch:ProjectManagerNotes>Scheduling Hours</sch:ProjectManagerNotes>
               <sch:SendBookingEmailFlag>true</sch:SendBookingEmailFlag>
               <sch:SendPmBookingEmailFlag>false</sch:SendPmBookingEmailFlag>
            </sch:FinalizeOrder>
  • No labels