Data map - many parent Contact records to one parent and many children
Hi all!
I hope you can help me - this has got me stumped!
I have an IO instance with a number of Contacts and types:
IntListOfContacts (IO)
|
-- IntContact1, Type = Main (IC)
|
-- IntContact2, Type = Other1 (IC)
|
-- IntContact3, Type = Other2 (IC)
|
-- IntContact4, Type = Other3 (IC)
All the contacts in the internal IO sit at the same level, beneath the root.
I need to map this to an external IO with the following structure:
ExtListOfContacts (IO)
|
-- ExtContact1, Type = Main (IC)
|
-- ExtChildContact2, Type = Other1 (IC)
|
-- ExtChildContact3, Type = Other2 (IC)
|
-- ExtChildContact4, Type = Other3 (IC)