Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Access to form based on group.

i have 3 groupsDirectorJunior and senior groupsif the user is part of director they should have access to see the cases which are assigned to director, junior and senior groups even though the director group members are part of junio /senior groups.i...

sasi by Tera Contributor
  • 419 Views
  • 2 replies
  • 0 helpfuls

How to check the requested for has ITIL role or not

Script include part :  rolecheck: function() { var a = this.getParameter('sysparm_usr'); var b = new GlideRecord('sys_user_has_role'); b.addQuery('sys_id', a); b.query(); if (b.next()) { return b.role; }   Catalog Client script :  var c = g_form.getV...

Resolved! Recording incoming reply emails to closed cases

Hello SN Comm,Looking for some scripting help.. I have an inbound email action that I am looking to control a little more.as of right now, my current inbound email action is called HR Case Update. It helps control incoming emails to NOT change the st...

UI action to work on list view.

Hi All, My requirement is to use UI action on both form and list view. I have created UI action and is working fine on form view. But it is not working on list. I have added confirmation box which is working when client check box is checked. And UI a...

Issue with location code in flow designer

Hello All, I have written a script to get the user location in the flow designer when I tried it the value is undefined. Please help me with the code (function executeRule(current, previous /*null when async*/) {     var userlocation = fd_data.trigge...

Srilakshmi7 by Tera Contributor
  • 451 Views
  • 4 replies
  • 0 helpfuls

word limit of list collector limited

Hi Experts, The word limit of list collector is limited and not shows up the entire value below when an item is selected. Suggest a way to display all text for the items . There are few more text to be displayed in topics at bottom but its only displ...

Hemachithra_0-1699956437774.png
Hemachithra by Tera Contributor
  • 191 Views
  • 1 replies
  • 0 helpfuls

Script

How to change the variable's functionality through background script? i.e. to replicate the background functionality of a variable to another variable.

Problem FIX ui action works for admin not for problem co-ordinator

OOTB Fix UI action button working for as system admin but when I log in with problem coordinator role, it is not working for problem coordinator role. i,e when admin clicks FIX UI action, a form opens with Cause note and fix notes. These fields when ...

raju51 by Tera Contributor
  • 752 Views
  • 4 replies
  • 1 helpfuls