Using Field-Level Security

Using Field-Level Security

I thought I had everything set up perfectly… until a user messaged me saying they couldn’t see a field I definitely added to the layout. Turns out, I forgot to update the Field-Level Security (FLS).

Yeah. Oops.

Just because a field is on a layout doesn’t mean users can see it.

Picklists vs Multi-Selects

Picklists vs Multi-Selects

Today I learned why people complain about multi-select picklists—and I will probably avoid them forever now.

I created one thinking it would give users flexibility. But now I’m realizing:

  • You can’t use multi-selects in many report filters

  • They’re annoying to work with in Flows and formulas

  • You have to use INCLUDES() instead of simple = logic

Intro to Reports: Building My First Dashboard

Intro to Reports: Building My First Dashboard

I built my first Salesforce dashboard this week. It was both frustrating and kind of addictive.

First, I had to wrap my head around reports—how to group rows, summarize fields, and filter records. I have been building reports for a while, and never thought much about it. But while working on my first dashboard, I realized that not every report type gives you the fields you need. Once I figured that out and dropped a few report charts into a dashboard, it felt like the whole concept of a dashboard clicked for me.

Custom Fields: Where the Magic Starts

Custom Fields: Where the Magic Starts

Custom fields are where Salesforce starts to feel like your system.

I am constantly asked to “just add a field” for something new. That’s easy, right? Sort of. But there’s more to it:

  • Always decide the data type first (checkbox, text, date, picklist, etc.)

  • Think about reporting—will someone need to filter or group by this?

  • Will this field need to be required, or included in validation rules?