Great UX Trick: Simple Info Banners for List Views

ServiceNow’s List Views are a great interface to display list of records, but sometime they are bit dry. Did you know that there is an easy trick to add banners on top of them?

Such info banners are useful, as they can give contextual help to your users. This is a better approach than emails, as the information is easily found when the user need it. To display banners on list views, we need to be creative and use configuration in an unexpected way…

Continue reading “Great UX Trick: Simple Info Banners for List Views”

Great UX Trick: Field decorations with 295 hidden icons

ServiceNow contains a hidden treasure of almost 300 icons than can be used to convey better visual distinctiveness to your users’ bookmarks, service portals and system info messages. This distinctiveness can be used to ensure that your contextual messages receive more attention and to facilitate navigation in your instance. Continue reading “Great UX Trick: Field decorations with 295 hidden icons”

Great UX Trick: 250 hidden icons to use with bookmarks

ServiceNow contains a hidden treasure of almost 300 icons than can be used to convey better visual distinctiveness to your users’ bookmarks, service portals and system info messages. This distinctiveness can be used to ensure that your contextual messages receive more attention and to facilitate navigation in your instance.

Those icons are dingbats characters grouped in a special web font included in your instance, and can be applied in your html content via CSS classes, applied to the italic or emphasis tag. Example: <i class=”icon-name”>i>.  This web font was compiled by ServiceNow, using the open source Grunt-Webfont project. As of June 2017, the version included in Jakarta is called retina_icons_2017_1_17.woff and contains 295 distinct icons.

You can access a nice preview with all the characters included in the web font via a hidden URL that is available in any instances, even HIhttps://YOUR_INSTANCE.service-now.com/styles/retina_icons/retina_icons.html

Continue reading “Great UX Trick: 250 hidden icons to use with bookmarks”

Great UX Trick: HTML Placeholders

As a software platform, ServiceNow has a great and modern GUI that works with any web browser. Yet there is one glaring missing UI feature from modern HTML: HTML Placeholders. Let me present you my ninj’admin trick to implement them in your instance.

What are HTML Placeholders?

Placeholders are the ghost texts present in many web sites’ input fields. They are an old trick, introduced with the HTML5 standard in mid 2011.
The most common usage is with Search input fields.

As soon as you type something in the box, the placeholder text will disappear, to be replaced by your own input. Used in the Service Catalog, or in your Forms, they can add useful information without being obnoxious for the users.

Continue reading “Great UX Trick: HTML Placeholders”