D
Daniel Figucio
Guest
I have a scenario where I might want to split a record of type A into records of type B and C. B and C may have have a relationship, so the scenario would go as follows: Use the convert API to convert Record of Type A to Record of Type B using the appropriate data map. Store the returned ID of the newly created record Use the convert api to convert Record of Type A to Record of Type C using the appropriate data map. Store the returned ID of the newly created Record Use the relationship API to create a relationship between the two newly created records (one of Type B, one of Type C). What would be interesting is to have an option as to whether to delete the original record or not that overrides the data map setting, so you don't accidentally delete the original after the first conversion if you need to convert it more than once.
Continue reading...
Continue reading...