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
  • You cannot do a join in the synchronization editor. If you are just reading the information, it might be better to use the ADO.NET-based connector which allows you to use free SQL statements.

    Another option would be to create a view in the target system (if possible) that is doing the join

    Or, if you just read the target system into OneIM, the use of two workflow step syncing the information.

Children