M
mpiscoso@gmail.com
Guest
I see what you mean. For this I would suggest that you create a hierarchy relationship on your parent object and map it in your data map. Map it so that the cloned record would be the One in the one:many relationship, this way from the parent's perspective, you can access the token of the cloned record easily. Then call your "run trigger on related records" on the related cloned record using runTrigger() API and possibly an object script appended to your workflow action (don't forget to remove the other trigger from the workflow). This should make the trigger run on the cloned record. Hope that helps.
Continue reading...
Continue reading...