Skip to main content Heads Up, Trailblazers! Potential Impact to Playgrounds: We're performing some important maintenance beginning on June 27th, 2025. During this time, some of you might temporarily have trouble creating a new Trailhead Playground. If you hit a snag, please try again a bit later. Thanks for your patience as we work to improve your learning experience!

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.
2 answers
  1. Today, 5:02 AM
    Hi Rudra, can you share more details on validation rule created
0/9000

 

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.

In Bring External Data into the Contact Page Layout module, Connect Data Cloud and CRM with Enrichment part

 

 

 

#Trailhead Challenges  #Agentforce  #Data Cloud

1 answer
  1. 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.

0/9000

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 Functionality
1 answer
  1. Today, 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.

0/9000

How we can get free 100$ voucher for retake exam??

#Trailhead
1 answer
  1. Today, 5:05 AM

    Hi Shubham,

    As of now there is no available voucher code. You can probably check with your partner organisation.

    Thanks

0/9000
1 answer
  1. 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

0/9000

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); 

    }  

     

 

#Salesforce Developer @* Salesforce Developers *

3 answers
0/9000
1 answer
  1. Today, 5:02 AM
    Hi Charil - please make sure that the created user's username contains testuser and is active.
0/9000

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. 

 

  

How do I fix the following issue

 

 

#Trailhead Challenges

2 answers
  1. 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

0/9000
1 answer
0/9000

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.     

4 answers
  1. 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?

0/9000