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,315 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.

Hello, 

 

I'm trying to finish challenge 1 and I keep getting this message.

he field 'Loan_Amount_c' either does not exist on the Contact object or it is not of type currency. Why is that

  

 

#Trailhead Challenges

4 answers
  1. Yesterday, 3:27 PM

    Good day, @Donna Johnson - Harris, ensure that below all points are correctly followed:

    • Ensure Loan_Amount__c is created on the Contact object under Fields & Relationships.
    • Confirm the field's datatype is Currency.
    • Double-check the field’s API name matches Loan_Amount__c.
    • Verify the field is visible in Field-Level Security and assigned to the right profiles.
    • Ensure the field is added to the correct Contact page layout.
0/9000

I keep getting the error message "We can't find that the ‘Manage Job Applications’ permission set grants read access and edit access to all Job Application fields, except edit access for Position and Candidate." Yet I have it set up correctly. I have done the previous modules but am still getting this. 

Screenshot 2025-01-14 101510.png

Screenshot 2025-01-14 101336.png

 

#Trailhead Challenges

31 answers
  1. Jan 15, 3:26 PM

    I was able to figure it out. First I had to install this package "04t0P000000N9rs"

    I did it in my current environment and had to remove all permission set groups and delete the permission set and the previous 'Job Application' object I created since the data was missing because I was missing the data package ( I am sure it would work if you started it in a new environment and restarted the challenge. )

     

    Since the package comes with its own Candidate and Position fields, you have to go into each one of these within the Job Application Object under Field & Relationships -> Select Candidate ->Edit - > change field type - > Select lookup relationship -> Next -> Next-> (VERY IMPORTANT) Select Read Access and unselect Edit Access -> Save

     

    Now do the same for Position.

     

    After that just follow the Challenge Promp.

     

    Set up ' Manage Job Application Permission Set'

    Go to Object Settings under 'Job Applications'

    It should look like this and you're done!

     

    trailblazer example.png

     

0/9000
3 answers
  1. Feb 22, 4:57 PM

    Goood day @Vaibhav Bhagat, Can you make sure below things to possible solving of this challenge: 

    - Ensure that you have added this field to the correct object with the correct page layout. 

    - Check if your profile has all access to this field. 

    - Check the field is not read only. 

    - Check that your field is a lookup with the correct object. 

    - Make sure that you have created field "Related_Position__c" of Data Type as Lookup Relationship. 

0/9000

Create a Permission Set to Handle Field Access

One of the requirements of our Recruiting app is that Hiring Managers can update job applications, but they can’t change the related candidate or position. Create a permission set that gives the correct access. 

 

Need Help?

  • Review common issues.
  • Get help on the challenges for this specific module.
  • Create a permission set:
    • Label: Manage Job Applications
    • API Name: Manage_Job_Applications
    • Add a description (We won’t check for this.)
    • License: -None-
    • Enable Job Application Object Permissions: Read and Edit
    • Enable Job Application Field Permissions: Assigned users can view all fields and edit all fields, except they can’t edit Position and Candidate.

 

We can't find that the ‘Manage Job Applications’ permission set grants read access and edit access to all Job Application fields, except edit access for Position and Candidate.

 

#Trailhead Challenges

5 answers
  1. Jan 22, 10:27 AM

    Hello@Vikash Raj,

    • make sure you have installed  this package "04t0P000000N9rs"

    I did it in my current environment and had to remove all permission set groups and delete the permission set and the previous 'Job Application' object I created since the data was missing because I was missing the data package ( I am sure it would work if you started it in a new environment and restarted the challenge. )

     

    Since the package comes with its own Candidate and Position fields, you have to go into each one of these within the Job Application Object under Field & Relationships -> Select Candidate ->Edit - > change field type - > Select lookup relationship -> Next -> Next-> (VERY IMPORTANT) Select Read Access and unselect Edit Access -> Save

     

    Now do the same for Position.

     

    After that just follow the Challenge Promp.

     

    Set up ' Manage Job Application Permission Set'

     

    Go to Object

     Settings under 'Job Applications'

    It should look like this and you're done!

     

    https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000KBtuw

0/9000

I am trying to get my points in the agentblazer challenge and am getting this come up, however i have done this step again and again and i can see it there, however it is not giving me the points.  

 

Any advice?  

 

Thanks in advance 

 

#Trailhead Challenges

4 answers
  1. Feb 20, 6:15 PM

    Hi, @Allison Jane Otto

     

    1. Open Data Cloud --> Select data Streams, click "New"0.jpgclick Next, Next, Deploy.

    2. Click the Identity Resolutions tab --> New --> Click Create New Ruleset, then click Next.  

    Leave default selected in the Select Data Space menu.

    For Primary DMO, choose Individual.

    Type ccid for Ruleset ID.1.jpg3. Ruleset Name: Guest Name and Email

    Description: Reconcile Reserve-o-matic contact data with Salesforce contact data

    Disable Run jobs automatically.2.jpgclick Save

     

    4. Click Configure.

    Choose Fuzzy Name and Normalized Email

    This determines the primary pieces of data that are used for matching.3.jpg4.jpg5. Click the Identity Resolutions tab --> Click Guest Name and Email --> Click Run Ruleset in the upper right corner.5.jpg6.jpg6. Click Gear Icon --> Setup --> Object Manager --> in the search field type "cont" and select Contact object, (not Contract) --> Click Data Cloud Related List --> New

    for Data Cloud Object, choose ExternalReservation.7.jpg7. Update Child Relationship Name to Reservations.8.jpgUpdate Related list label to Reservations.9.jpg

     

    Next, follow everything as stated in the Challenge instructions, and you’ll succeed.

    I’ve just tested all of this on a new Data Cloud PG (from which I took the screenshots), and the Challenge works fine; everything is in order.

    Most likely, the mistake occurred at the step where you needed to rename to Reservations, specifically at step #7 of the guide.

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000

