Skip to main content Join us at TDX in San Francisco or on Salesforce+ on March 5-6 for the Developer Conference for the AI Agent Era. Register now.

#Trailhead Challenges2,375 discussing

Hands-on challenges are the “secret sauce” of Trailhead. Before searching for solutions to superbadge challenges, review the Salesforce Certification Program Agreement and Policies.
3 answers
  1. Yesterday, 8:20 PM

    Hi, @Fallou Ndoye

     

     

    This is a common mistake that occurs because many previous Challenges were held on the same Playground. Most likely, in one of the previous Challenges, there was a task to create a Trigger or Validation Rule, and now it is affecting your current task. 

     

    So, how can you solve this problem? There are three ways to resolve it.

     

    I. Click Gear Icon --> Setup  --> Object manager --> Oppurtunity --> Fields & Relationsships --> Close Reason --> Edit --> Picklist (Multi-Select) Options --> Deselect the checkbox “Restrict picklist to the values defined in the value set”. 

    II. You can go to the corresponding object and check if there are any related Validation Rules:

     

    1. Click Gear Icon --> Setup --> Object Manager

    2. Select Opportunity object and from the left side menu click "Validation Rules":opp.jpgThere should be no Validation Rules here. If there are any, you need to deactivate/delete them. 

     

    Additionally, there might be a Trigger created. To view your list of Triggers, you can on the menu search field type "Trigger" and select "Apex Triggers":trigger.jpg 

    Here you should also not have any triggers. If there are any, they can affect your Opportunity object. 

     

    III. You can create a new Playground and complete this task there.

    To do this:

    1. Login Trailhead Site

    2. Open "Hands-On Orgs"

    3. Click "Create Playground"

     

    After waiting a few minutes, a new Playground will be created. 

     

    !!! Also too, make sure that all Challenges from this topic are completed in the same Playground. Each subsequent Challenge builds on the previous one.

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000
4 answers
  1. Yesterday, 8:41 PM

    Hi, @patel Ravi

     

    This is a common mistake that occurs because many previous Challenges were held on the same Playground. Most likely, in one of the previous Challenges, there was a task to create a Trigger or Validation Rule, and now it is affecting your current task. 

     

    So, how can you solve this problem? There are three ways to resolve it.

     

    I. Click Gear Icon --> Setup  --> Object manager --> Oppurtunity --> Fields & Relationsships --> Close Reason --> Edit --> Picklist (Multi-Select) Options --> Deselect the checkbox “Restrict picklist to the values defined in the value set”. 

    II. You can go to the corresponding object and check if there are any related Validation Rules:

     

    1. Click Gear Icon --> Setup --> Object Manager

    2. Select Account object and from the left side menu click "Validation Rules":acc.jpgThere should be no Validation Rules here. If there are any, you need to deactivate/delete them. 

     

    Additionally, there might be a Trigger created. To view your list of Triggers, you can on the menu search field type "Trigger" and select "Apex Triggers":trigger.jpg

    Here you should also not have any triggers. If there are any, they can affect your Account object. 

     

    III. You can create a new Playground and complete this task there.

    To do this:

    1. Login Trailhead Site

    2. Open "Hands-On Orgs"

    3. Click "Create Playground"

     

    After waiting a few minutes, a new Playground will be created. 

     

    !!! Also too, make sure that all Challenges from this topic are completed in the same Playground. Each subsequent Challenge builds on the previous one.

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000

Message "Étape encore en cours" alors que j'ai vérifié plusieurs fois et toutes les étapes sont complétées.

 

#Trailhead Challenges  #Trailhead

4 answers
  1. Nov 22, 2024, 2:46 PM

    Hi, @Cedric Ruby

     

    Ensure that the language of the Playground and the Trailhead site is set to English. Sometimes, using a language other than English can lead to errors. Review the Challenge steps you have completed once again; you might have missed a mistake somewhere.

     

    Additionally, you can create a new Playground and complete this Challenge, as well as the previous Challenges from this Trail, on it. 

     

    To do this: 

    1. Login Trailhead Site 

    2. Open "Hands-On Orgs" 

    3. Click "Create Playground" 

     

    After waiting a few minutes, a new Playground will be created. 

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000

On the first step of  Create a Hello World Lightning Web Component, the error is "Make sure you add the 'helloWorld' Lightning web component to the default Home page." even though the Sales Home page is set to default for the org, Advanced Seller option is toggled inactive, and the component shows up on the page: 

 

default.PNG

 

 

home.PNG

 

 

 

 

#Trailhead Challenges

0/9000

