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
Dev-FoxDev-Fox 

Relation field between campaign and Account

Hi all,

 

I have a query on campaign and Account, here i have to assaign Lead relatedlist campaigns to a particular account

based on some conditions. But i can't see any field to assaign the accountid to the campaign record. I am writing a trigger for this, but i couldn't find the solution. Please some one help me to find the field to assaign account id to the campaign record.

 

Thanks & Regards,

Developer

 

*werewolf**werewolf*

Campaign has no link to Account by default.  You can create a custom field on Campaign of type lookup relationship to link it to Account if you like.