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.

I tried to complete this challenge, but still getting an error with the "Stage" field. 

 

#Trailhead Challenges

6 answers
  1. Jul 14, 4:17 PM

    Hi @avipsa mishra

    ,  

     

     

    t’s almost always the filter logic that trips people up here—by default multiple filters in a list view are AND-ed together, so two “Stage equals …” filters will never return anything. You need: 

    1. Three filters:
      1. Stage | equals | Proposal/Price Quote
      2. Stage | equals | Negotiation/Review
      3. Probability | greater or equal | 50
    2. Custom filter logic so you get either Stage OR Stage, but still enforce the Probability filter. In Lightning List Views:
      • After you’ve added all three filters, click Add Filter Logic (or the little pencil ✏️ next to “Filter Logic (AND)”).
      • Enter:

    scssCopyEdit(1 OR 2) AND 3

    Click Save.

0/9000

Hi! I created a customised related list in a sandbox that uses SLDS2 theme and the layout of the list doesn't look good. The refresh button doesn't have a good position. Is there a way to change that?Layout of the related lists in SLDS2 theme

 

 

1 answer
  1. Today, 10:59 PM

    Hi @Ana-Maria Balint

     

    There is a patch in process for adding SLDS2 support. It has not been release yet because SLDS2 is still beta. Are you planning to activate SLDS2 in your prod org?

0/9000

Here is my error message 

 

Step not yet complete in Agentforce

We can't find the Get Customer Details action. Make sure it has been created and has an API Name of 'Get_Customer_Details'. 

 

#Trailhead Challenges

1 answer
  1. Today, 10:42 PM

    Hi , 

     

    Hi, I had a very similar error message. On another thread someone posted the instructions below. They worked for me with the added instruction that I had to Deactivate my agent first. Then do these instructions. And then I can't remember if this reactivated my agent, or if I had to do another step to activate it. But, once one, I then clicked the button to verify completion, and it worked :)

     

    Add an Action to Get Session Records

    Use the Get Sessions flow to get the available session records for each experience.

    1. Click New and select Add Action.
    2. Select Flow as the Reference Action Type.
    3. Select Get Sessions.
    4. Leave the other options as is, and click Next.
    5. For experienceId, check Require Input.
    6. For startDate, check Require Input.
    7. For sessions, check Show in conversation.
    8. Click Finish.

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

0/9000

Hello everyone, 

 

I am not so good with the apex, I am trying to deploy the child trigger and I keep getting the below error, am I missing anything? 

Error while deploying the child trigger

 

 

4 answers
  1. Today, 10:37 PM

    You should rebuild this DLRS in a sandbox and see if you get the same results. If yes - delete the DLRS (in Sandbox) and recreate it. Sometimes this can help. Also, make sure the DLRS logic is correct. 

0/9000

Please help to delete the trailhead playground. I am facing lots of issues. The playground in the trailhead which is active is not listed in https://trailhead.salesforce.com/users/profiles/orgs.

I need to delete the current playground and create a new one.

  

Pelase help to delete the trailhead playground. Mismatch between the trailhead  playground

 

 

 

--

 

currently active in trailhead but not listed:

Reset Your Agentforce Playground Password

Follow these steps:

  • From the email, copy the username and follow the password reset steps.
  • Come back here and click Connect Playground.
  • Log in with username epic.b5581752664974916@orgfarm.salesforce.com and your new password.
  • Grant Trailhead permission to access the Playground.
  • Note: Password resets may take a few minutes. If an error occurs, wait a minute and retry with the same credentials.

 

 

 

#Trailhead Challenges

3 answers
0/9000

I have a Record-Triggered Flow on A object that needs to re-evaluate and update related B records.

 

The Challenge: Our managed package (Exponent Case Management) has a trigger that blocks any batch update of B records, giving us a FIELD_CUSTOM_VALIDATION_EXCEPTION. It will only allow B to be updated one at a time.

 

The Conflict: Salesforce best practice says to never put an Update Records element inside a loop. However, this seems to be the only way to update the records one by one to satisfy the package's rule, as we are not able to create new objects or platform events to solve this. On a rare occasion, we might need to update up to 10 placements at once, but usually it's far fewer.

 

My Question: Given that the number of records is very small, is this one of those rare situations where it's acceptable to go against best practice and place the Update Records element inside the loop? What are your thoughts or potential risks I might be overlooking?

 

Thanks for your insights! 

 

#Flow  #Loop Variable

0/9000

I completed the Trail 'Configure Agentforce for Service' and when I go to verify I get the error: "Step not yet complete in Agentforce - The 'Enable the Agentforce (Default) Agent' toggle is not enabled in your org.". 

 

I have switched on and off the toggle a couple of times and tried but still get the same error, if you have any suggestions on how to resolve please let me know 

 

#Trailhead Challenges  #Agentforce

2 answers
  1. Mar 28, 11:01 AM

    Hello @Stephen Dingle

    I’ve run into this before, and it’s usually tied to something small that’s easy to miss. Even if Agentforce is activated, make sure the agent profile is actually assigned to a user and that the required permission sets like Service Cloud User or Agent Console are in place. 

     

    Also, check Setup -> Agents to confirm that everything’s properly enabled, sometimes Omni-Channel might be set up but the actual agent configuration isn't fully complete.  

     

    Also, there’s a known issue where the UI language can affect the visibility of some setup options, switching temporarily to English can help clear that up. 

     

    Try that and reload the setup. 

     

    Also, Try disabling and then re-enabling the 'Enable the Agentforce (Default) Agent' toggle.  

    A similar error has been posted: https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000PXDqx

0/9000

I have a user who changes the Contact Owner on the Contact Record and gets this message below. Contacts are wide open for all of our users. Once the user changes the owner then they can no longer see it and lose access to it. I haven't seen this message before and curious on whats triggering it?  

 

Contact Owner Change Toast Message

 

 

 

3 answers
0/9000

In the Add Variables and Filters to Topics and Actions module agentforce agents isn't in the custom playground. It is required as one of the steps but I have created two playgrounds through the link in the first module and neither had Agentforce Agents. I can't progress here and almost ready to complete the superbadge. If anyone has any recommendations that would be great.

1 answer
0/9000