by Pericror | Dec 28, 2016 | Implementation, ServiceNow
There are two primary areas to configure when deciding who should see or have CRUD (create, read, update, delete) access to one of your applications. These two areas are the application and the table, explained below: 1. The Application The application is what users...
by Pericror | Nov 23, 2016 | ServiceNow, Tips
With the location table in ServiceNow, latitude and longitude values defined allow data to become visualized on Google Map pages. So how can we visualize data on Google Maps? The answer is in pre-defined map pages that we can create modules to access. Open the...
by Pericror | Nov 23, 2016 | ServiceNow, Tips
With ServiceNow Express, you are at the simplest form using a UI to navigate through tables in a database. The default instance however, does not have it’s UI cluttered with access to every table possible. Using the list below, feel free to create a module of...
by Pericror | Nov 23, 2016 | Implementation, ServiceNow
As of the Helsinki release, the mobile UI was refreshed for both the native mobile apps, as well as the web based rendering (for those that had the new mobile UI enabled). This refreshed UI displays a users bookmarks on their mobile homepage. Example: Desktop...
by Pericror | Nov 13, 2016 | ServiceNow
In this blog we will be covering how to use Pericror’s new Field Calculator chrome extension. The extension can be downloaded here. We will be performing a calculation on our numerical fields and saving the result back into an input on the page. For this example, I...