You need to sign in to do that
Don't have an account?
vickySFDC
How to write SOQL query to get Campaign information from Account object?
Hi All,
I have requirement to add a Campaign Button to the Account detail Page then click on Button then genertae Excel report from the Account page that displays columns in report then this relates to Campaign object that the Account has been a part of:
This report wil be
Header:Accont Name:
Columns:Opportunity,Campaign Name(Campaign),LastName,Status from (Camp.member object) these columns how to fetch query from Account object and disply this value in report.
Thanks,
vicky
I have requirement to add a Campaign Button to the Account detail Page then click on Button then genertae Excel report from the Account page that displays columns in report then this relates to Campaign object that the Account has been a part of:
This report wil be
Header:Accont Name:
Columns:Opportunity,Campaign Name(Campaign),LastName,Status from (Camp.member object) these columns how to fetch query from Account object and disply this value in report.
Thanks,
vicky
BalajiRanganathan
it will be something similar to below soql