AristoTelos Academy

Job for Manager's Organizational Reporting Scope

Job for Manager's Organizational Reporting Scope

Use Case

Sites, Roles and StaticParameters.ActiveOnly fields control which managers receive reports and whether reports include only active employees or all employees.

Generate reports only for selected sites

Useful when managers should receive reports only for their assigned operational areas.

{ "Sites": [ "Customer Support", "Back Office" ]}

Send reports only to selected manager roles

Useful when reports should not be distributed to all leadership roles.

{ "Roles": [ "Supervisor", "Manager" ]}

Include only active employees in manager reports

Useful when reports should exclude inactive or terminated employees.

{ "StaticParameters": { "ActiveOnly": "Active" }}

Include active and inactive employees in manager reports

Useful for historical or audit reporting scenarios.

{ "StaticParameters": { "ActiveOnly": "All" }}

Was this helpful?