Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

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
  • 1855 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  
  • 579 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
  • 3110 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
  • 644 Views
  • 2 replies
  • 3 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...

Resolved! Selecting a change request with an interactive filter

Hi, I want to select a change request or more beeing active on a date I define with an interactive filter e.g. today. My concern is that not all changes running today are displayed. I build my filter this way: work_date, start_date and end_dateIn my ...

chrifan by Mega Expert
  • 916 Views
  • 3 replies
  • 1 helpfuls

Where are email logs stored indefinitely in ServiceNow?

I require assistance in identifying the table name within ServiceNow where email-related details, specific to a record, are stored. For instance, when an email is sent from a workspace linked to a particular record, this action is recorded under acti...

Need help to create report on sys_trigger table

Unable to create a report on sys_trigger table as that table is not found in reports tables list.Please suggest to create a report on this table@Ankur Bawiskar  @Sandeep Rajput  please suggest 

Snow User4 by Tera Contributor
  • 924 Views
  • 5 replies
  • 1 helpfuls