...
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 candidaterequest approval or finalization of a role (by a scheduler).
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ConstraintType | String | No | N | This field determines the constraint that will be applied when filling hoursduring approval/finalization. "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 schedulerresource. | 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 |
...