I am trying to develop a plugin which will transfer my custom entity to contact, account and opportunity when clicking on the convert lead button. I have done the relationships of my custom entity with contact, account and opportunity.
I have tried the sdk code to create a task on post account creation. This seems to work fine.
However i am not able to figure out the code to transfer my custom entity to contact, account and opportunity. Looks like i have to use dynamic entity to do this. however i am not able to get any sample code for the same.
Is there any other way around other than creating a plugin to acheive the above.