Creating ServiceNow Cards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2014 05:05 AM
I'm a fan of making visually pleasing, useful applications and elements within ServiceNow. For a bit of a project, I've created what I'm calling 'Cards' for ServiceNow and in this example have produced a visual, interactive and fast (i.e. instant) Address Book that renders data from the sys_user table in 'Card' form, which are searchable as you type - a la Google and move around in a fluid motion.
When clicked, the full 'Card' is returned in a Modal window displaying further information. Like searching, this is all instant, with zero delay and no page loads. It's all on the fly.
Have a look at the short youtube clip to see it in action and you can read more about it on my blog post here: Address Book "Cards" for ServiceNow - rightpalava - along with the code and steps to create it.
It makes use of Bootstrap, Isotope and some custom UI Macros as well as a UI page.
The same principle can be used for making visual service catalogues and well, any other data too. I'm working on a application that will allow ServiceNow admins to build these 'Card' pages through selecting options such as tables and fields to display. Once this app is done and tested, I'll post it on the ServiceNow Share site.
For now though, I'd be interested to know what YOU think of it as an idea and how it can be developed - like this post if you like the 'Cards' and leave some comments below.
Here's the video...
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2014 05:15 AM
Beautifully done. You should package this up and add it to Share.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2014 05:43 AM
Thanks Tom Alday - I've just put a public demo of it here, for now too: https://imperialdev.service-now.com/public/ - gives you more of an idea of how it works.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2014 05:49 AM
Oh and yes Tom Alday - I will put it up on Share, but want to make it easier to implement, right now it would take a while for someone new to it to see how it all fits together. I'm aiming to create an application that enables you to create these pages of 'Cards' for different tables and selecting the different fields to display etc.
Will be a more complete solution - does that make sense?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2014 05:56 AM
Yeah definitely. Having something like this for KB search would be awesome. I look forward to seeing how you make this more easily configurable.