Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Overview


This structure contains represents a resource's history record (PwsResourceHistoryRecord)collection of historically tracked resource attributes effective for a given date range. The collection of historically tracked attributes is encapsulated within PwsResourceHistoryRecord

Format


Panel
titlePwsResourceHistory

...

Element

Data Type

Description

Sample Data

BeginDate

DateTime

The resource history begin datebeginning of the date range over which the specified attributes apply.

2018-10-01T00:00:00Z

EndDate

DateTime

The resource history end date end of the date range over which the specified attributes apply.


Record

PwsResourceHistoryRecord

The complete resource history record.


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                  <b:PwsResourceHistory>
                        <b:BeginDate>2018-10-01T00:00:00Z</b:BeginDate>
                        <b:EndDate i:nil="true"/>
                        <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>
                     </b:PwsResourceHistory>