Skip to main content The new Salesforce certifications experience is live! Visit Trailhead Academy to explore your new certifications homepage.

Feed

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

Has anyone found a workaround to using dynamic URLs on Mobile? I am trying to have a User click a button that brings them to a report that has a dynamic filter - it works on Desktop but not Mobile. 

 

I've seen a lot of older posts mention there are no workarounds but wanted to make another post to see if there were any updates. 

0/9000

If I want to update unrelated fields in one object, for example, Contact - 

* if the mailing country is "U.S or USA or United States,..." then update mailing country to "US" 

* if "no valid email" checkbox is checked, then wipe out existing email address 

Users could create/update these two fields separately or at the same time. 

 

What's the most efficient way to automate this? 

1) create two separate flows? 

2) one flow and use "decision"? but these two are not "logic related" 

3) one flow with stages? not sure this is complicated enough to use stages 

4) other ways? 

 

Thanks

6 answers
  1. Today, 5:16 PM

    @Tina Chang

    You will need to assign the current record value to the variables if it should stay as is. This can be done one of two ways: 

    1. on the variable itself, you can assign the default value as the value from the record (e.g., {!$Record.MailingCountry} or whatever your Mailing Country field api is). 

    example below 

      

    2. in the default path, add an assignment element and assign the Record value to the variable (e.g., MailingCountryUS =  {!$Record.MailingCountry} or whatever your Mailing Country field api is ) 

    You will need to assign the current record value to the variables if it should stay as is. This can be done one of two ways: 1.

0/9000

Hello everyone, I hope you're all having a great week! 

 

I'm currently working hard towards my Salesforce Admin certification, and I'm really excited about it! As I've been looking at job postings on LinkedIn, I've noticed that most Salesforce Admin roles ask for a bit of experience (around 1-3 years). Since I'll be brand new to the certified world without prior professional experience in this area, I'm wondering if anyone has some friendly advice or tips on how to gain practical Salesforce Admin experience that would really help me land a job. 

 

Thanks so much in advance for any thoughts or guidance you can share! I truly appreciate your time.  

 

#Salesforce Admin

3 answers
  1. Today, 5:12 PM

    To gain practical Salesforce Admin experience without having a formal job yet, consider volunteering your skills for nonprofits or small businesses that may need help organizing their data or automating simple processes—many of these organizations use Salesforce or are open to adopting it. You can also build and manage your own Salesforce Developer Org, where you can simulate real-world business scenarios, create custom objects, workflows, validation rules, reports, dashboards, and more. Be sure to document your work in a portfolio—screenshots, explanations, and project summaries—that you can show to potential employers. Additionally, completing Superbadges on Trailhead is highly recommended, as they mimic real admin tasks and are valued by recruiters. Finally, join local Trailblazer Community Groups or online Salesforce forums to connect with professionals, learn about opportunities, and even find mentors who can guide you and recommend freelance, internship, or volunteer projects to help you gain that much-needed experience.

0/9000

I keep getting the error message "We can't find that the ‘Manage Job Applications’ permission set grants read access and edit access to all Job Application fields, except edit access for Position and Candidate." Yet I have it set up correctly. I have done the previous modules but am still getting this. 

Can Someone Help With Hands-On Challenge Control Access to Fields

Screenshot 2025-01-14 101336.png

 

#Trailhead Challenges

48 answers
  1. Jan 15, 3:26 PM

    I was able to figure it out. First I had to install this package "04t0P000000N9rs"

    I did it in my current environment and had to remove all permission set groups and delete the permission set and the previous 'Job Application' object I created since the data was missing because I was missing the data package ( I am sure it would work if you started it in a new environment and restarted the challenge. )

     

    Since the package comes with its own Candidate and Position fields, you have to go into each one of these within the Job Application Object under Field & Relationships -> Select Candidate ->Edit - > change field type - > Select lookup relationship -> Next -> Next-> (VERY IMPORTANT) Select Read Access and unselect Edit Access -> Save

     

    Now do the same for Position.

     

    After that just follow the Challenge Promp.

     

    Set up ' Manage Job Application Permission Set'

    Go to Object Settings under 'Job Applications'

    It should look like this and you're done!

     

    I was able to figure it out.

     

0/9000

Hi All, 

 

I'm receiving this error when trying to deploy the RHX_Opportunity and RHX_TEST_Opportunity apex triggers, and I am skipping run all other tests other than the test for the trigger. Here is the error: 

 

"Methods defined as TestMethod do not support Web service callouts Stack Trace: null" 

 

This error is stemming from the RHX_TEST_Opportunity class. 

 

Any help here would be appreciated.

1 answer
0/9000
2 answers
  1. Today, 10:25 AM

    Hi @Prachi Rajput

     

    Points to check 

     

    1. Make sure you are in special org configured for challenge. This option is available in special orgs only. 

    2. Please enable Einstein for sales from setup. Once enabled you can refresh the page and prompt template will be visible. 

     

    Thanks

0/9000

Solving Enhance Agentforce to Act on Data with Conversational Language module but not having proper object in it and unable to change the playground. 

 

#Trailhead Challenges

0/9000

Hello all,

does anybody have the “Anypoint Platform Development: Production-Ready Development Practices - DEX660” self-paced course available to send me?

Since training portal was depreciated I cannot access this self paced course and I really want to prepare for MuleSoft Level2 Developer Certification.

Thank you.

#MuleSoft
1 answer
  1. Manish Kumar Yadav (Hitachi Energy) Forum Ambassador
    Today, 4:55 PM

    Please find the below Practice question bank for MCD Level 2 attachment PDF: MuleSoft 

     Also please have a look: 

     

    Please find the below Practice question bank for MCD Level 2 attachment PDF: MuleSoft Also please have a look:

0/9000