Skip to main content

Feed

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

I am getting following error  

 

Using Sales Coaching:

 

After point 7  

 

Unexpected action in Agent topic Looks like one of the role play Agent topics contains actions. Ask your Salesforce admin to remove any actions from the topic, then try again. 

 

If you have recently completed could you please drop me steps which action I have to delete  

 

I did have a look at and tried must i think i am missing something at some point - so confused - Please help 

 https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000MaAIO0A3

Regards 

Kam 

 

#Trailhead Challenges

5 answers
0/9000

I completed step 7 of creating CC Service Agent and in Agentforce Builder.  I see Topics in the side panel but there are no topics displayed (or "New" button).Configure Agentforce for Service: Topics not showing in Agentforce Builder, No

 

Agent is NOT Activated. 

 

I do see topics in SETUP > AGENT DETAILS.

Screenshot 2025-06-17 at 10.26.45 AM.png

 

Anyone else come across this issue when completing challenge or have suggestions? 

 

https://trailhead.salesforce.com/content/learn/projects/quick-start-build-your-first-agent-with-agentforce/configure-an-agentforce-service-agent?trail_id=become-an-agentblazer-championScreenshot 2025-06-17 at 10.20.24 AM.png

 

 

 

 

 

 

#Trailhead Challenges

6 answers
  1. Jun 17, 11:58 PM

    Just reached out to Trailhead Support. Thanks for troubleshooting and assistance Keiji!

0/9000

[ERROR] Failed to execute goal org.mule.tools.maven:mule-maven-plugin:4.3.0:deploy (default-deploy) on project cicdredeploy: Execution default-deploy of goal org.mule.tools.maven:mule-maven-plugin:4.3.0:deploy failed: 400 Bad Request: {"timestamp":1750269251374,"status":400,"error":"Bad Request","message":"Runtime Version not supported for this target.","path":"/organizations/a62f6236-0b02-4e5f-a8eb-dc5e37aedb12/environments/19862246-181d-4267-8642-c8126da116f0/deployments/8723c828-5016-41bb-ac2a-faaaa87f10cc"} 

3 answers
  1. Today, 7:45 PM

    I had experienced same issue when we provide releaseChannel EDGE/LTS and Java version 17 in pom.xml and pick them while deploying in pipelines fixed the issue

0/9000

I want to clone OLIs before the decomposition start. It will happen if few of the product attribute conditions satisfied.

The product can be cloned upto maximum of 7-10 OLIs

What would be the ideal way to implement it?

#Trailhead #New Releases
0/9000

I can't seem to be able to do the following step in a Contact:

  • Remove the Notes & Attachments related list from the Contact Layout page layout and replace it with the Files related list.

I can't find the Files field and when I delete the Notes and Attachment field, it deletes the fields above and below it. 

 

#Trailhead Challenges

7 answers
  1. Today, 7:02 PM

    @Bhoga Brahma Teja Lankoti : @Vikas Singh's response solved it for me: "Please try the following, Go to  Setup. Then, Object Manager. Select Contact , Then click on Page Layouts > select the page layout on which you want to have the Files field shown , then drag and drop the Files related list onto the layout. Then click on Save."

0/9000

Hey everyone,

I'm running into an issue with the challenge "Enhance Agentforce to Act on Data with Conversational Language" — specifically at step #8. The instructions mention options that simply don’t appear for me, so I’m stuck and not sure how to proceed.

Interestingly, I had a similar problem in the previous challenge, which eventually resolved itself after some time (about a day), without me doing anything.

Just wanted to check if anyone else is experiencing this or has found a workaround. Appreciate any help! 

 

#Trailhead Challenges

2 answers
0/9000
1 answer
  1. Today, 6:56 PM

    Hi, @Soham Mukhopadhyay

    your question has many possibilities. I am providing all of these; please review them all. 

     

     

    1. Check If the "Stage" Field is a Picklist 

    The Controlling Field in a Field Dependency must be a picklist (standard or custom). 

    • The "Stage" field is a standard picklist field on the Opportunity object.
    • It should appear as a Controlling Field if you're working with the Opportunity object.

     

    • Go to Object Manager > Opportunity > Fields & Relationships
    • Click on Stage
    • Confirm that the field type is Picklist

     

      

    ✅ 2.

    You Must Be Creating the Dependency on the Same Object

     

     

    You can

    only create field dependencies within the same object

     

    • If you're on a custom object or another standard object (e.g., Lead), you won’t see Opportunity.Stage as an option.

     

    Make sure you're in the Opportunity object

    when creating the field dependency. 

     

     

    ✅ 3.

    Dependent Picklist Must Be a Picklist (Not Multi-Select)

     

     

    You cannot create a dependency if the

    dependent field is a multi-select picklist

     

    • Ensure both fields (controlling and dependent) are single-select picklists

     

      

    ✅ 4.

    Stage Field Cannot Be a Dependent Field

     

     

    The

    "Stage" field can be used as a Controlling Field, but not as a Dependent Field

     

     

    ✅ 5.

    How to Create Dependency with Stage as Controlling Field

     

      

    To set a field dependency like: 

     

     

    🛠 Go to: 

     

    • Setup > Object Manager > Opportunity
    • Fields & Relationships > Field Dependencies
    • Click New
    • Controlling Field: Stage
    • Dependent Field: [Your custom picklist field]
0/9000

when i want to filter down certain values and don't want some widgets to show as the global filters are not applied to certain widgets is this possible?

3 answers
  1. Divya Chauhan (Kcloud Technologies) Forum Ambassador
    Apr 30, 11:22 AM

    Hello, @Aine Byrne

      yes, in CRM Analytics, you can hide widgets when using certain global filters, even if those filters don't apply to widgets. 

    1.Disable Global Filter for the Widget-Edit the widget in the dashboard designer go to its properties and uncheck 'Apply Global Filters'.This stops the widget from reacting to the global filter. 

    2. Set up a binding to control the widget's visibility. In the dashboard JSON, add a binding to the widgets 'hidden' property.For Example, if the global filter selects a value that should hide the widget, use a condition like 

    {{cell(filterStep.selection,0,'value').asString()=='someValue'}} to set 'hidden':true. 

    3 . Apply the global filter and check if the widget hides as expected. Adjust the Binding logic if needed.

0/9000

Hi,

 

Hope you are doing well,

 

I have to update 2000+ record at a same time using salesforce flow loop without time exceeded error?

 

Thanks,

Annamalai 

2 answers
0/9000

Ques:- On Account rating:- hot, need to show 5 sections on record, On Account rating:- Cold, need to show 2 sections on record. How can I do this?? 

 

I have found one way of doing it using flexi page. there is field sections options there and i can filters in component visibility. 

 

Can anyone tell how can I achieve this without using flexi page. 

 

Any help would be appreciated. 

 

Thanks and regards 

Kushagra rajput 

 

 

 

#Salesforce Admin

3 answers
  1. Today, 2:02 PM

    Hi @Kushagra Rajput

     

    Other choices that I would recommend are: 

    Option 1: Utilise page layouts and record types. Two record types can be created, one for hot and one for cold  The page layout will be rendered according to the record type chosen 

    Option 2:Use Lwc Components, which will be displayed based on the rating field. 

     

    I hope it's useful. Thank you.

0/9000