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
In Bring External Data into the Contact Page Layout module, Connect Data Cloud and CRM with Enrichment part "New" button in Data Cloud Related List Enrichments part is not working on click.
#Trailhead Challenges #Agentforce #Data Cloud
Today, 5:10 AM 1. Verify Data Cloud Setup is Complete
- Ensure you've completed all prior modules:
- Enable Data Streams
- Set Up Identity Resolution
- Identity Resolution job should show Succeeded status
- The correct Data Model Object (DMO) such as Individual is set as Primary
2. Check If Data Model Object Mapping is Done Correctly
- Go to Data Model → Data Model Objects → Individual
- Confirm that your data streams are mapped to standard fields like FirstName, LastName, Email
3. Enrichment Segment or Enrichment Configuration Missing
- Before the "New" button works, you must have:
- Enrichment Segment created and active
- Enrichment Configuration (in Data Cloud > Enrichments)
4. Try Refreshing Permissions
Sometimes a temporary glitch or permission lag in the playground causes UI buttons not to work.
- Try logging out and logging back in
- Or go to: Setup > Users > [Your User] > Permission Sets and make sure Data Cloud Admin and Enrichment Access permission sets are assigned
5. Switch Browsers or Try Incognito Mode
- Trailhead Playgrounds can be sensitive to browser extensions
- Try Chrome or Firefox in Incognito/Private Window
- Disable any browser extensions like pop-up blockers or script managers
6. Playground Bug – Create a New Playground
- If all else fails, create a new Trailhead Playground with Data Cloud and Einstein AI and restart the module from “Enable Data Streams”
✅ Optional Debug Step:
Try to open Developer Console in your browser (press F12 or Ctrl+Shift+I > Console tab) and see if any error appears when you click New. If there’s a specific JavaScript or permission error, it can give more info.
- Ensure you've completed all prior modules:
I want the employees at the company I work for to be able to post chatter in a lead, especially when it comes to auditing them as sometimes our leads can be open for a month or longer.
I have tried editing the lightning page to add the full chapter objective so they can post and look at the field tracking but it never adds the actual posting component.
I have already checked the users and Profiles and everything is how it should be.
How can I have chatter posting abilities in a lead???
#Leads #Lead Management #Ask Group Leaders #Chatter #Chatter FunctionalityToday, 5:08 AM Hi Ileigha, you can upload files, post comment using chatter in lead object.
Steps:
1. Enable Chatter Files:
Go to Setup > Feature Settings > Chatter > Chatter Settings.
Click Edit and then check the box next to Enable Chatter.
Click Save.
2. Enable Sharing of Files:
For internal users:
Ensure that users have the Create and Share Content Deliveries for Chatter Files permission (ChatterFileLink). This is usually enabled by default for standard profiles and can be enabled for custom profiles when other user-level permissions are enabled.
For external users:
If you want to share files with users outside your organization (e.g., in a community), you need to enable the relevant settings within the community's setup and potentially configure Files Connect.
3. Sharing Files:
Uploading Files:
Navigate to the Files tab in Salesforce and upload the desired file.
Sharing Settings:
After the file is uploaded, you'll see a dialog box where you can configure sharing settings.
Share with People/Groups:
Select the option to share with specific users or groups. You can choose whether they have view or collaborator access.
Share with Link:
You can also generate a public link to the file, allowing anyone with the link to access it.
How we can get free 100$ voucher for retake exam??
#TrailheadToday, 5:05 AM Hi Shubham,
As of now there is no available voucher code. You can probably check with your partner organisation.
Thanks
Today, 5:04 AM Hi Muthu please do check the same project in a different browser, incognito mode.
This might be some glitch. Also please clear cache and retry.
Thanks
I am using only one trigger for one object and also using trigger handler classes
but source code scanner through partner security portal
throws this warning ...
Multiple Trigger On same sObject result path 13:
Object: event=after insert after update before d... in file: triggers/CurrencyPost.trigger
L 1: trigger CurrencyPost on Currencies__c (after insert,after update,before delete) {
here is my trigger
trigger CurrencyPost on Currencies__c (after insert,after update,before delete) {
//if trigger is after
if(Trigger.isAfter && Trigger.isInsert) {
pbCurrencyTriggerHandler.handleAfterInsert(Trigger.new);
}
if(Trigger.isAfter && Trigger.isUpdate) {
pbCurrencyTriggerHandler.handleAfterUpdate(Trigger.old);
}
if(Trigger.isBefore && Trigger.isDelete) {
pbCurrencyTriggerHandler.handleBeforeDelete(Trigger.old);
}
}
Today, 5:03 AM Hello,
This scanner reports issue is generated from partner security portal
Today, 5:02 AM Hi Charil - please make sure that the created user's username contains testuser and is active.
Step not yet complete in Recruiting Playground
The field 'Approver 1' either does not exist on the 'Position' object, or it is not a lookup relationship.
Today, 4:09 AM The field Approver 1 either does not exist on the Position object, or it is not a lookup relationship, you need to ensure that the ‘Approver 1’ field exists on the Position object and is correctly set up as a lookup relationship to the User object. To do this, go to Setup in Salesforce open Object Manager, and search for the Position object. Under Fields & Relationships, check if there is a field named Approver 1. If it doesn’t exist, create a new field with the data type Lookup Relationship, and set the related object to User—since the approver will be a Salesforce user. If the field already exists but isn’t a lookup you’ll need to delete it and recreate it with the correct type
Specifically when trying to include images in the signature. Our users are using the correct html format where the image is sandwiched between the html text. Is there an easier way to include images and font color in the email signature that I'm just not aware of? Our users have a challenging time navigating the whole html text sandwich process.
Today, 3:47 AM @Alex Hagel Thanks for pointing out. I don't see any merge field, but few anchor and image tags. Can you please share screenshot how this signature is rendered?