Skip to main content

#Trailhead Challenges1 647 personnes en discutent

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.

Hi,

 

 I'm stuck on the module Create Custom Buttons and Links. 

 

It says "For example, earlier in the module you entered audit information for “GenePoint 5-year review.” When you view the GenePoint account record, then click the Related tab and scroll to the end of the record page, you see an Energy Audits related list displaying that audit.

 

Maria wants to add a custom button to that Energy Audits related list to let users navigate directly to the Ursa Major Solar energy audit guidelines PDF. She’s already uploaded the PDF as a file, but she needs its URL in order to have the custom button point to it. Here’s how that works."

 

But I never did that step. What Audit Guidelines? I have done every module leading up to this and I never uploaded a PDF called Audit Guidelines. Am I missing something?

 

The first two steps are:

"

  1. From the App Launcher, find and select the Sales app.
  2. Click the Files tab. Here, Maria can see the guidelines PDF she uploaded."

When I go to the Files tab there's no Audit Guidelines PDF. Where do I get that?

 

Capture.PNG

0/9000

I am working on the Lightning Experience Customization; Set up your Org module 

 

I am to the point where I can start to add records to the custom object and custom fields that I have created. When I enter the data, I get an error: 

 

We hit a snag.

Review the errors on this page.

  • We couldn’t save your work. Please refresh the page and try again.

 

I am unsure how to proceed. I followed all of the steps to a tee, but am unable to save any of the records when I am entering them.   

 

The URL that I am currently working on is:

https://trailhead.salesforce.com/content/learn/modules/lex_customization/lex_customization_custom_objects?trail_id=lex_admin_implementation

 

 

Name of Badge that I am trying to complete is: Lightning Experience Customization 

 

#Trailhead Challenges

0/9000

I apologize for my rough English, as I am using automatic translation.

In this challenge, I cannot resolve the following error:

"We couldn’t find an active Review record page that is set as the org default."

I have checked other questions and tried everything I could think of, including:

  • Going to Object Manager → Lightning Record Pages and activating the page there
  • Creating a new Trailhead Playground
  • Changing the language and locale settings to United States

However, the issue still persists.

As a beginner, I am unable to solve this on my own. I would greatly appreciate any guidance or assistance. 

Thank you very much. 

 

#Trailhead Challenges

3 réponses
0/9000

i want to add sections for fields for creating custom review record page .. but details tab not visible to add new sections. but i have done upgrade of properties pane   

 

#Trailhead Challenges

0/9000

i want to add sections for fields for creating custom review record page .. but details tab not visible to add new sections. but i have done upgrade of properties pane  

 

#Trailhead Challenges

0/9000
0/9000

Step not yet complete in Creative Narwhal Playground

An unexpected error occurred while inserting Opportunity records and we couldn't check your work. Make sure Opportunity records can be inserted in this org, and click "Check Challenge" again. If this continues, contact the Trailhead Help team. 

 

#Trailhead Challenges  #Trailhead

5 réponses
  1. 15 déc. 2025, 10:17

    Hi @Vemula Srikavya

     

    This error message from a Trailhead challenge indicates that the automated verification system attempted to insert an Opportunity record to test your new validation rules but failed due to an existing block in your Salesforce org's configuration.

    The system is unable to check your specific validation rule because some other configuration (another validation rule, a flow, a trigger, or an Apex error) is preventing the basic insertion of a test Opportunity record.

    Here is a troubleshooting guide to help you identify and resolve the blocking issue:

    1. Check for Other Validation Rules on Opportunity

    The most likely culprit is another validation rule on the Opportunity object that you created previously (perhaps in a different module) and forgot about.

    • Go to Setup > Object Manager > Opportunity > Validation Rules.
    • Deactivate any other active validation rules you see listed here temporarily, leaving only the specific rule you are currently working on for the challenge active.
    • Try clicking Check Challenge again.

    2. Check for Required Fields/Page Layout Issues

    The automated system tries to insert a generic Opportunity record. If your organization has customized the standard setup to make a non-standard field universally required, the automated test may fail.

    • Go to Setup > Object Manager > Opportunity > Fields & Relationships.
    • Look for any custom fields that are marked as universally required (indicated by the red star on the field definition page).
    • Also, check your Page Layouts for any required fields that might be blocking the system.
    • Solution: If a required field is the issue, you may need to temporarily make it optional to pass the challenge.

    3. Review Apex Triggers or Flows

    If steps 1 and 2 don't work, something is likely happening behind the scenes (declarative automation or code) when an Opportunity is inserted.

    • Go to Setup > Flows and check for any active Auto-launched or Record-Triggered Flows on the Opportunity object that run Before Save or After Save and might be causing an error.
    • Go to Setup > Apex Triggers and check for active triggers on the Opportunity object. A buggy trigger can stop a record insertion.

    If All Else Fails: Use a New Playground

    The most reliable fix for persistent "unexpected error" Trailhead issues is to use a fresh environment.

    1. Click the name of your current playground in the challenge window and select Create a New Playground.
    2. Once the new playground is ready, launch it.
    3. Recreate only the specific validation rule required for this single challenge in the new org.
    4. Return to the Trailhead challenge page and click Check Challenge using the new org.
0/9000