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.

I am in the 'Define Sharing Rules' module and cannot find the 'Review' object in my Playground. Is there a way to find the necessary attributes for this object so that I can create it manually or somehow get it added to the playground? 

 

#Trailhead Challenges

3 answers
  1. Jan 21, 3:40 PM

    Hi @Donna Salas I am a member of Trailhead Help, Can you please check with the above suggestions and let us know if the issue still exists or is resolved? If it is resolved, please post the solution or mark any one of them above which helped you to resolve your query as it "Best Answer" to close this thread. If not, kindly provide a few more details of the badge along with the error message. Thank You!  

     

    ++TrailheadHelpFollowUp

  2. Jan 15, 6:10 PM

    Hi, @Donna Salas

     

    Like as mentioned in the second Challenge of this unit, you should to use special Dev Org with prerequired data:

     

    1. Sign up for a free Developer Edition org with sample data.
    2. Fill out the form:
      • For Email, enter an active email address.
      • For Username, enter a username that looks like an email address and is unique, but it doesn’t need to be a valid email account (for example, yourname@example.com).
    3. After you fill out the form, click Sign me up. A confirmation message appears.
    4. When you receive the activation email (this might take a few minutes), open it and click Verify Account.
    5. Complete your registration by setting your password and challenge question. Tip: Save your username, password, and login URL in a secure place—such as a password manager—for easy access later.
    6. You are logged in to your Developer Edition.

    Now connect your new Developer Edition org to Trailhead.

    1. Make sure you’re logged in to your Trailhead account.
    2. In the Challenge section at the bottom of this page, click the org name and then click Connect Org.
    3. On the login screen, enter the username and password for the Developer Edition you just set up.
    4. On the Allow Access? screen, click Allow.
    5. On the Want to connect this org for hands-on challenges? screen, click Yes! Save it.
    6. You’re redirected back to the challenge page and ready to use your new Developer Edition to earn this badge.

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ 

  3. Jan 15, 5:19 PM

    Hello, 

     

    No worries, this happens sometimes with Trailhead exercises. 

     

    First, check if the object should already exist. Some Trailhead Playgrounds have pre-configured objects that may not show up if the setup wasn’t completed properly. Double-check the module instructions to ensure you didn’t miss any steps, like enabling a specific feature or installing a package.

     

    Then find attributes for the Review object. If the object is missing entirely, you can create it manually. To find the necessary fields and structure:

    - Review the module instructions closely for details about what the Review object is supposed to contain. Sometimes, screenshots or context clues in the text will give you hints.

    - Search for similar modules or community posts about this specific exercise. Someone else might have documented the object's schema. 

    - A typical "Review" object might have fields like Rating, Comments, Reviewer Name, or Related Record. Start with what makes sense in context.

     

    Create the object manually

    Go to Setup -> Object Manager in your Playground.

    Click Create -> Custom Object and name it Review. Add fields like:

    - Rating (Number or Picklist for 1–5 stars)

    - Comments (Text Area)

    - Reviewer Name (Text)

    - Related Record (Lookup to the object you’re sharing rules for, e.g., Account or Opportunity).

     

    Hope this helps you get unstuck! 

0/9000