Hi Priyanka,
I cleared by may end. Its not much hard. It tests concept with real life scenarios. Please do complete the trail mix present in Salesforce administration module. That would help.
Do try mock questions as well.
Thanks
Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
- Appexchage Apps
- Audience Studio
- Automation Studio
- B2B Commerce
- B2C Commerce
- Business Rules Engine
- Communications Cloud
- Consumer Goods Cloud
- Datorama
- Digital Engagement
- Education Cloud
- Education Data Architecture
- Einstein Analytics
- Einstein Bots
- Email Marketing
- Experience Cloud
- Financial Services Cloud
- High Velocity Sales
- Higher Education
- Integration
- Interaction Studio
- Journey Builder
- K-12 Architecture Kit
- Manufacturing Cloud
- Marketing Cloud
- Mobile Publisher
- MuleSoft
- MuleSoft API Manager
- MuleSoft Anypoint Code Builder
- MuleSoft Anypoint Platform
- MuleSoft Anypoint Studio
- MuleSoft CloudHub / RTF / On-Prem / PCE / Gateway
- MuleSoft Composer
- MuleSoft Connectors / SDK / DevKit
- MuleSoft DataWeave
- MuleSoft Design Center / API Designer
- MuleSoft Exchange
- MuleSoft For Agentforce
- MuleSoft For Flow: Integration
- MuleSoft Integrations
- MuleSoft Training & Certification
- Nonprofit
- Nonprofit Cloud
- Nonprofit Success Pack
- Outbound Funds Module
- Pardot B2b Marketing Automation
- Program Management Module
- Quip
- Revenue Cloud
- Sales Cloud
- Sales Cloud Einstein
- Salesforce CPQ & Billing
- Salesforce Developer
- Salesforce Field Service
- Salesforce Health Cloud
- Salesforce Maps
- Salesforce Platform
- Salesforce Surveys
- Service Cloud
- Service Cloud Einstein
- Service Cloud Voice
- Slack Basics
- Slack Certified
- Slack Community
- Slack Developers
- Slack Workflow Builder
- Tableau
- Automation
- AwesomeAdmins
- Data Management
- EducationHelp
- Formulas
- IdeaExchange
- New Releases
- NonprofitHelp
- Salesforce Developer
- SalesforceLive
- TrailblazerCommunityHelp
- TrailblazerDX
- Trailhead Challenges
- Trailhead Superbadges
- TrailheadGO
Filter
Hello, I am checking accessibility on our experience website and while using the screen reader noticed that the website logo's file name is being read. How do I change it? is there a way to add alt text so that file name is not being read?
Today, 3:25 PM Please follow the below steps if you are uploading the logo pic under themes -
1. Convert the image on your local machine into base64 code.
You can use this site - https://base64.guru/converter/encode/image
upload your image file.
convert to base64 and copy that text
2. Open a text file -
copy the below text in that -
<!DOCTYPE html>
<html>
<body>
<h1>The img element</h1>
<img src="data:image/png;base64, paste_your_base64_code_here" alt="Trailhead Logo">
</body>
</html>
In the above src attribute - pls specify your file type in the place of png - jpeg, jpg or png. Follow the above syntax and paste your base64 code which is highlighted in bold. Specify the alt text as well that you intend to display.
3. Save this text file as html file - filename.html
when you open this html file in the browser and inspect you should be able to see the alt attribute.
4. Now convert this HTML file to JPG/PNG file
you can use this link -
https://www.freeconvert.com/html-to-jpeg
download the file.
5. Now upload the above downloaded file into Assets first and then add as a logo.
You should be able to see the alt text under the screen reader.
Regards
Sravani
I was following this trail where I followed every step as instructed in this module
, However the field mapping didn't happen automatically.
So when I created the formula field, It was mentioned there that I review the field mapping but it didn't happen in the first place. I only see the Start button and when I try to create a new mapping I get the error mentioned in the subject which is understandable because I could see the DMO as lead_object in the dmo. So, I even deleted that dmo and tried to create a new Mapping still getting the same error.
So, Any Data Cloud Peeps for the rescue here?
Thanks!
did the checks multiple times and activated the Partner Account Page too again and again but it still shows the same error
On the Partner Account Page, make sure that these fields were removed: ‘Prospect Rating’, ‘Region’, ‘Zone’, ‘Has Support Plan’, ‘Support Plan Expiration Date’.
Today, 3:16 PM
Error: No podemos encontrar un campo personalizado con el nombre "Type" (Tipo) en el objeto Program (Programa).
y lo tengo creado tal cual
Hi there, I cant select Identity Resolution. Please help!
Today, 3:12 PM I'm thinking this maybe the issue - the Standard Objects are not in "Ready" status thus we are unable to select the field in the dropdown. Been in "Processing" since Friday afternoon...not sure if I should wait or create a new playground
No podemos encontrar que el conjunto de permisos "Gestionar solicitudes de empleo" conceda permisos de lectura y modificación sobre el objeto Job Application (Solicitud de empleo).
No me aprueba esto.
Challenge not yet complete in Developer
The 'AddPrimaryContact' class did not achieve 100% code coverage via your test methods. Make sure that you chose 'Run All' tests in the Developer Console at least once before attempting to verify this challenge.
Today, 2:59 PM What are the results when you run the tests in the Dev Console?
Hello All, I am trying to create a data mapping for a custom data lake object. While saving this custom mapping, it is throwing an error: "Unexpected!" mapDLO should not attempt to remove a field mapping as we have sync delete now!"
Is anyone aware of this error?
Today, 2:51 PM Were you ever able to solve it? I am getting the same issue. I even deleted the DMO related to the data stream but still I keep getting the same issue.