Employee Filter

The Employee Filter is used to set which employees to include in the sync process.

For example: You only want to work with employees.

This can be achieved by adding an Employee Filter expression that states to only read   employees from UKG.

You may only want to work with specific employees based on their  .

This can be achieved by adding an Employee Filter expression that states to only read employees from UKG when their   matches a list you provide.


You may only want to work with Active Full-time employees.

This can be achieved by adding an Employee Filter expression that states to only read Active full-time employees from UKG.

Employment.EmployeeStatusCode == 'A' && Employment.FullTimeOrPartTimeCode == 'F'
 
You may only want to work with all employees from company ACME.
This can be achieved by adding an Employee Filter expression that states to only read employees whose company code is "ACME" in UKG.
Employment.CompanyCode == "ACME"
 
Employment.Company == "ACME"
 
Employment.Company == "ACME"
 
 

Overall the filter is a great way to run tests using Connect to AD, by explicitly using test employees or a small subset of normal employees. It is also a great way to define multiple environments to do different tasks such as an environment to de-provision part-time employees immediately or an environment to keep full-time employees in AD active for 2 weeks.

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.