AristoTelos Academy

Generate Entitlements Job Parameters

Generate Entitlements Job Parameters

Jobs for automatically generating employee entitlements based on configured entitlement types, organizational roles and validity periods.

Identifier of the entitlement type to be generated.

TypeInt

EntitledRoles

Section

List of roles and sites eligible for entitlement generation.

Amount of entitlement generated for eligible employees.

TypeInt

Day used as the entitlement generation cutoff.

TypeInt

Month used as the entitlement generation cutoff.

TypeInt

Optional limit date up to which entitlements should be generated.

TypeDate

Optional directories where job execution logs are stored.

Directories monitored for job execution and integration monitoring.

Use Cases

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?