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

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Make Operational Status dependent on Status field on CMDB_CI. Showing numeric value in dropdown as 2 in Operational status.

Numeric value getting set whenever trying to make "Operational Status" field on cmdb_ci dependent on "Status" field.  Screenshots capture below are from my PDI. This is OOB install_status field on CI table, I have disable other values as per my requi...

Resolved! how can i trigger an event from schedule job

var gr = new GlideRecord('u_email_object');gr.addActiveQuery();gr.addEncodedQuery('u_expiration_dateBETWEENjavascript:gs.daysAgoStart(0)@javascript:gs.endOfNextWeek()');//query above would find records active whose expiration date field value is toda...

anoopr77 by Kilo Explorer
  • 13166 Views
  • 15 replies
  • 3 helpfuls

Resolved! Show Workflow Related Link

As an end-user, I can see the "Show Workflow" related link on requested item self service view. According to you, is it a best practice to hide it? As an admin, I want to see, but as end-user I dont want to see it or go see technical workflow element...

find_real_file.png
Anna L by Tera Contributor
  • 4704 Views
  • 6 replies
  • 5 helpfuls

Resolved! How to make image enlarge on double click

I'm inserting a image as a thumbnail in an article and want the image to show up in original size when it is double clicked. I see some images in ServiceNow educational courses that'll expand when I click on it. Currently, if I just insert an image a...