Someone else had this problem? Challenge not yet complete in Wise Unicorn Playground

We can’t find the correct object permissions for account in the ‘Sales User’ permission set group. 

 

Also, 

  • Assign the permission set group to the user you created in the previous unit.How do I do this? what user is it meant? when i do manage assignments and try to assigb to sales user it says that the user doesnt have a license for it? 

 

 

 

This was the challenge:

Configure Object, Field, and Record Access

As part of your data access configuration, you must give your sales reps access to accounts. You plan to reuse the same permission set for users who’ll need greater access to accounts, so you’ll mute certain permissions for your sales reps using a permission set group.

You also need to configure your organization-wide defaults for accounts and opportunities so users only see the records they need to.

  • Create a permission set:
    • Label: Account Access
    • API Name: Account_Access
    • Add a description (We won’t check for this.)
    • License: -None-
    • Enable Account Object Permissions: Read, Create, Edit, Delete, View All Records, and Modify All Records
    • Enable Account Field Permissions: Read Access and Edit Access for all fields
  • Create a permission set group and assign it to the user you created:
    • Label: Sales User
    • API Name: Sales_User
    • Include the Account Access permission set that you created
    • Create a muting permission set in the permission set group and name it Sales User Muted (API Name: Sales_User_Muted)
    • Mute Account Object Permissions: Delete, View All Records, and Modify All Records
    • Mute Account Field Permissions: Edit Access for the Annual Revenue and Customer Priority fields
    • Assign the permission set group to the user you created in the previous unit
  • Configure organization-wide defaults:
    • Account and Contract: Visible but not editable for all users.
    • Opportunity: Visible only to record owners and users higher in the role hierarchy.
  • #Trailhead Challenges
7 answers
0/9000

Hello,  

I was working on project "Quick Start: Create a Data Cloud Segment" (

https://trailhead.salesforce.com/content/learn/projects/quick-start-create-a-data-cloud-segment/create-and-activate-a-segment-in-data-cloud?trail_id=unlock-your-data-with-data-cloud

) and was able to verify most of the steps of execution(s).  

 

However, one of the last step wherein I have to go to data explorer tab and check for 'Audience DMO' records is failing. I tried to check the filter that I created for the segment and I used 'Lead.Unified..' for both 'Is_US_Based' and 'Postal Code' fields. Not sure what could be the reason for this issue  

 

Screenshot 2025-02-10 at 4.58.52 PM.png

 

 

 

 

#Trailhead Challenges

10 answers
0/9000

I am getting this error: 

"We can't find the Reservations related list in thee Contact Lightening Record Page."  

 

I'm quite sure to have correctly done every step (as per final screenshot) 

 

2025-02-19_15-50-59.jpg

 

I'm not able to finish the activity, any help is appreciated, thanks 

 

#Trailhead Challenges

13 answers
  1. Feb 23, 6:27 PM

    Has anybody did as well : 

     

    NOTE: Your org has enabled Enhanced Security Data Spaces. To allow users to see Data Cloud data, you must grant access using an Enhanced Security Data Space permission set.

    Learn More

     

     

    if Yes , then please tell how u did it? 

     

0/9000

Hey Trail Blazers, 

 

I've went thru this champions trial with no issues until this step. In the

Enhance Agentforce to Act on Data with Conversational Language

trail the default option for data cloud does not appear when I select data Cloud as the data source radio button. Has any one else had this issue. I even started the trail completely over with a new org and I'm still having the same issue. Notice the screen shot and look at the Data Space option once the Data Cloud object is selected.  

DataCloud.png

 

 

 

#Trailhead Challenges  #Trailhead  #Data Cloud

14 comments
0/9000

 Hi,  

When completing the challenge under Salesforce Mobile App Customization > Customize Compact Layouts, you will receive an error. 

  

 

While I've tested numerous times for type errors, principal compact layout assignment, and object. I also check by clearing the browser cache. But I continue to receive the following error. Can someone help me fix this problem? 

 

Error message: 

The

'Mobile Account Layout' compact layout does not appear set as the primary compact layout for accounts.

  

 

Thanks. 

 

#Trailhead Challenges

7 answers
  1. Feb 11, 3:39 AM

    Hi @Rahul Chauhan, @Tushar Jadav, @chirag ahir

    Greetings & thanks for your response. 

    Please see the accompanying image as reference. And I tested every aspect, such as the challenge selected Org, object, compact layout name, the API name, and if it was set as primary or not. But I still get the same error. I tried again after deleting the cache and cookies in my browser, but the problem persisted. 

     

    compacy layout challange issue.png

     

    Thanks.

0/9000