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

Forum Posts

There is a line in the portal of a catalog build I've just modified that appears to be from adding a rich text label. It breaks up the flow of the page, and I'm wondering if this line can be removed?

I'm modifying a catalog build for our service portal, and using a rich text label for a bulleted attestation list. The specs require me to include an acknowledgement checkbox, and the rich text label is creating a line that divides these two variable...

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
  • 1596 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
  • 2321 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
  • 3459 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
  • 6692 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
  • 7627 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  
  • 2008 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
  • 1753 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
  • 23087 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...