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

Forum Posts

how to SUM of multiple duration field?

Hi Team, In metrics definition I am getting multiple record when I am changing same value in multiple time (changing value awaiting caller again and again)   So now I want to sum these duration and have to store in custom field of incident, I am try...

find_real_file.png
lucky24 by Tera Contributor
  • 761 Views
  • 1 replies
  • 0 helpfuls

Resolved! Order Guide - How to Prevent Duplicate Requests

We have an order guide "New Hire Order Guide" that hiring managers use to order items for their new employee. Unfortunately, manager's sometimes don't submit a request "on time" so someone on our IT team submits the request, but then the manager some...

Kim5 by Tera Contributor
  • 1378 Views
  • 3 replies
  • 0 helpfuls

Resolved! I have a Business Rule on Group Roles (sys_group_has_role) to Set Group Type on Group form(Sys_user_group) as ITIL License when the Group gets added by itil role. Now my new requirement is to set Fulfiller Group as Type on Group form when a any role

I have a After Business Rule on Group Roles (sys_group_has_role) to Set Group Type on Group form(Sys_user_group) as ITIL License when the Group gets added by itil role. Now my new requirement is to set Fulfiller Group as Type on Group form when a any...

divyavani1 by Giga Contributor
  • 1309 Views
  • 7 replies
  • 0 helpfuls

Resolved! Context Search on a Catalog Item - Button Text Issue

We have recently tweaked the contextual search widget so it appears on a 'Catalog Item' alongside a record producer - from this article: How to enable contextual search for a catalog item On the record producer, everything is fine, but on the catalog...

find_real_file.png
User658880 by Tera Expert
  • 1361 Views
  • 4 replies
  • 8 helpfuls

Resolved! List attributes beyond name for user reference fields

Looking for a way to display additional information about a user record in a lookup beyond the name of the user.  I have many users that have the same name but other distinguishing characteristics that would help users make the correct selection.

Resolved! Resolve button to be visible only Assignment group Member

Hello Everyone, How do I go about making the resolve UI Action buttons only visible to those who are in the assignment group member? I am using this condition gs.getUser().isMemeberOf(current.assignment_group). can i need to check client check box.  ...

GlideSysAttachment not working for xlsx

When I run this code, and when the generated excel file that is downloaded and opened gives the following error: The code works for content type xls and csv's. var attachment = new GlideSysAttachment(); var rec = new GlideRecord('incident'); rec.ge...

find_real_file.png
SD35 by Tera Expert
  • 1340 Views
  • 4 replies
  • 0 helpfuls

what is the unique identifier in Azure AD to refer in serviceNow..

Hi, We have integrated Azure AD with our ServiceNow instance, while working on spokes I got a requirement that, can user principle name from Azure AD be an unique identifier instead of object ID and is it possible to use ServiceNow ID as user princip...

Asish1 by Tera Contributor
  • 702 Views
  • 1 replies
  • 0 helpfuls

Resolved! Script to fetch all fields from a table which is not inherited

HI All, I have a table which is extended from CMDB CI. There are also many custom fields created in the child table. Does anyone have a way to fetch the list all the custom fields from the child table via script?. it should only give results of non e...

ShAn21 by Tera Guru
  • 2047 Views
  • 10 replies
  • 1 helpfuls

Flow designer email body

Hello Experts,I am trying to bring variables value to email body using flow designer. Below is the thing that I have designed. Email is getting triggered but the variables value are not getting populated on the email body.   How to achieve this? Reg...

find_real_file.png find_real_file.png

Run Business Rule checkbox in Transform Map

Under health scan, I need to uncheck the "Run Business Rule" checkbox in Transform Map, only for those maps where it's not needed. So, how can I check if there is any Business Rule running after the transform map.