I’m building activity related tabs for each of our Account, Opportunity, Contact, and Lead Detail’s Pages. Everything is working and linking appropriately; however, when converting leads the activity information isn’t transfering over respectfully. This is the conditional layouts I have setup as of now.Company
     AccountId = (param) id
     WhatId = (param) id
Contact
     WhoId = (ContactData(Id)
     WhatId = (ContactData)(AccountId)
Opportunity
     WhoId = (Opportunity)(ContactId)
     WhatId = (Opportunity(AccountId)
Leads
     WhoId = (Param) Id
I just wanted to see if anyone could see issues as to why the lead conversion isn’t keeping the activity information. As of right now everything links & when Opportunity has a Key Contacted associated, that activity information also appears in contacts (working fine). If I can get this working i’ll put together screenshots of exactly what I’ve set up because i’m sure other users would like to have this feature as well.