Skip to main content

#Salesforce Admin317 personnes en discutent

Regine Saint-Cyr a posé une question dans #Trailhead

How can I get the API connection details to retrieve my organization's files, attachments, PDFs and other files stored in SalesForce? 

 

#Trailhead  #Salesforce Developer  #Salesforce Admin

1 réponse
0/9000

I'm baffled because I have both Windows Hello and a 1pasword passkey set up on my computer.  I am able to log into Salesforce with either.  I can export reports using these passkeys, but when I (as an Admin) try to generate a temporary verification code for another user, my computer suddenly doesn't recognize any of my passkeys.   

 

If I click on "Verify Your Identity", nothing happens.  If I click it enough times, it logs me out and I have to log in again with my passkey. 

 

I don't understand why I can use my passkey for other logins/verifications, but this step doesn't seem to recognize it.  Can anyone help? 

 

Thank you!  

 

I can log into SF with my passkey, but when I try to generate a temporary verification code, it cannot verify me

 

 

 

#Salesforce Admin  #Security  #Nonprofit

2 réponses
  1. Aujourd’hui, à 19:26

    While troubleshooting the same issue for our org, I came across some other threads that recommended trying to generate the verification code on Salesforce Classic instead of lightning, and that worked for me. Seems like lightning is bugged after the passkey change. Wanted to pass it along since I found your post first while searching 🫡

0/9000
3 réponses
  1. Aujourd’hui, à 19:48

    Hi, If I understand correctly the greyed field means the field is already placed on the layout.

0/9000

I have been a SFDC since 1999 and have successfully completed multiple Org Swaps for clients that were backed into corners due to poor implementations or layers of Scar Tissue.    

 

