Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
- Appexchage Apps
- Audience Studio
- Automation Studio
- B2B Commerce
- B2C Commerce
- Business Rules Engine
- Communications Cloud
- Consumer Goods Cloud
- Datorama
- Digital Engagement
- Education Cloud
- Education Data Architecture
- Einstein Analytics
- Einstein Bots
- Email Marketing
- Experience Cloud
- Financial Services Cloud
- High Velocity Sales
- Higher Education
- Integration
- Interaction Studio
- Journey Builder
- K-12 Architecture Kit
- Manufacturing Cloud
- Marketing Cloud
- Mobile Publisher
- MuleSoft
- MuleSoft API Manager
- MuleSoft Anypoint Code Builder
- MuleSoft Anypoint Platform
- MuleSoft Anypoint Studio
- MuleSoft CloudHub / RTF / On-Prem / PCE / Gateway
- MuleSoft Composer
- MuleSoft Connectors / SDK / DevKit
- MuleSoft DataWeave
- MuleSoft Design Center / API Designer
- MuleSoft Exchange
- MuleSoft For Agentforce
- MuleSoft For Flow: Integration
- MuleSoft Integrations
- MuleSoft Training & Certification
- Nonprofit
- Nonprofit Cloud
- Nonprofit Success Pack
- Outbound Funds Module
- Pardot B2b Marketing Automation
- Program Management Module
- Quip
- Revenue Cloud
- Sales Cloud
- Sales Cloud Einstein
- Salesforce CPQ & Billing
- Salesforce Developer
- Salesforce Field Service
- Salesforce Health Cloud
- Salesforce Maps
- Salesforce Platform
- Salesforce Surveys
- Service Cloud
- Service Cloud Einstein
- Service Cloud Voice
- Slack Basics
- Slack Certified
- Slack Community
- Slack Developers
- Slack Workflow Builder
- Tableau
- Automation
- AwesomeAdmins
- Data Management
- EducationHelp
- Formulas
- IdeaExchange
- New Releases
- NonprofitHelp
- Salesforce Developer
- SalesforceLive
- TrailblazerCommunityHelp
- TrailblazerDX
- Trailhead Challenges
- Trailhead Superbadges
- TrailheadGO
Filter
Email: Action Required: Update to Salesforce Marketing Cloud Custom Image Domains
I have just been reading through the above email update sent by Salesforce.
Has anyone completed this change? Is this just updating the
target in the existing CNAME record with the new target link that they provide in the New CNAMEbox?
Did anyone experience any issues?
Any guidance greatly appreciated.
Thank you!
#Marketing Cloud #CNAME Record #MC SAP
Hi there -
My team want to be able to report on 'new business' in totality - to be specific, that is:
- Leads created + opportunities created not from converted leads
I am trying to do this by creating a single joined report as I want to avoid having to pull data from two reports and combine it off-system.
Am I going to be able to do this through a joined report?
So far I am struggling; I would welcome any tips!
#Reports & Dashboards #Leads #Opportunities
Today, 8:43 AM Thank you for that.
So I would need to find a way to filter out any opportunity with an ID that matches the field convertedopportunityID to leave only those opportunities not converted from a lead?
Today, 8:38 AM If the pre-work is done. Then couple of possibilities are that the System.debug may have an additional space or another random character not printing the log exactly how it is suppose to.
You can try out the following code in the Execute Anonymous Window ::
List<List<sObject>> searchList = [FIND 'Mission Control' IN ALL FIELDS RETURNING Contact(FirstName, LastName, Phone, Email, Description)];
Contact[] searchContacts = (Contact[])searchList[0];
System.debug('Found the following contacts:');
for (Contact c : searchContacts) {
System.debug(c.LastName + ', ' + c.FirstName);
}
And then try to check for the outcome.
If it still doesn't work, then it might be possible that you have launched multiple orgs, and you are checking the outcome in a different org.
Thanks!
Today, 8:12 AM This is a known issue, so in such cases (if it relates to one of the Challenges), if the problem persists, you can simply create a new Playground and complete the Challenge again.
Useful links:
- https://help.salesforce.com/s/issue?id=a028c00000gAyv9AAC
- https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8HpDSAV
Sincerely,
Mykhailo Vdovychenko
Bringing Cloud Excellence with IBVCLOUD OÜ
Today, 8:35 AM Hi @Ramaraju Bodda - Kindly check whether the lookup is filtered with some other condition and technology is not matching that. Also check whether data is there in specified object
I am pulling a report from salesforce and i need to add a column with a link to each record in the report. I am using this formula HYPERLINK(
"https://bdx.lightning.force.com/"
& Sales_Coaching__c.Ext_SalesCoachingID__c, CUST_NAME
) but it is not working. it wont display a clickable link to the record it just displays: _HL_ENCODED_https://bdx.lightning.force.com/_HL_Coach013625_HL__blank_HL_ please provide a detailed solution for this. I do not have permission to create a field so it has to be done within the report itself.
Today, 8:30 AM Hi @Kayla Mcgregor,
Apologies for the inconvenience caused by the previous reply.
The issue with the syntax was due to placing the height and width values within double quotes. To correct it, you can simply remove the quotes from those parameters.
For further clarification, you can refer to the official Salesforce documentation here:
Let me know if you need any additional help!
We need to tidy up a BU that is very full of old elements accumulated over time and eliminate what is no longer needed among Data extensions, Automations, Activities, etc. The documentation is not very clear on the best way to proceed. If I start moving the elements listed above from one folder to another if they are still in use on MC, do I risk interruptions of active services? How would you proceed in the best way?
Nobuyuki Watanabe (NAC / FPT Japan Holdings Group) Forum Ambassador
Jul 8, 10:18 PM Moving a piece of content between folders has absolutely no impact, even if the content is currently active.