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

Forum Posts

How to show related options in drop down field

Hi , Can anyone help me on how to show only related drop down valuesI have one field called company which is string field in cat item, based on country we have given drop down values should display in one more field called reporting which is referenc...

MounikaS by Tera Contributor
  • 505 Views
  • 1 replies
  • 0 helpfuls

Mirroring Field within Problem Table, into Problem Task Table

Seeking Help on a client requirement, I am new to ServiceNow and Scripting is something I am weak at. I am creating a business rule whereby the business_service field in Problem Table, needs to be mirrored into the Problem Task table. So when custome...

AAMProd_0-1700045323386.png AAMProd_1-1700045388431.png AAMProd_2-1700045498146.png
AAMProd by Tera Contributor
  • 386 Views
  • 2 replies
  • 0 helpfuls

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
  • 331 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
  • 332 Views
  • 4 replies
  • 0 helpfuls