Skip to main content A new Salesforce certification experience is coming July 21st. Discover how exams will be delivered in Pearson VUE, what it means for you, and ways to prepare. Learn more.

Feed

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

Trying to verify my exercise completion for the Set Organization-Wide Defaults and Create a Role Hierarchy module, but continually getting an error: "Step not yet complete in Data Protection Playground. We couldn't find a custom object called 'Position__c'. Review the instructions for creating the custom object." 

 

However, I can see Position__c in my Object Manager. 

 

Am I missing something? 

Unable to resolve error on Set Organization-Wide Defaults and Create a Role Hierarchy module

 

 

 

#Trailhead Challenges

2 answers
  1. Today, 3:40 PM

    HI @Danielle Enright

     

     

    I am a member of Trailhead Help, Could you please let us know if you have followed the above suggestion and the issue is resolved? If yes, please mark that response as the best answer which helped you to resolve and close this thread. 

     

    If you are still facing any issues with this unit , please kindly provide a few more details of the badge & URL on which you've got stuck and the error message would be helpful.

    Looking forward to your response :) 

     

     Thank you !  

    ++TrailheadHelpFollowUp 

0/9000

Just wondering if there's a report which can be pulled for Failed Flow Interviews? 

The list view is handy but a report would be ideal. 

3 answers
  1. Today, 5:15 PM

    List Views in Paused and Failed Flow Interviews are helpful but limited. Unfortunately, Salesforce does not currently allow you to create custom Reports on Failed Flow Interviews using the standard Report Builder. 

0/9000

Putting this question here earlier while I search for a solution before I bang my head against the wall to long. I was just trying to build a new release for the Summit Events App, something that I have done many times. I started with this command:

cci flow run release_2gp_beta -o create_package_version__version_name 'June 2025' --debug

 

 and ran into this error:

File "C:\Users\Thad-PC-2019\.local\pipx\venvs\cumulusci\Lib\site-packages\cumulusci\core\github.py", line 377, in get_commit

raise DependencyLookupError(f"Could not find commit {commit_sha} on GitHub")

cumulusci.core.exceptions.DependencyLookupError: Could not find commit 4df334ed3e5dfe2790bdb71f301838d8fc6f352d on GitHub

> c:\users\thad-pc-2019\.local\pipx\venvs\cumulusci\lib\site-packages\cumulusci\core\github.py(377)get_commit()

-> raise DependencyLookupError(f"Could not find commit {commit_sha} on GitHub")

 

I assume something is amiss with my repository. How do I recover from this?

4 answers
0/9000

Hi all, is it possible to add an alert to a custom "open conga" button (detail button page, display new window behaviour)? 

 

We have a use case where we need to remind the user to choose the correct Group when conga finally gets to the Adobe Sign page... 

 

#Conga

 

 

#Conga Composer

1 answer
  1. Today, 5:13 PM

     Yes, it’s absolutely possible to add an alert to a custom “Open Conga” button that’s a Detail Page Button with “Display in new window” behavior — you can do this by modifying the JavaScript in your custom button. 

0/9000

I have ynchronized my Salesforce Calendar with Google Workspace Calendar, everything went well with one time appointmets or meetings but when we schedule a recurrent meeting in our Google Calendar It doesn't appear in Salesforce Calendar 

 

#Calendar System  #Calendar SFDC

0/9000

The field 'Region' is not the controlling field of Zone on Lead. Make sure the field dependency was created. 

 

#Trailhead Challenges

1 answer
  1. Today, 5:09 PM

    Hi @Riya Ann Reny if this is the error message:

    That means you're trying to use Region as the controlling field for Zone on the Lead object, but Salesforce doesn't recognize that relationship because

     

    1. No field dependency exists between Region and Zone.
    2. Region is not set as the controlling field of Zone.
    3. One or both fields are not picklists (required for dependencies).
    4. You're working in a different record type or layout that doesn’t include the correct dependency.
    5. The zone might already be controlled by another field.

    How to Fix It:

    1. Go to Setup → Object Manager → Lead.
    2. Under Fields & Relationships, click on:
      • Region (confirm it's a picklist)
      • Zone (confirm it's a dependent picklist)
    3. Now click on:
      • Field Dependencies (top right under Fields & Relationships tab)
    4. Click “New” to create a new dependency:
      • Controlling Field: Region
      • Dependent Field: Zone
    5. Use the matrix to map Region values to valid Zone values.
    6. Save the dependency.
0/9000

I signed up for a new Salesforce org through Trailhead, but I haven’t received the email with login credentials. Here’s what I’ve tried:

  • Checked spam/junk folders.
  • Verified my email address is correct.
  • Waited over 24 hours.

Has anyone else faced this issue? Any solutions or steps I might be missing? 

 

#Trailhead Challenges

 

 

#CRM Configuration

2 answers
0/9000

I am using apex for extracting a data and transform to transform this even though the field mapping is correct in data mapper transform and document template but still the rich text field data is not displaying, it is displaying as blank. 

However I am able to see the data in preview in omni data transform like below  

 "RTB_Dasc_text": "<p>Test the Document data for <strong>rich text</strong></p>", 

and field used in template like this - {{RTB_Dasc_text}} 

 

Any help on this would be very useful

1 answer
0/9000

 <lightning-dual-listbox name="options" label="Select options" source-label="Available options" selected-label="Selected options" options={testoptions} value={selectedProgramIds} onchange={test}> </lightning-dual-listbox> 

 

 

I want to increase the width to prevent the options from being truncated with ellipses (...).  

 

Because words are getting truncated and it is showing as option1..... instead of option1testdemo 

 

Please help 

Thanks in advance 

 

#Salesforce Developer  #LWC  #LWC Development  #LWC Components  #Sales Cloud

0/9000