function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sweta_S_SinghSweta_S_Singh 

Add account name in activity history of campaign

Is there away I can add account name in activity history of campaign
@anilbathula@@anilbathula@
Hi Sweta,

Looks like Account Name is a custom field on Campaign and you want to track the changes of it in campaign History.
If so,enable set tracking history for that field.

Thanks
Anil.B
Sweta_S_SinghSweta_S_Singh
Hi Anil,

No, account name is not the custom field on campaign.
Is there a way I can get the standard account name on activity history on campaign?
Its appearing on Report Type: Activities with Contacts.
There is a look up relation between camapign and activity right and a lookup between activity and contact, also a lookup between contact and account. 

 
@anilbathula@@anilbathula@
Hi Sweta,

You can use Related To and link Account ,but when you are creating a Activity history from campaign the related to will be linked with campaign.
You can create a activity custom formula field to fetch Account name from contact.
Or create a custom lookup filed on to account and update it with a process builder.

Thanks
Anil.B