SQL to default latest hire date on Person EIT
Summary:
I’m working on a requirement to default the “Latest Hire Date” of the worker into a Person Extra Information Type (EIT) field.
- What is the recommended SQL (or data source) to calculate the latest hire date for a person in Fusion HCM?
- What’s the best supported way to use that value to default a field on a Person EIT (e.g., value set, Groovy, autocomplete rule, etc.)?
What I tried (sample approach)
I’m considering using PER_PERIODS_OF_SERVICE to pick the max start date for the person.
The below SQL didn't work. is there any other way to achieve this?
Tagged:
0