#Trailhead Challenges1663 debatiendo
- Actividad reciente
- Fecha de creación
- Recomendado
- Todas las preguntas
- Preguntas con una respuesta aceptada
- Preguntas sin respuesta
- Preguntas sin una respuesta aceptada
Hi everyone,
I am currently stuck in a login loop while trying to access my Agentforce Playground for the module "Learn About Authentication for Subagents and Actions".
When I click the blue "Launch" button, instead of logging me in automatically via Single Sign-On, Salesforce redirects me to a standard login page asking for a Username and Password (which I was never provided with).Agentforce Playground stuck in login loop / Cannot reset password (Specialty Org Bug)
Since this is a specialty Agentforce org, I am completely locked out and cannot create a replacement or force a login.
Could a community moderator or support agent please help reset the login token for my account or manually disconnect this bugged org (Org ID: 00DNS00000sUBJt) so I can provision a new one?
Thank you in advance for your help!
#Trailhead Challenges
Ajaypreet Singh Saini (Grantbook) Forum Ambassador
Hoy, 18:44 Hey @Nataliya Karpova, you can remove the currently connected orgs from your trailhead account from here:
https://trailhead.salesforce.com/users/profiles/orgs
Once disconnected, signup for a new org and connect it to your trailhead account.
Also, it might be a caching issue so try once in another browser or incognito window as well
Divya Chauhan (Kcloud Technologies) Forum Ambassador
15 may, 9:08 Hello @KARTHIK GANDLA
Order_Event__e must be created as a Platform Event first (Setup --> Platform Events --> New Platform Event --> Order_Event__e).
Add the fields Order_Number__c (Text) and Has_Shipped__c (Checkbox) to that event.
Only after saving the event will Order_Event__e appear in the sObject list when creating the Apex trigger.
Then create the trigger OrderEventTrigger on Order_Event__e (after insert) as per the challenge instructions.
I am doing the Trailhead Quick Start Agent Actions, but to validade the badge I was suposed to use the Org with available AI offered by this Badge. But the olny options shown to me are my own Orgs, without AI.
Does anyone know how to overcome this problem?
#Trailhead Challenges
Hoy, 17:20 read carefully , in the upper half of theory part u will see , sign up for a developer org edition . Go for that
I'm currently stuck on the challenge for Use Advanced SQL Techniques and am wondering if anyone else has managed to complete it yet. The instructions feel a bit scattered, but here's what I figured out so far: Create the account_risk CTE. Create a query inside that joins the Account and Opportunity IDs. Filter on open Opportunities with Probability <= 50 Here's where it gets more confusing: For what's left, what should be the main query and which should be in the sub-query that it's looking for? Also, how do you join the CTE with an Individual Object that's then joined with an Email? The fact that the playground only lasts for 2 days makes this a little frustrating.
17 abr, 13:00 Here is the SQL gist
needed to pass validation. It took me a few different iterations to get this working.
I am in touch with the internal trailhead team and they are exploring on how they can make it more flexible so that the SQL can pass validation
I need to pull a list of all SMS subscribers who have never clicked on an SMS message. However, the _SMSMessageTracking data view does not have a click field.
What is the best and most reliable way to define and extract this audience? Should we rely on any specific SFMC data views (such as _SMSMessageTracking, or any alternative engagement indicators), or is there a recommended standard approach we should follow to accurately build this segment given that native SMS click tracking may not be available?
I initially attempted a solution by joining the _Click data view with _SMSMessageTracking, but I understand that _Click is used for email click tracking only, so this approach may not provide accurate SMS engagement results.
#Marketing Cloud #Mobile #Trailhead
#Trailhead Challenges
When clicking "Send" I receive an error that says: INSUFFICIENT_ACCESS: User does not have a verified email address: 005dM00000bxEEX
#Trailhead Challenges
Hoy, 15:23 Go to your user record in Setup and click the "Verify" link. Then check your email and click the link to verify the email. Once that's done, refresh and try again. I'm pretty sure that will fix the issue.
he configurado el reto tal y como se describe pero me da error. Además también he configurado en lectura los objetos Position y Candidate
#Trailhead Challenges
Hoy, 15:27 refer this thread , https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX000000VmZs
I am trying to sign up for a Trailhead promo org using my personal email via this link: Trailhead Promo Org Sign-Up.
While I successfully received the verification email, I am completely blocked after clicking the verification link. Instead of prompting me to create a new password, the system requires me to answer a security question.
The issue:
- I never set up a security question for this new personal account.
- The security question being displayed is actually from my corporate Salesforce account, not this personal training account.
Because of this session conflict, I am stuck and unable to set a password. The screen indicates I need to contact my administrator.
Could you please advise on how to reset this verification process, or route me to the correct administrator to clear this conflict?
24 may, 20:42 @Bijie Zhu seems to be a session/cookie conflict between your corporate Salesforce login and the new Trailhead promo org signup.
For the Coral Cloud Resorts module, it expects you to create a special Developer Edition org from the module signup link, then use the activation email to set the password and security question for that new org. A regular Trailhead Playground will not work for this content (Enhance Guest Experiences at Coral Cloud Resorts)
Try this first: log out of all Salesforce tabs, clear Salesforce cookies, or open the Verify Account link in a fresh incognito/private window. Also make sure the username on the page is the new promo org username, not your corporate Salesforce username. If it still redirects to the security question from your corporate account, create the promo org again using a different browser or different email address.
There is a related Trailblazer thread where the same reset/security-question loop was resolved by using an incognito window. Another Coral Cloud thread mentions that using a different email helped when the Developer Edition verification flow was stuck (Feed Item Detail | Salesforce Trailblazer Community & There's an issue with your | Salesforce Trailblazer Community)
Also remove the org URL and any username/security-question details from the public post. If the issue continues after a clean browser session, open a Trailhead Help case because the org may need to be re-provisioned.
Hello Community,
I am currently working on this Trailhead challenge:
I’m facing an issue while completing the challenge.
The chatbot is opening with the default Agentforce assistant (showing the standard Einstein greeting) instead of the expected Coral Cloud Agent / Guest Agent required for the challenge. Because of this, when I try prompts like “Show me Lucy Todd’s reservation,” it cannot find the reservation details.
I can see these agents listed and activated in Agentforce Studio:
- Agentforce (Default)
- CC Service Agent
- Coral Cloud Agent
- Coral Cloud Experience Agent
However, the chatbot preview still opens the default Agentforce assistant, and I’m unable to switch it to the Coral Cloud / Guest Agent.
Additionally, when I tried editing the Coral Cloud Agent configuration, I received the following error while saving:
Error ID: 184392612-310682 (-490322251)
Could someone please guide me on:
- How to open/test the correct Coral Cloud / Guest Agent instead of the default Agentforce assistant?
- Why the Coral Cloud Agent configuration cannot be edited/saved?
- Whether this is a Trailhead provisioning/setup issue and if the challenge environment needs to be reinstalled?
Any help would be greatly appreciated. Thank you!
#Trailhead Challenges
Hoy, 15:26 pls take referral of this thread : https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000j9xw30AA