Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
As discussed in mailing list, a nice improvement for synchronization would be to allow definition of filtered reconciliation, allowing to synchronize only certain entities from an external resource.
At the moment synchronization is allowed as:
- full reconciliation (relying on ConnId's search(), without any filter)
- active synchronization (relying on ConnId's sync())
By leveraging ConnId's search() with appropriate filter, filtered reconciliation can be obtained.