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
dhenukadhenuka 

Need Relationship between campaign and Opportunities.

Hi,

 

I have a requirement like I need to group all the opportunities assigned to the campaign based on the stage field of the opportunity. I need to filter the campaigns based on some custom fields like product and Region. How an we join these two objects to get my requirement.

Its urgent...

Please post the solution if any body knows......

 

Thanks,

 

Suresh.

jkucerajkucera

Are you looking to create a report or use this in some code?  I'm assuming you want to only get the opportunities where Primary Campaign Source = Desired Campaign, not Campaign Influence.

 

There's already a direct join between campaign & oppty (primary campaign source is a lookup to Campaign) so you can either use standard oppty reports or create a custom report type with Opportunity where you add Campaign.

 

Then you can filter by campaign fields and group by Campaign Name.

dhenukadhenuka

Thanks for the reply John,

 

I am trying to generate a dashboard report.  I know there is a direct relationship between opportunity and campaign but while creating the custom report type the Object relationship is not showing the lookup campaign object if I select Opportunity as the primary object. I tried the other way also by selecting Campaign as primary object and I found the same result.I am unable to get the campaign fields to make my report.

 

Please reply me soon..

 

Thanks,

 

Suresh.

jkucerajkucera

Sorry for the delay - I must have missed this email.  For the Custom Report Type, you can create this:

 

Opportunity-->Contact Role-->Campaign History 

 

or...

 

Campaign--> Contacts-->Opportunities

 

Both should let you show all campaign fields.

MK2108MK2108

Hi John

 

I have a question - my marketing team has asked me to create a mandatory contact look up field on opportunity to track if the contact was marketing influenced or not.

 

I do not agree with the above process because as you know Sales will resist this change.

 

As i am doing research I am seeing that opportunities can be tagged with campaigns but Sales team will not know about all the campaign.

 

I was wondering if you could help me with this situation.

 

Thanks

Mayank

jkucerajkucera

Hey Mayank - I'm not sure I understand what you're trying to do.  

 

Are you saying you want a custom lookup field to Campaign on Opportunity to track one campaign if a contact associated with the opportunity has been influenced by that campaign?

 

Primary Campaign Source already does this if you only want 1 campaign per opportunity.  The campaign influence feature solves the many to many scenario where you have several contacts associated with an opportunity and each of those may have several campaigns that influenced those contacts.