Dear Everyone,
We are currently syncing attributes from a target system to One Identity Manager using the Sync Editor. So far, we have applied System Filter conditions to load the particular data such as:
-
Person ID is not null
-
Employee number starts with 10, 20, or 30
Additionally, we added Object Filter conditions like:
-
Manager’s employee number is not null
-
Employee gender is either “M” or “F”
However, the synchronization is taking a lot longer than expected. This is because the Object Filter processes each employee record one by one, which is not efficient for our environment.
My questions are:
-
Is there an alternative or better way to apply such filters within the Sync Editor to improve performance?
-
Can we combine System Filters and Schema Class Filters to achieve this filtering more efficiently?
I’d appreciate any suggestions or best practices. Thanks in advance!