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
VFVF 

Problem regarding adding a lead and contact to a campaign

how can we add leadid and contactid to newly created campaign using asp.net
SuperfellSuperfell
You need to create a campaignMember row, it has foreign keys to the lead or contact, and to the campaign.