How to create a join among Target System tables in Synchronization Editor?

Need to use two tables from target system to map the fields on source system. How can i use a join among target system tables in a Synchronization Project.

Parents Reply
  • If you use the ADO.NET connector instead of the connector specific to one of the supported database systems, you have to specify the queries for the data you want to sync into OneIM. Therefore, you are able to join the two tabel you are needing the data from.

    And yes, from Target System (ADO.NET generic) to OneIM all 3 CRUD oerations are supported directly. This is not a connector feature but a sync engine feature.

    Thing is, to make the opposite work, from OneIM to Target System (ADO.NET generic), you need to provide a custom commit script that needs to be developed on your end.

Children