Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! how to Update Incident record work notes

Hello Can some one throw some idea for this requirement  We have a Inbound email action which will create a incident when sent to  our instance with some conditions  when ever we create an incident, as of now we are adding 2 groups in watch list and ...

RudhraKAM by Tera Guru
  • 5142 Views
  • 4 replies
  • 5 helpfuls

Outbound log missing request payload

I have created an Outbound REST Message, and added HTTP Headers for Accept application/jsonContent-Types application/json I also set  glide.outbound_http.text.content_types = application/json (I know this is supposed to be by default)glide.outbound_h...

find_real_file.png
bcote by Kilo Contributor
  • 1986 Views
  • 1 replies
  • 0 helpfuls

Create trigger rules for Major Incident

I need to create a trigger rule for major incident with following conditions.  1. CI is one of {a,b,c,d,e,f,g} 2. Incident created in last 15 mins. 3. Total count of incidents is > 10.  I can do filter condition for CI but where to code for other 2 c...

deesha by Tera Contributor
  • 3961 Views
  • 9 replies
  • 0 helpfuls

Resolved! Deleting a Duplicate Workflow

Hello Everyone,  I'm new to the ServiceNow Team, and I've created a bit of an issue for myself with Workflows. I am currently trying to make updates to our "New User Addition v2" workflow, and I've made a bit of a mess in the process. The "New User A...

LouisG by Giga Guru
  • 2823 Views
  • 3 replies
  • 5 helpfuls

Resolved! GlideModal closing

Is it possible to prevent a GlideModal Window from closing when the user clicks outside of the window? Ie. I want to force the user to click within the Modal. The GlideDialogWindow natively seems to have this feature but it doesn't display as nicely ...

chi-kwong by Giga Contributor
  • 6871 Views
  • 5 replies
  • 14 helpfuls

Resolved! Text BOLD

Hi All, This is an UI Policy script.  I want to make the text KB article as BOLD. How can I do that? Can anyone suggest. Thanks, Priya.

find_real_file.png
Joshuu by Kilo Sage
  • 5893 Views
  • 8 replies
  • 0 helpfuls

Resolved! How to set a particular color for field.

I want that when a particular form open , color of a particular field should be red. Ex:- On incident form I add a field name as color, Now I want its default value should be red.

coolsaurabh by Tera Contributor
  • 28336 Views
  • 14 replies
  • 13 helpfuls

Reference Icon Not Displaying

I'm having an issue with the reference icon not showing on a record. I verified that the glide.ui.reference.readonly.clickthrough in the sys_properties table is set to true. The puzzling thing is two fields are on the form that reference the same tab...

pwright137 by Kilo Expert
  • 6325 Views
  • 7 replies
  • 0 helpfuls

Unable to deserialize process plan from JSON - Flow

I am running into an issue with Flow. I have a flow set up to trigger when a new incident is created. In the flow I have an action that gets a string from a body of text. The test it gets back is between two words.  From there I pass that onto an act...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
KDev by Kilo Explorer
  • 6694 Views
  • 2 replies
  • 0 helpfuls

Resolved! Need time in hh:mm:ss:ms

Hi, I need to extract the time in below format -  hh:mm:ss:ms i.e I require milseconds also to be dispalyed along with hours/minutes/seconds.  Please suggest the approach. Thanks