In 27 years I have never had an AE forced the client to purchase more than 1 license (of equal level (EE, UE) to provision the new Org.    I have a situation now where a Non Profit Client (On UE NPSP) is being told by AE and his VP that the only way they will support an Org Swap is for the client to purchase 10 additional UE Sales Cloud Licenses in order for Ops to Provision the New Org.   

 

Is this the new Policy at SFDC?    In June, I just completed an Org Swap for another Non Profit and they had no similar requirement.    

 

Looking for other consultants, Partners, or SFDC folks to weigh in here.   Thanks 

 

#Nonprofit  #Salesforce Admin  #Sales Cloud

0/9000

As we race toward Dreamforce Trailblazer Bootcamp on September 12-14, lace up every Tuesday, Wednesday, and Thursday for ✨ Trailblazer Track Meets, ✨ where we’re sharing details about each of our boot

 

As we race toward Dreamforce Trailblazer Bootcamp on September 12-14, lace up every Tuesday, Wednesday, and Thursday for ✨ Trailblazer Track Meets, ✨ where we’re sharing details about each of our bootcamp tracks and the instructors teaching them! 👟

 

We’re off to a running start with the Agentforce Service Specialist track, where instructor Alok Agarwal will guide students through building, customizing, and deploying AI-powered service agents from scratch. Don’t get left in the dust! 💨

 

On your marks, get set… register: https://sfdc.co/DF26TrailblazerBootcamp

 

@* Trailhead Official * @* Trailhead Academy * @Trailblazer Community Cove @* Salesforce Developers * @* Salesforce Administrators * #Salesforce #Certifications #Trailhead #TrailblazerCommunity #Agentforce #Salesforce Developer #Salesforce Admin

0/9000

🤖 Build real expertise for the Agentic AI era. 

 

Trailhead Journeys are now available across 10 Salesforce products empowering you to move from fundamentals to advanced expertise with a progressive, step-by-step curriculum. 

 

Newly added journeys:

 

Skip the search. Start the journey 👉 trailhead.com/trailhead-journeys

 

🤖 Build real expertise for the Agentic AI era.

 

 

I have nearly 3 years of hands-on experience with Salesforce CRM. I have been using Trailhead for the past 5 years to learn Salesforce and have achieved the Expeditioner rank. I am also an Agentblazer Champion 2026.  

Although I have not yet appeared for the Salesforce Administrator Certification exam, I am planning to take it soon.

Currently, I am looking for opportunities in Salesforce QA, Salesforce Administrator, or related Salesforce roles. I have been applying for Salesforce QA and Admin positions, but unfortunately, I am not receiving interview calls.

I would appreciate any suggestions on what I can do next to improve my profile, increase my chances of getting shortlisted, and advance my career in the Salesforce ecosystem. 

 

#TrailblazerCommunity  #SFDC Admin Certification  #Salesforce Admin

2 réponses
0/9000

Unable to Reset Password After Changing Email – Lightning Login Trailhead Challenge

Hi Trailblazers 👋

I’m currently working on the Trailhead challenge “Enable Lightning Login and Test Using the Salesforce Authenticator App”, and I’m stuck while trying to log in as Brochan Pane.

Here’s the issue I’m facing:

  1. I changed the email address for Brochan Pane successfully.
  2. I received the email verification link on the new email address.
  3. I clicked the verification link and verified the new email successfully.
  4. However, when I try to reset Brochan Pane’s password, the password reset email is still being sent to the old email address.
  5. Because I don’t have access to the old email address, I’m unable to reset the password and continue with the Lightning Login challenge.

I have tried changing the email again and verifying it, but the password reset email still goes to the previous email address.

Has anyone faced this issue in a Trailhead Playground?

 

Is there any additional setting or step required to make Salesforce send the password reset email to the newly verified email address?

Any guidance would be greatly appreciated. 

Thanks in advance!

 

 

#Trailhead Challenges  #Salesforce Admin  #Trailhead

18 réponses
  1. Aujourd’hui, à 09:49

    @Sahil Gupta Please check if the login history for Brochan Pane shows Lightning Login as the login type.Please check if the login history for Brochan Pane shows Lightning Login as the login type.If this is not the issue, I would suggest connecting with the SF support as the last resort. Thanks.

    If this is not the issue, I would suggest connecting with the SF support as the last resort. 

     

    Thanks. 

    Abhishek 

     

0/9000
3 réponses
  1. Hier, à 17:05

    Hey Renuka, 

     

    A record page's actions are a combination of Quick Actions, standard buttons (Edit, Delete, Clone), Chatter actions, and productivity actions, all rendered together in the page-level action menu, but they trace back to different generations of the platform. 

     

    Standard buttons like Edit predate Quick Actions entirely, they're core CRUD operations baked into Salesforce since Classic, tied directly to page layouts and standard controllers. Quick Actions came later (Lightning-era) as a more flexible, declarative framework built for things standard buttons couldn't do well: creating related records, logging calls, launching Flows/LWCs, all without needing a full page navigation. 

     

    Salesforce never migrated Edit/Delete/Clone into the Quick Action framework because they're fundamental object-level behaviors tied to page layout metadata and permissions, not something layered on top. Rebuilding them as Quick Actions would be redundant and risk breaking backward compatibility across every existing org. 

     

    So the short answer: it's not that they overlap by design, it's that Standard Buttons are older, layout-level plumbing, and Quick Actions are a newer, more flexible layer built alongside them, not a replacement for them. 

     

    Reference:

    https://trailhead.salesforce.com/content/learn/modules/lex_migration_customization/lex_migration_customization_actions

0/9000

Comunidad buenas tardes, 

Quien ha rendido el examen de Administrador de Salesforce Certificado en español? Quisiera saber la complejidad del mismo, y si tienen algun curso efectivo de preparación en español por favor.. Gracias 

 

#Salesforce Admin  #TrailblazerCommunity  #Certifications

1 réponse
  1. 21 août, 16:46

    Hola Juan, 

     

    El examen en sí (preguntas del examen) sí está disponible en español (LATAM), así que podés rendirlo directamente en ese idioma sin problema, la traducción del examen la hace Salesforce oficialmente. 

     

    Para preparación, el trailmix oficial de Salesforce es este, y también tiene versión en español (LATAM): 

    https://trailhead.salesforce.com/es-MX/users/strailhead/trailmixes/prepare-for-your-salesforce-administrator-credential

     

     

    Un detalle importante: aunque el trailmix esté en español, los desafíos prácticos (hands-on challenges) por ahora solo están traducidos en un grupo limitado de módulos prioritarios (japonés, español LATAM y portugués BR), el resto sigue solo en inglés. Si al hacer un challenge en español te falla la validación, probá cambiando el idioma/región de tu Trailhead Playground a inglés (US) y repetilo con las instrucciones en inglés, a veces la traducción del challenge queda desactualizada respecto al inglés original. 

     

    Sobre la complejidad, la Guía Oficial del Examen (Exam Guide) en Trailhead es el recurso más confiable para saber exactamente qué porcentaje de preguntas corresponde a cada tema (seguridad, automatización, datos, etc.), vale la pena revisarla antes de armar tu plan de estudio. 

     

    Referencia:

    https://trailhead.salesforce.com/content/learn/modules/trailhead-in-your-language/use-translation-resources-in-your-learning-journey

0/9000