Skip to main content

#Trailhead-challenges0 discussing

I keep getting this error " In the Laptop Pro Master Orchestration fulfillment workspace, we can’t find the ‘ShpOdr_ItemDel’ fulfillment step dependency definition. " in this trailhead https://trailhead.salesforce.com/content/learn/modules/complex-order-decomposition-and-orchestration-with-revenue-cloud/define-dependencies-and-fulfillment-scenarios

even though I do have ShpOder_ItemDel fullfillment step defined in the Laptop Pro Master Orchestration fullfillment workspace. Anybody having the same issue ?   

 

#Trailhead Challenges

8 answers
  1. Mar 4, 9:38 PM

    I had somehow generated multiple 'PickPck_ShpOdr' definitions and dependencies and could not see them in the UI. This was preventing the challenge check logic from finding the 'ShpOdr_ItemDel' dependency even though it existed. 

    Anyone stuck on this I suggest running these queries from dev console and try to spot any duplicate definitions that could cause an issue and deleting them all (duplicates and originals). 

     

    SELECT Id, Name FROM FulfillmentStepDependencyDef

     

    SELECT Id, Name FROM FulfillmentStepDefinition LIMIT 200

     

    If there is nothing obvious here - try deleting the Pick and Pack definition from that second query or from the UI and recreating them from the prior challenge : 

     

    1. In the Inventory Management step group section, click + Add Step.
    2. In the New Fulfillment Step Definition window, add these details.
      • Fulfillment Step Definition Name: Pick and PackCopy
      • Step Type: Manual Task
      • Assigned To: Your user record
0/9000

Just hit a major milestone on my journey to Double Star Ranger—officially an Agentblazer Champion ‘26! 🚀

Moving from standard automation to autonomous agents with #Agentforce has been an eye-opener. Also just wrapped up the Formulas Superbadge, which was a great reminder of how critical clean logic is before you even touch AI.

Next stop: Agentblazer Innovator. Any fellow devs at Arbisoft or in the wider community working on custom Agentforce Actions? I’d love to connect and trade notes! 

 

Just hit a major milestone on my journey to Double Star Ranger—officially an Agentblazer Champion ‘26! 🚀Moving from standard automation to autonomous agents with has been an eye-opener.

 

 

#Trailhead #Agentforce #Ranger #Salesforce_developer #Trailhead-challenges

0/9000

I am not able to complete my maintenance certification of the challenge relating to "Get Hands-On with an Iterable Variable in For Loops ". As I tried completing the challenge trail with following the instructions, I am receiving following error.

The constructor MyIterable should accept parameter of type List<String>

The output in the test run I am getting the proper result. It looks like there is an issue with the playground itself. 

Is anybody else facing the same issue?

 

#Trailhead Challenges  #Trailhead-challenges

11 comments
0/9000

Is anyone facing the following issue? I am doing Become an Agentblazer Legend --->Deploy Agent Authentication-->Test with and Without Authentication

When I tried to test with  this "The survey code is 12345,"  I got the gift card details. Everything is successful.  Following the conversation results  

 

Step not yet complete in Agent Auth Org  We can't find the survey code ( '12345' ) provided to the Cloud Kicks Service Agent agent.

 

 

in testing., but when I try to verify, getting the following error 

Step not yet complete in Agent Auth Org

We can't find the survey code ( '12345' ) provided to the Cloud Kicks Service Agent agent. 

 

#Trailhead Challenges  #Agentforce  #Trailhead-challenges  #Trailhead Support  #TrailblazerCommunity

7 answers
0/9000

In Become an Agentblazer Champion>> Bring External Data into the Contact Page Layout Module >> I'm facing issue in Connect Data Cloud and CRM with Enrichment section. I am unable to choose ExternalReservation object for Data Cloud Object input.  

Kindly help on priority. 

#Trailhead Challenges  #Trailhead  #Agentforce

21 answers
  1. Jun 29, 2025, 2:07 PM

    For all who are stuck here I figured this one out... 

    Go to Data Cloud -> Data Model -> ExternalReservation -> Relationships -> Edit 

    Set it up like so: 

    Object: ExternalReservation 

    Field: Contact ID 

    Cardinality: 1:1 

    Related Object: Account Contact 

    Related Field: Account Contact ID 

     

    Enjoy All <3

0/9000

I’d like to understand whether these two options perform the same function or if they differ in purpose. Could anyone explain how each of them operates behind the scenes? 

 

#Trailhead-challenges

2 answers
0/9000
2 answers
  1. Jul 30, 2025, 2:53 PM

    Bro I have one more error that >customize a Salesforce object>customize record pages, the error mention as We can't find a Lightning record page named 'Customer_Account_Page solve this problem

    Thank you

0/9000
1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Jul 12, 2025, 9:52 PM

    Hello @BHOGAPURAPU VENNELA

    Your insert failed in your test class ; that is why your test class coverage is not complete. Make sure your test class code is ok.  

    Or maybe you have some old configurations (from a previous playground / challenge) preventing you from inserting such record (could be a required field, an active validation rule, some picklist dependencies, failing flow or Apex..). If so, remove those configurations, or take the challenge in a brand new playground !

    Eric

0/9000

Hi To All, 

 

I recently was working on a module, when it requested I access an object that I couldn't find. Upon research, it seems that it was supposed to be done after several other modules.  

My question: How can I know before I start a module exactly what modules need to be done beforehand, so that I don't get stuck in middle a module?? 

 

Thanks for any help 

 

#Trailhead Challenges  #Trailhead-challenges

3 answers
  1. Mar 19, 2025, 11:01 PM

    Hi , 

     

    If a package needs to be installed, be sure to install it before proceeding. 

     

    Hi , If a package needs to be installed, be sure to install it before proceeding. If a special Dev org is specified, use the special Dev Org.

     

    If a special Dev org is specified, use the special Dev Org. 

     

     

    image.png

     

    Also, if you are asked for a new playground, please follow the instructions. 

     

0/9000