ServiceNow News
53008 items
Hi
In one of my previous articles, I wrote about using depending field with Reference Qualifiers. Now, if you just have simple conditions to cover, you may be served somewhat easier just configuri...
Article #17 - "Dependent Field" as the fast Track "Reference Qualifier"
Import
·
over 5 years
www.servicenow.com
cache
less than 1 minute read
The ServiceNow Agent Workspace offers a few advantages for ITSM fulfillers, such as rich text journal entries and an interface for multi-tasking. That said, it’s always a...
ServiceNow Agent Workspace or Standard Platform? Why not both?
Import
·
over 5 years
mtcoffee.github.io
cache
Previously I [posted](https://meatsac.github.io/creating-an-rss-portal-widget-in-servicenow/) how to display data from an external source as a portal widget. But what if you want to do this as a UI...
Retrieving and Displaying data on UI pages in Servicenow
Import
·
over 5 years
mtcoffee.github.io
cache

[Workspaces](https://docs.servicenow.com/bundle/paris-servicenow...
How to move a Workspace Module to a brand new Workspace
Import
·
over 5 years
www.servicenow.com
cache
Classic UI:
var sURL\_editparam \= gs.action.getGlideURI().getMap().get('sysparm\_aparameter');
if (sURL\_editparam \== 'true') { gs.addInfoMessage('parameter passed); }
Portal:
var sURL\_ed...
Get URL Parameter - server side script (portal or classic UI)
Import
·
over 5 years
www.cloudminus89.com
cache
example HTML:
<div> <a href\="{{data.profile\_url}}" class\="h4 text-primary m-b-sm block"\> <span class\="ng-binding"\>Edit Profile</span> <i class\="fa fa-edit"\></i> </a> </div>
\[
var ...
Service Portal: pass a url parameter to a widget on a page
Import
·
over 5 years
www.cloudminus89.com
cache
Have a need to insert a journal field or any of field that you want and track it on the activity feed. You can use the below steps and insert your table or [follow this link](https://youtu.be/20IOA...
Video
Adding journal fields to any table other than task [task] and tie it into an activity feed
Import
·
over 5 years
www.servicenow.com
cache
DG