...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | |
---|---|---|---|
ActualHolidaysFlag | Boolean |
If set to 'true', holidays are added to the resource's actuals and are blocked off in future scheduling | |
AllowApproveOwnTimecardsFlag | Boolean |
If set to 'true', the resource has permission to approve his/her own time cards | |
BillableFlag | Boolean |
If set to 'true', the resource's time can be billable to the client | |
CostCenterIdentity |
The resource's cost center | |
ExpenseReportVendorIdentity |
Expense reports associated with this resource will be directly paid to this vendor (if specified) | |
InactiveFlag | Boolean |
If set to 'true', this resource is marked as inactive | |
LocationIdentity |
The resource's location | |
MissingTimeEmailFlag | Boolean |
If set to 'true', e-mails will be sent to the resource when he/she fails to enter time for previous weeks/days | |
PayCategory | String |
The pay category for this resource | |
RdcException |
The resource's RDC rate if it is overridden from the default (set by the resource's cost center) | |
ResourceTypeIdentity |
The resource's resource type | |
ScheduledHolidaysFlag | Boolean |
If set to 'true', this resource has scheduled holidays | |
SubcontractorInvoiceVendorIdentity |
If this resource is a subcontractor, this is the vendor his/her invoices are payable to | |
TemporaryWorkerFlag | Boolean |
If set to 'true', this resource is defined as a temporary worker | |
TimeAndCostGlccOverride | String |
TitleIdentity |
This resource's title | |
TrackMissingTimeFlag | Boolean |
If set to 'true', missing time will be tracked for this resource | |
WorkingScheduleOverrides |
The resource's working schedule if it differs from the default (set by location) |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:Record> <b:ActualHolidaysFlag>true</b:ActualHolidaysFlag> <b:AllowApproveOwnTimecardsFlag>true</b:AllowApproveOwnTimecardsFlag> <b:BillableFlag>true</b:BillableFlag> <b:CostCenterIdentity> <b:CostCenterId i:nil="true"/> <b:CostCenterName>Executive Team (USA)</b:CostCenterName> <b:CostCenterNumber>Executive Team (USA)</b:CostCenterNumber> <b:CostCenterUid>1152921504606867363</b:CostCenterUid> </b:CostCenterIdentity> <b:ExpenseReportVendorIdentity i:nil="true"/> <b:InactiveFlag>false</b:InactiveFlag> <b:LocationIdentity> <b:LocationId i:nil="true"/> <b:LocationName>USA</b:LocationName> <b:LocationUid>1152921504606855985</b:LocationUid> </b:LocationIdentity> <b:MissingTimeEmailFlag>true</b:MissingTimeEmailFlag> <b:PayCategory>S</b:PayCategory> <b:RdcException i:nil="true"/> <b:ResourceTypeIdentity> <b:ResourceTypeCode>FTE</b:ResourceTypeCode> <b:ResourceTypeId i:nil="true"/> <b:ResourceTypeName>Full Time Employee</b:ResourceTypeName> <b:ResourceTypeUid>1152921504606847348</b:ResourceTypeUid> </b:ResourceTypeIdentity> <b:ScheduledHolidaysFlag>true</b:ScheduledHolidaysFlag> <b:SubcontractorInvoiceVendorIdentity i:nil="true"/> <b:TemporaryWorkerFlag>false</b:TemporaryWorkerFlag> <b:TimeAndCostGlccOverride i:nil="true"/> <b:TitleIdentity> <b:DepartmentIdentity> <b:DepartmentId i:nil="true"/> <b:DepartmentName>Executive Team</b:DepartmentName> <b:DepartmentUid>1152921504606854181</b:DepartmentUid> </b:DepartmentIdentity> <b:TitleId i:nil="true"/> <b:TitleName>Level 1</b:TitleName> <b:TitleUid>1152921504606875471</b:TitleUid> </b:TitleIdentity> <b:TrackMissingTimeFlag>true</b:TrackMissingTimeFlag> <b:WorkingScheduleOverrides/> </b:Record> |