Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
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.