Fetch Workers by Organization Type

When the Don't allow terminated account option is selected, the Workday connector uses the default COST_CENTER organization for full aggregation.

To change the default organization type, add the following entry in the application debug page:

<entry key="Organization_Type_ID" value="organization_type_id_value"/>

For example, to change the default organization type to SUPERVISORY instead of COST_CENTER, add the following entry key in the application debug page:

<entry key="Organization_Type_ID" value="SUPERVISORY"/>