Skip to main content Salesforce and Tableau exam registrations are now closed through July 21st. Learn more about the new Salesforce certification experience coming soon.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

ERROR 

Challenge not yet complete in Resilient Goat Playground

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. 

 

Instructions were: 

 

  • 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.

 

Hey, I have done all the updates correctly but I am still getting this error

 

 

 

#Trailhead Challenges

0/9000

ErrorCode=ERROR_CREATING_USER&ErrorDescription=portal+account+owner+must+have+a+role 

 

how can i fix this authentification error? 

 

#Trailhead Challenges

5 answers
  1. Today, 10:25 AM

    Hi @Davide Calloni

      - It means you have  not enabled My Domain for all users. The implication of this was that when trying to login from my login page with a Google user, Salesforce was attempting to use my custom domain, but the custom domain was not enabled for my Google User - Salesforce thus detected a potential security issue (one domain trying to login to another without permission), and returned the error. 

    Try the following in a sandbox: 

    1. Going to 'My Domain' 

    2. Clicking on 'Deploy to Users' 

    3. Now retry logging in from your domain home pageNote, you cannot reverse this change once made so best to do it in a Sandbox. 

0/9000

i completed all the agent creation successfully exactly as the module wants. 

but when i tired to book a session using the agent it just dont work. 

it answers all my questions but it fail when it tries to book. 

i checked the flow and its working and i adjust it as you explained, i am afraid my playgournd will expire and i wont be able to finish this module on time 

 

 

#Trailhead Challenges

9 answers
  1. Today, 10:22 AM

    @Samir Haddad

    -  your Flow action is either throwing an exception or returning nothing the bot can work with. Here’s how to narrow it down:  

     

     

    1. Verify your Flow is autolaunched and variables are correct 

    1. Go to Setup → Flows, open your Get Sessions Flow in Flow Builder.
    2. In the Start element, confirm it’s an Autolaunched Flow (no screens).
    3. In the Manager tab, check these variables:
      • experienceId
        • Data Type matches the bot’s (e.g. Text or ID)
        • ✅ “Available for input” is checked
      • startDate
        • Data Type = Date or Text in YYYY‑MM‑DD format (must match what you pass from the bot)
        • ✅ “Available for input” is checked
      • sessions
        • Data Type = Record Collection of your Session object
        • ✅ “Available for output” is checked
    4. Save & Activate.

     

      

    2. Test the Flow in Flow Builder 

     

    1. Click Debug, supply a real experienceId and a valid startDate.
    2. Ensure it returns at least one row in the sessions collection.
      • If you see zero records, your bot will also get nothing and likely hit the “no‑data” branch.

     

      

    3. Inspect your Bot’s Action Configuration 

     

    1. In Einstein Bots → your bot → Dialogs, edit the node where you call Get Sessions.
    2. Under On Error, you’ll see your fallback message. You can:
      • Customize it to be more specific (“I couldn’t call Get Sessions – let me try something else.”)
      • Or add an extra check: only show rep‑transfer text if the Flow really errors, vs. if it just returns zero sessions.
    3. In the Transition Rules after the action:
      • Add a condition like sessions != null && sessions.size > 0 → route to your “show available sessions” branch
      • Else → “Sorry, no sessions found” (instead of generic rep‑fallback).

     

      

    4. Turn on Debugging for Your Bot 

     

    1. In the Bot Builder, click the gear icon → Debug.
    2. Run through the path where you invoke Get Sessions and watch the debug log:
      • Is the action ever called?
      • Does it log a Flow fault (missing variable, SOQL exception)?
      • Or just return an empty list?

     

    That log will tell you if the Flow is mis‑wired or simply finding no records. 

     

0/9000

Challenge not yet complete in My Trailhead Playground 1

The 'DailyLeadProcessor' class did not achieve 100% code coverage via your test methods. Make sure that you chose 'Run All' tests in the Developer Console at least once before attempting to verify this challenge. 

How to solve this error? 

 

#Trailhead Challenges

3 answers
  1. Today, 10:20 AM

    Hi @211 Divya - Can you try creating the Lead Records manually, if there is any validation which is Preventing you to create data, disable that validation and then try to check the challenge

0/9000

I have a Master object called 'Trip' and a child object called 'Country Visited'. Country visited is a related list on the Trip record detail page. When I click the New button on the Country Visited related list to add a new country to my trip, the Continent field (Text(50)) is editable by the user. However, this field is populated automatically by a flow. I'm ok if the user sees the field, but I don't want them to be able to edit it. Both Trip and Country Visited are custom objects, obviously.  

 

What are my options for accomplishing this? 

Change a Field on New Record pop-up Window to Read-Only

 

 

 

#Salesforce Admin  #Sales Cloud  #CRM Configuration

3 answers
0/9000
2 answers
0/9000

I've been doing some trailhead learning on Prompt Builder and its prompted me (pun intended) to wonder whether anyone has created a prompt template to summarise Account Engagement (Pardot) engagement history for a Contact/Lead or a prompt template to summarise the Connected Campaign member statuses for a Contact/Lead? #Prompt Builder

0/9000

I would like to learn and experiment with Salesforce AI functionality, especially Einstein 1. 

 

#Trailhead Challenges

2 answers
  1. Today, 10:05 AM

    If you're looking to learn and experiment with Salesforce AI functionality, especially Einstein 1, the best Trailhead module (trailmix) to start with is:

    🔷 "Get Smart with Salesforce Einstein"

    Link: https://trailhead.salesforce.com/en/content/learn/trails/get-smart-with-salesforce-einstein

    This trailmix offers a structured learning path to explore:

    • Einstein AI basics
    • Einstein Prediction Builder
    • Einstein Next Best Action
    • Einstein Discovery
    • Einstein for Sales & Service Cloud

    You’ll gain hands-on knowledge of how Einstein 1 Platform integrates AI, automation, and data analytics natively into Salesforce.

0/9000

As part of the champion Trailblazer (your Data Cloud and Einstein AI playground part), 

I've finished with the step in which Sofia should have three reservations, appearing right inside of the contact page layout. But when I'm trying to verify the step - I'm getting this note, " Step not yet complete in Data Cloud and Einstein AI ...We can't find a Data Cloud Related List on the Contact object for the ExternalReservation object with a child  

and also the 

ExternalReservation

page is showing that it's still processing. 

Please guide me, how to resolve it without starting from the beginning. 

Thank you! 

 

 

#Trailhead Challenges

3 answers
0/9000