In the "Set Organization-Wide Defaults and Create a Role Hierarchy" trailblazer training I am getting the error "We couldn't find the field 'Status' on the Position object. Review the instructions for creating the field name."  However when I go into my Object Manager and select "Position" and go to Fields & Relationships, I can see the "Status" Field set to picklist with the appropriate options.  I have deleted and recreated this Object and Field several times with no luck.  Please help! 

 

#Trailhead Challenges

6 answers
  1. Jan 26, 3:31 PM

    Agree with @Steven Trumble! Everything seems to be perfect. @Justin Koehle, Can you check the below points?

    1. Clear your browser cache or log out and back into Salesforce. Sometimes changes don't appear immediately.
    2. Make sure there are no validation rules or other configurations blocking the creation or visibility of the field.
    3. Make sure your profile has complete access to this field/object, including read, create, and edit, and ensure that field is visible for your profile.
    4. Check that a field is added to the page layout with the correct record type.

    If the field is created correctly and still causing the error, try deleting it again and creating it from scratch, following the exact instructions in the challenge. Hope that helps!

0/9000
4 answers
  1. Feb 20, 9:57 PM

    The error "Step not yet complete in Playground_3" indicates an issue with the Job_Posting_Site_URL__c field in Salesforce. ⚠️ It means the field does not exist or is not set as a URL data type in the Job_Posting_Site__c object. 🔍 To fix this, go to Setup > Object Manager > Job_Posting_Site__c > Fields & Relationships and check if the field exists. 🛠️ If missing, create a new custom field with the URL type and save changes. ✅ Finally, refresh and reattempt the challenge to verify the fix. 🔄

0/9000

Hi team! 

 

I was able to follow all the instructions until the following; I was able to create the data cloud related list under contact, step 3 is not there ( enable controlled by parent permissions), I decided to move forward, however, there is no place to update the child relationships name either the related list label to. 

 

Would someone guide me please? how can I complete steps 5 and 7. Screenshot below. 

 

 

  1. For Data Cloud Object, choose ExternalReservation.
  2. Click Next.
  3. Check Enable Controlled by Parent Permissions. (Depending on your org configuration, you may not need to complete steps 8 and 9.)
  4. Click Next.
  5. Update Child Relationship Name to Reservations.
  6. Click Next.
  7. Update Related list label to Reservations.
  8. Click Next.

 

 

data cloud.png

 

 

 

#Trailhead Challenges

1 answer
0/9000
26 answers
  1. Feb 14, 9:18 PM

    Hi @Damini Grover

     

     

    I am from the Trailhead help team. May I request you please let us know if any of the above responses helped you resolve the issue? If yes, kindly share the solution that helped you resolve the issue or please make sure to mark the response which helped you to resolve your query as 'Best Answer' so that it might help the fellow Trailblazer's who are facing the similar issue. 

     

    Else, please let us know the Trailhead module/badge that you are working on so that we can go ahead and create a case on behalf of you and can assist accordingly. 

     

    Thank You!

0/9000

the module is - https://trailhead.salesforce.com/content/learn/projects/connect-data-cloud-to-copilot-and-prompt-builder/bring-external-data-into-the-contact-page-layout

 

 

error - Step not yet complete in Data Cloud and Einstein 1

We can’t find the Reservations related list in the Contact Lightning Record Page. 

while I have completed all steps and all buttons and tabs were working well for me. Please would appreciate if someone could get on a call with me and help me out with this 

 

#Trailhead Challenges

23 answers
  1. Jan 22, 4:48 PM

    Hi, @Kate Zinsky, @Akash Punera, @Shambhavi Chauhan

     

    1. Open Data Cloud --> Select data Streams, click "New"0.jpgclick Next, Next, Deploy.

    2. Click the Identity Resolutions tab --> New --> Click Create New Ruleset, then click Next.  

    Leave default selected in the Select Data Space menu.

    For Primary DMO, choose Individual.

    Type ccid for Ruleset ID.1.jpg3. Ruleset Name: Guest Name and Email

    Description: Reconcile Reserve-o-matic contact data with Salesforce contact data

    Disable Run jobs automatically.2.jpgclick Save

     

    4. Click Configure.

    Choose Fuzzy Name and Normalized Email

    This determines the primary pieces of data that are used for matching.3.jpg4.jpg5. Click the Identity Resolutions tab --> Click Guest Name and Email --> Click Run Ruleset in the upper right corner.5.jpg6.jpg6. Click Gear Icon --> Setup --> Object Manager --> in the search field type "cont" and select Contact object, (not Contract) --> Click Data Cloud Related List --> New

    for Data Cloud Object, choose ExternalReservation.7.jpg7. Update Child Relationship Name to Reservations.8.jpgUpdate Related list label to Reservations.9.jpg

     

    Next, follow everything as stated in the Challenge instructions, and you’ll succeed.

    I’ve just tested all of this on a new Data Cloud PG (from which I took the screenshots), and the Challenge works fine; everything is in order.

    Most likely, the mistake occurred at the step where you needed to rename to Reservations, specifically at step #7 of the guide.

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000