User Activity
Hi Gurus,
I would like to reproduce in Agent Workplace what we have in the legacy UI.
On the Incident form (legacy UI) we have an icon on Configuration item and Service fields to open the Dependency view of the CI.
I assume that the equivalent in Age...
Hi,I found an interesting Business Rules in ServiceNow to generate the full name for a Location.BR : Location - generate full name
var r = new Packages.com.glide.glideobject.HierarchicalReference();
r.generate(current);
I would like to do the same t...
Hi guys,My objective is to add "Add me" icon (used with the field "watch_list") next to the field "Assigned To".I try to understand how the UI Macro "lightweight_glide_list" works but I'm not aware with Jelly script ïThis UI Macro must include the "c...
11-17-2011
Hi all ServiceNow guys,I used the script mentioned on the wiki page to hide the email client icon for non itil user but I detected an undesired impact.
function onLoad()
{
removeEmailIcon();
function removeEmailIcon() {
var yesRole = g_user.hasRoles...