Skip to main content

CSS Specificity, Next Experience (Polaris) Themes Part 9

· 4 min read
Eric Riemer
ServiceNow Wizard

This is Part 9. You should start with Part 1.

CSS Specificity

I read a lot... and some of what I read is very random, and sometimes that comes in handy. One of the RSS feeds I subscribe to recently had an article on CSS Cascade Layers Vs. BEM Vs. Utility Classes: Specificity Control. Reading it gave me some nicely grounded insight into some things I had sorta figured out but didn't have names for. You dont need to go and read it unless you want a better understanding of how CSS specificity works and different ways of dealing with it (without resorting to just adding !important everywhere).

What does this have to do with ServiceNow theming? Read on and find out...

Knowledge 25 - Hire Eric

· 2 min read
Eric Riemer
ServiceNow Wizard

Knowledge 25

If you are reading this because you subscribed to my RSS feed, and will be at Knowledge, you can find me at the Platform Ask the Expert area Tuesday morning, Wednesday all day, and Thursday Morning. Feel free to reach out to me on the SNDevs slack as well.

This is your chance to hire Eric (Update: I got an internal transfer to a new position at ServiceNow and am no longer looking for something new)

A few weeks ago I got news that my position at ServiceNow is being eliminated. At this point it is looking very unlikely that I am going to find something internal to transfer to. So I am using Knowledge 25 as the perfect chance to network.

Updating Store Apps Sucks

· 5 min read
Eric Riemer
ServiceNow Wizard

First posted August 13, 2023

Updated May 15, 2024

Major code update February 03, 2025 archived old version is available.

The Pain

Every quarter or so, ServiceNow released updates to Store apps. This is usually a good thing. The bad part is that you also have to update them in your instance.

One...

At...

A...

Time...

In...

Each...

Instance...

It's painful.

When users shoot themselves in the foot

· 2 min read
Eric Riemer
ServiceNow Wizard

The setup

I no longer work with end users very often, but this came across my desk (errr... I got a message on the SNDevs Slack). There was a person in the NextGen program who was working on a project. They had created a custom table and could not get to a next step because half of the fields on the form weren't showing up.

The instructor had checked the usual suspects... The fields were part of the form view, there weren't any UI policies, Data Policies, or Client Scripts hiding them. All the ACLs were passed so that wasn't the issue either.

And... this issue was only happening to a single user account. When the instructor logged in as a different user, they could see the fields just fine.

Any guesses what the problem was?

Updating Store Apps Sucks

· 5 min read
Eric Riemer
ServiceNow Wizard

First posted August 13, 2023

Updated May 15, 2024

Retired February 03, 2025, see the new version

The Pain

Every quarter or so, ServiceNow released updates to Store apps. This is usually a good thing. The bad part is that you also have to update them in your instance.

One...

At...

A...

Time...

In...

Each...

Instance...

It's painful.