Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Script to trigger workflow approval based on variable

I've been working on a catalog item for file share access. I have UI policy actions that only show the correct options based on what drive they select.   I created two select boxes: 1. What drive do they need access to? (two options - Y or Z) ...

Tyler Jones by Tera Contributor
  • 1691 Views
  • 3 replies
  • 0 helpfuls

On-Call: Assign and Notify with Twilio SMS

Has anyone successfully deployed the On-Call: Assign and Notify workflow to send SMS Text to an incident assignee via Twilo Direct? I verified that I can auto-assign and send a text message via trigger rules and addition of the Notify/Send SMS action...

Rob Keeton by Tera Contributor
  • 2440 Views
  • 1 replies
  • 1 helpfuls

Not getting sys id of the attachment when using g_form.getValue

Hi. I need to grab the sys id of the submitted Attachment variable so that I can push the same image ( submitted by the user) to sc_cat item table.    I am not getting the sys_id of the attachment variable. It is coming blank when I am using getValue...

EKTA2 by Tera Expert
  • 3724 Views
  • 17 replies
  • 0 helpfuls

Resolved! need_attention flag on case records

Hi, we are facing issues with case records not auto closing as per the flow after seven days ,state resolved and auto close set to true,upon further sleuthing found an OOB BR "mark for auto close" does not set the autoclose flag since needs_attention...

priya92 by Kilo Expert
  • 7081 Views
  • 6 replies
  • 2 helpfuls

How to set the limit in a integer field value

Hi All, I have a question how to put the limit on any integer field. Like in a field we only put the integer value but I also want to specify that field like user can only enter min 5 digit or max 7 digit numeric value. I have already written the On-...

utkarsh6 by Giga Contributor
  • 7812 Views
  • 7 replies
  • 2 helpfuls

Links not coming as hypertext in comments or worknotes in workspaxe

When I am adding a link in worknotes or comments in agent workspace , it is not coming as link rather a simple text  , i want to enable it as link when i put any link there. Note - I DO NOT WANT TO MAKE THIS PROPERTY  - glide.ui.journal.use_html AS T...

find_real_file.png
Community Alums by Community Alums  
  • 2124 Views
  • 3 replies
  • 0 helpfuls

Parent - Child Relationship

Hi All,  Could someone help me understand parent child relationship for incidents. From what I see in ServiceNow docs The parent and the child incidents are synchronized such that the state of a child incident changes depending on the state of the pa...

CJPeterson by Tera Expert
  • 1863 Views
  • 1 replies
  • 0 helpfuls

g_form.getReference returns an undefined value

I am currently trying to create a child ticket with all the information from the parent in it.Using the new button on the related list 'Facilities Request->Parent';the following client script is triggered: function onLoad() {     if(g_form.isNewRe...

Capture.PNG
Jon23 by Mega Sage
  • 23471 Views
  • 20 replies
  • 6 helpfuls

Resolved! Send email notification when priority has changed.

I want to send an email notification to "Assigned To" or "Assignment Group" when priority has changed. For example:Send notification when priority change from (1 - Critical, 2 - High, 3 - Moderate, 4 - Low) to (1 - Critical, 2 - High, 3 - Moderate, 4...

Resolved! Creating rich text type label

Unable to create a variable in rich text format, Receives error message that states invalid insert and 'variable names can only contain alphabets, numbers '_' characters. They must begin with an alphabet'