A Visual Indicator helps users quickly locate an essential or distinct record within the list of similar records. Graphics are eye-catching and allow users to understand at first glance as compared to text. Users can easily differentiate between records with images instead of text fields.
Salesforce has standard visual indicators available that can be displayed through a simple formula field, but there is no need to add images to the files, documents, or static resources anymore.
We can use Emojis instead of using images as Visual Indicators!
Let’s start with a real-time use case.
Use Case
Sara received a message from the sales team that they were losing the leads as they missed identifying the source of the records, which caused a major loss in the business.

You are out of business; if you lose a prospect!
Solution
- Click Setup.
- In the Object Manager, type Lead and select Lead.
- Select Field & Relationship, then click New.
- Select Formula as Data Type then clicks Next.
- Choose output Type
- Enter Field Label and the API Name will auto-populate.
- Select Formula Return Type as Text.
- Click Next.
- Enter the formula:
CASE(LeadSource,
"Web", "Web 🌐 ",
"Email", "Email 📩 ",
"Phone Inquiry", "Phone ☎️ ",
"Purchased List", "Purchased List 🛒",
"Partner Referral", "Referral 🤝 ",
"Other"
)




- Set the Field-Level Security for the Profiles.
- Add this Field to the Page Layout.
- Click Save.
Hurray!!! It’s done, don’t forget to add the new field (Lead Origin) to the list view. Let’s see how it looks.




You are Done!!!
I would love to hear about your experience with adding Emojis as visual indicators. How do you use it?