Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
I accidentally lost the salesforce AI associate Certification pdf. The logo is showing in my profile but I am unable to find the certification completion pdf
Today, 2:30 AM Please follow the given path:-
1.
Go to WebassessorSalesforce certifications are managed via Kryterion Webassessor:
https://www.webassessor.com/wa.do?page=publicHome&branding=SF
2. Log in with your Webassessor account
Use the email and password you used when scheduling your Salesforce exam.
3.
Go to "My Assessments" > "Completed"- Once logged in, go to the "My Assessments" section.
- Click the "Completed" tab to view your exam history.
4. Find your Salesforce AI Associate exam
Look for the entry corresponding to
"Salesforce Certified AI Associate".
5.
Download your certificate- You should see an option like "View Score Report" or "Download Certificate".
- Click that to download the PDF.
Thanks
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.
I have tried many ways but still it is showing error please provide me the best solution
Today, 2:24 AM Hi @Vipul Yadav
Please check out the following url:
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000KCJvZ0AXThanks
I have a LWC embedded in the site login page but I need to be able to access the redirect url from the authorization end point inside of this LWC .
Today, 2:17 AM Hi @Alaa Raed
please check out the following url:
https://salesforce.stackexchange.com/questions/254858/aura-redirect-not-working-with-lwcThanks
Hello!!
I have a journey that contains two custom SMS sending activities, two days apart, where I use the notification_message and phone attributes from the data extension as the SMS content.
If these attributes are modified during the journey's execution, the custom activities do not retrieve the current data from the time of execution, but rather from the start of the journey.
Does anyone have any idea how to get the data from the updated attributes at the time the custom activities are executed?
I'm currently using {{Event.DEAudience-1.notification_message}}, but this returns the data from the start of the journey's execution.
#Salesforce Developer #Marketing Cloud #Automation
I have created new playgrounds and followed each step thoroughly and I am still getting the same error. Can someone please provide me with a step by step instructions/solution for this challenge. I am unable to complete it!
#Trailhead Challenges
Steven Trumble (Skie) Forum Ambassador
Today, 2:07 AM Please search the community for similar questions. This has been asked and resolved many times
I need to count the number of active "Placements" each fiscal year, for each student (Contact). Each Placement has a formula field indicating if it is active during any given fiscal year, e.g. "Active In FY24-25". I can't use Roll Up Summary since it's not a master detail relationship. So I wrote a flow that first gets all Placements with Active In FY24-25 = TRUE, then gets all Student records. From there, it has nested loops for each student, checking all placements. As expected, this hit a CPU limit exception. There must be a better way to do this, but I can't think of it. Any advice would be much appreciated.
#Flow
Steven Trumble (Skie) Forum Ambassador
Today, 2:06 AM It shouldn't stop for no apparent reason. Make sure you are on latest version.
if you're hitting CPU limits then you need Apex. DLRS just creates the Apex for you.
Today, 2:00 AM Hi @Gayatri Baligar, I can't help you with the second part of your query but I figured out the first bit since I had the same problem ... I had already created users for a previous module that had the "Salesforce" license, and the hands-on org I was using only allowed for 2 users to have this license. So I went into Setup>Users, found the users assigned to the Salesforce license, and changed their license to something else. Then when I went back to create a new user to complete the Create a Permission Set Group
challenge, the Salesforce license was available to be selected.
Hope that helps!