You can create a custom form that includes an employee's entitlement override date field. This date is often different than the hire date. It’s used to determine employee eligibility for entitlements such as a negotiated vacation rate.
When a form with this field is processed, the date is saved in the Entitlement Override Date field in the Key Information tab of the Employment > Employment Settings screen in People.
The following sample demonstrates the addition of an Entitlement Override Date field:
Copy
<Field>
<Style>IVDatePicker</Style>
<Row>20</Row>
<Column>3</Column>
<BindingProperty>EntitlementOverrideDate</BindingProperty>
<InitialValue>function:today</InitialValue>
<IsRequired>false</IsRequired>
<Visible>true</Visible>
<FieldId>EntitlementOverrideDate</FieldId>
</Field>