AristoTelos Academy

Generate Entitlements Job for Eligibility Criteria

Generate Entitlements Job for Eligibility Criteria

Use Case

EntitledRoles, 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?

Generate Entitlements Job for Eligibility Criteria | AristoTelos Academy