We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Set approval based on variable in catalog task

Hi All, We have a requirement to trigger an approval based on the value that is set for a catalog task variable. This field is not visible on the catalog form or the RITM but it is only visible on the catalog task. When the task is assigned to a part...

find_real_file.png
Madhura5 by Tera Contributor
  • 2864 Views
  • 4 replies
  • 0 helpfuls

Override dependent for dictionary override is not working.

Hello,  I have a custom application on which i am using "Assigned to" field from task.  I don't need any resolver group for the same. So I need to create a dictionary override in custom application scope and click on override dependent checkbox. I fo...

find_real_file.png

Clarifying end user roles, access and licenses

Hi, I have a general question about a specific scenario regarding effective usage of UI forms taking into consideration ACLs and roles. I know there is some articles out there for similar topics but still I am not sure there is a satisfactory answer,...

mitzaka by Mega Guru
  • 9262 Views
  • 11 replies
  • 3 helpfuls

Hide Interceptor Links based on certain conditions

Could you let me know how to hide a few Interceptor links based on certain conditions. We open the interceptor by clicking on the New button on the incident and the links are displayed. I want to hide two links based on the values of the incident fie...

Prashanthi by Kilo Explorer
  • 2491 Views
  • 6 replies
  • 1 helpfuls

Resolved! Incident Fixed by change and incident caused by change on Change form

Hi All, we have an requirement, to restrict the incident that which already present in 'Incident Fix by change'  tab should not be able to select on the 'Incident caused by change tab' on change Module. Incident Module:  On the Incident form also, Ch...

Community Alums by Community Alums  
  • 3862 Views
  • 3 replies
  • 0 helpfuls

Approval Buttons in Email Notification

Hi,I was wondering if anybody is able to provide step by step instructions for adding an the Approve / Reject buttons into an email notification when a user has requested something which requires approval?I've looked through the WIKI but cannot see a...

johny0555 by Kilo Contributor
  • 5655 Views
  • 7 replies
  • 4 helpfuls

how to find if a script contains sub string

if we have two  sub strings in string (GlideRecord ,Alert), how check the two sub strings  please write a program to check whether a string contains sub string

learnSN by Tera Expert
  • 13492 Views
  • 9 replies
  • 0 helpfuls

how to check if a string contains sub string

if i would say according to the recommendations using GlideRecord and alerts function in the client script is not best practices, so if it in case any client script contains the above(gliderecord and alerts function)records it should show the  violat...

learnSN by Tera Expert
  • 15200 Views
  • 1 replies
  • 2 helpfuls

Limiting time allowed between 2 date fields

Hi guys. I have two date fields on a Service Catolog request. I want to limit the time between the two fields to 30 days. Here's the real world description:We loan out equipment for a maximum of 30 days. The form I have created has a start and end da...

Resolved! Set a tooltip for a variable in a Catalog Client Script

Hello, I am trying to set a tooltip for a Catalog Item Variable in a Variable Set through a client script.  I tried to set this using an onload client script with g_form.showFieldMsg but it is not working.  I am not sure if showFieldMsg is the correc...