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

Forum Posts

Resolved! Integration Hub Sending Wrong Date/Time to Exchange Online

We have an integration with Exchange Online that provides a catalog item allowing customers to set the OOO message on behalf of other users. This is working as expected except for the time the OOO message is supposed to start/end. Our instance time z...

ServiceNow and Power BI Integration

Hi,One of the requirement we have is to present ServiceNow data into Power BI. The option we explored is Table API which works fine with Power BI. But the issue is that we would like to have incremental data from ServiceNow and not whole data set on ...

Red Asterisk Background color on tab : Vancouver

After Vancouver update, some of our CSS settings have been changed and I need to know how can i revert it.We need to remove the background color Red which has appeared when requesting an order guide item, can someone please guide where i can remove t...

AvaniShah_0-1700048512713.png
Avani Shah by Tera Contributor
  • 268 Views
  • 3 replies
  • 0 helpfuls

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
  • 479 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
  • 344 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
  • 278 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
  • 290 Views
  • 4 replies
  • 0 helpfuls