Skip to main content

#Trailhead Challenges토론 중인 항목 1,883개

Hands-on challenges are the “secret sauce” of Trailhead. Before searching for solutions to superbadge challenges, review the Salesforce Certification Program Agreement and Policies. ** NOTE ** : If you were able to get a response that solved your issue, please mark it as the 'Best Answer' to help other Trailblazers. If the issue persists after 48 hours, create a Trailhead Help case at https://help.salesforce.com/s/support for further assistance.

I'm stuck on the "Set Organization-Wide Defaults and Create a Role Hierarchy" step in the Protect Your Data in Salesforce project, and I keep getting this error when checking the challenge:

 

Here's everything I've already tried:

  • ✅ Deleted and recreated the Status field from scratch
  • ✅ Confirmed the API name is Status__c and Field Label is Status
  • ✅ Data type is set to Picklist
  • ✅ Checked Field-Level Security — set to Visible for System Administrator profile
  • ✅ Position object Deployment Status is set to Deployed

My org: Trailhead Playground

(Developer Edition) 

 

Has anyone else run into this and found a fix that actually worked? Is this a known bug with newer playground orgs? Any help is hugely appreciated! 🙏 

 

#Trailhead Challenges

답변 3개
  1. 5월 4일 오전 3:59

    Hello @Jay Shah

     

    I had the same issue. 

    That's how I managed to pass: 

    1) go to Status in Position and select Set Field-Level Security

    2) unselect Permission sets with object permissions 

    3) grant Read Access and Edit Access to all Permission Sets 

    4) go back to Sharing Settings 

    5) make sure that Position is Private 

    6) check the test result  

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

     

    Can you check the points below?

    1. Clear your browser cache or log out and back into Salesforce. Sometimes changes don't appear immediately.
    2. Make sure no validation rules or other configurations are 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 the 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

Hi everyone,

I’m stuck on the "Build an Automation for Creating Interviewer Records" project. I am receiving the following error: "We could not find the position of 'Super Support Supervisor'."

I have already verified the following:

  • The Position Record: Created a record with the exact name Super Support Supervisor (no extra spaces) using the Nontechnical Position record type.
  • The Flow: Created and Activated the record-triggered flow Create Interviewer RecordCopy.
  • Flow Logic: * Trigger: Position object, record is created.
    • Condition: Hiring_Manager__c Is Null False.
    • Action: Create Interviewer record where Employee = $Record.Hiring_Manager__c and Position = $Record.Id.
  • The User: Created Kathy Cooper as a Standard Platform User with the alias kcoop.
  • Validation Rules: Deactivated the Every_Position_Must_Have_a_Hiring_Mgr rule as instructed.
  • Troubleshooting: I have deleted old records, emptied the recycle bin, and recreated the position record. On the "Related" tab of the Position, the Interviewer record is successfully being created by the flow.

Even though the record exists and the automation is working in my org, the challenge won't pass. Has anyone encountered this "ghost" error before in the Curious Koala Playground?

Any advice would be appreciated!  

Help Needed:

 

 

image.png

 

 

 

#Trailhead Challenges

0/9000

Hello Trailhead Support Team,

 

I am currently working on the Control Access to Fields module, but I am unable to complete the hands-on challenge due to an issue with the Job Application object.

 

In my Trailhead Playground, the fields Candidate and Position do not allow me to configure or uncheck the Edit access in the Permission Set, and the Muting Permission Set also shows these fields as locked (greyed out). Because of this, the validation always fails with the message that the Manage_Job_Applications permission set does not properly grant read/edit for all fields except Candidate and Position.

 

I have already:

  • Created multiple new Playgrounds (in English and Portuguese).
  • Reinstalled the package each time.
  • Tried with different browsers (Chrome, Edge) and languages (English, Portuguese).
  • Recreated the Permission Set, Permission Set Group, and Muting multiple times.

 

The result is always the same: Candidate and Position fields remain locked for Edit access, and the module cannot be validated.

 

Could you please review this issue and either provide a working package ID or unlock the badge manually so I can continue my learning path?

 

Thank you for your support. 

Luciano

 

Best regards, 

 

#Trailhead Challenges

답변 5개
0/9000

Hi, I need help with the “Create an Object-Specific Quick Action” challenge in the Recruiting App project.

I created the quick action as follows:

  • Action Type: Create a Record
  • Target Object: Job Application
  • Label: New Job App
  • Action Layout: Added Status field
  • Predefined Field Values: Status = New
  • Added the action to Salesforce Mobile and Lightning Experience Actions in the Candidate layout

I tested it by creating a Candidate → clicking New Job App → selecting a Position → saved → and a new Job Application was created successfully.

However, Trailhead still shows this error:

I’ve verified everything multiple times. Could someone please check what might be wrong?

 

Thank You

 

 

#Trailhead Challenges

0/9000

I am having a problem with the Control Access to Fields challenge. I am not understanding the challenge very well because it asks me to create a set of permissions for the recruitment app object that has the fields of candidate, position and so on, the problem is that in my Org I don't have this object and I am a bit confused if I should have created it in past challenges or at what point I should have this object.

 

#Trailhead Challenges

답변 13개
  1. 2025년 1월 14일 오후 1:43

    For those who can't find the "Positions" Object, you can create this custom object yourself. I had the same issue, and solved it by creating this object myself. 

     

    1) Go to "Setup", then click "Object Manager" or search for "Object Manager" in "Quick Find" search tool.

    2) Inside "Object Manager", select "Create" and select "Custom Object".

    3) Input "Position" to Label, "Positions" to Plural Label, "Position" to Object Name, "Position Name" to Record Name, "Text" to Data Type.

    4) Press "Save".

    5) Press "Next", "Next", "Save". Now you will have "Position" Object created.

    6) Go back to "Permission Sets" and select "Manage Positions" and click on "Object Settings". 

    7) In "Find Setting" search box, find and select "

0/9000