You need to sign in to do that
Don't have an account?

How to access Campaign field in lead object from visualforce
Hi All,
I want to access campaign field in lead object from visualforce using custom controller.
Leads and campaigns are not related to each other.For this,I want to create junction object between leads and campaigns.But,we cannot create a master detail relationship from custom object to leads.Then how?
Can anyone help me?
Kindly support and suggest.
I want to access campaign field in lead object from visualforce using custom controller.
Leads and campaigns are not related to each other.For this,I want to create junction object between leads and campaigns.But,we cannot create a master detail relationship from custom object to leads.Then how?
Can anyone help me?
Kindly support and suggest.
By querying on CampaignMember you can get Lead from it.