Include Entitlement Override Date

XML Forms Guide

Version
R2025.2.1
ft:lastPublication
2025-11-11T03:22:43.725204
Include Entitlement Override Date

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>