You need to sign in to do that
Don't have an account?
SAHG-SFDC
How do I show the campaign name in the opportunity
How do I show the campaign name in the opportunity record under lead information fields, Other fields that I wanted I mapped them and they are visible
Here, I want the campaign name to be in the lead information section on the opportunity page when the lead is converted
Any suggestions here
Here, I want the campaign name to be in the lead information section on the opportunity page when the lead is converted
Any suggestions here
Step 2: Create an Apex class to populate this^ field with Campaign Name Step 3: Create an Apex Trigger on Campaigns to call that^ class Step 4: Now that you have the Campaign Name field on Lead populating Campaign Name, use this field to map the field on Opportunity.
All Answers
Step 2: Create an Apex class to populate this^ field with Campaign Name Step 3: Create an Apex Trigger on Campaigns to call that^ class Step 4: Now that you have the Campaign Name field on Lead populating Campaign Name, use this field to map the field on Opportunity.
Thanks for the response,
I am getting this error on the trigger
Error: Compile Error: Incorrect SObject type: CampaignMember should be Campaign at line 1 column 1
I created new field on opportunity and mapped it to Campaign_Name__c