Generate Entitlements Job Parameters
Jobs for automatically generating employee entitlements based on configured entitlement types, organizational roles and validity periods.
EntitledRoles
SectionList of roles and sites eligible for entitlement generation.
Directories monitored for job execution and integration monitoring.
Use Cases
Generate Entitlements Job for Eligibility Criteria
Use CaseEntitledRoles, EntitlementValue, CutOffDay, CutOffMonth and RunToDate fields control who receives generated entitlements, how much entitlement is generated and until which date.
Generate entitlement only for selected roles and sites
Useful when entitlement generation should apply only to a specific role within a specific site.
{ "EntitledRoles": [ { "RoleId": 4, "SiteId": 2 } ], "EntitlementValue": 1}
Configure annual entitlement cutoff date
Useful when employee eligibility should be evaluated based on their status on a specific date.
{ "CutOffDay": 1, "CutOffMonth": 12}
Limit entitlement generation to a specific date
Useful when entitlements should only be generated up to a defined date.
{ "RunToDate": "2025-12-31"}
Was this helpful?
