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

Forum Posts

Resolved! What condition to be used in Flow for multiple child task closure

Hi All, I have a situation where I want to create couple of catalog tasks under RITM once initial 8 catalog tasks are completed through Flow.I am not sure what condition to apply to be able to check if all tasks are closed to be able to create new ta...

Naushad1 by Tera Contributor
  • 1645 Views
  • 6 replies
  • 1 helpfuls

How to get previous value in email script

Hello All,I have requirement like when the catalog item is update then the notification will get trigger with following details.Previous Catalog Item Name: Test Catalog ItemNew Catalog Item Name: XXXXXXPrevious Category: OfficeNew Category: XXXPrevio...

akash_1998 by Tera Contributor
  • 678 Views
  • 1 replies
  • 0 helpfuls

Worknotes checkbox and journal toggle not visible

Work notes journal field is not visible on the page.  Can anyone help me to figure this out?  I have verified there is only one activity filter which is what I have seen a lot of people say is the root cause.  Please let me know if there is any addit...

jaubert_0-1707399633918.png jaubert_1-1707399745823.png
jaubert by Tera Guru
  • 548 Views
  • 5 replies
  • 0 helpfuls

Notification not working in scoped application

HI, I created a scheduled job in scoped application which based on the expire date email will be sending in advance for alert.the day calculation i havent shared here, but i am able see the logs but notification is not getting triggered. For example ...

Translate special characters from Rich Text field to Plain Text Field

Hello Everone, We have two fields, one custom field (rich text) and the other out of box field (plain text). We have a requirement to transfer from the rich text to the plain text field.  The data is copied as HTML codes rather than the actual charac...

DK18 by Kilo Contributor
  • 1673 Views
  • 6 replies
  • 2 helpfuls

Resolved! How to restrict users from modifying User and CI record with ITIL role

HI Team,We have a requirement to provide ITIL role to groups but its causing the group to modify the User and CI record because of an OOTB ACL.Due to some reasons we cannot remove the ITIL role, is there a way we can restrict the modification of User...

Community Alums by Community Alums  
  • 511 Views
  • 4 replies
  • 0 helpfuls

Resolved! Incident Status Bar

I noticed on another instance of SNOW that within the incident Ticket there was a status bar ( in the shape of connecting arrows) which shows the different levels of status for the ticket. Such as Assigned, Work in Progress, Resolved, Closed. And whe...

dvientos by Kilo Explorer
  • 3028 Views
  • 2 replies
  • 1 helpfuls

Resolved! Issue with comparing values in Flow

Hi All, I am working with flow and I have an item where I have Lookup Select Box which looks like:It has been created like that cause in variable I need values from field 'Operating system'But now I have an issue cause I need to add in flow condition...

Kasia5_0-1707392645669.png Kasia5_1-1707392839745.png
Kasia5 by Tera Contributor
  • 584 Views
  • 2 replies
  • 2 helpfuls

Resolved! Change color of helptext

I want to change the color of the help text under the field from red to dark blue, but can't seem to find where the help text is located. Can you give me a hand?  

Untitled.png Untitled1.png

Run script updating a field 2 times

Hi Community, A run script is updating a field 2 times. Here is the code. //get sctask numbervar sctnum = '';var sct = new GlideRecord('sc_task');sct.addQuery('request_item', current.sys_id);sct.query();if (sct.next()) {    sctnum = sct.number;}if (c...