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

Client Script (on change) - update current record??

Hi All,Im currently doing some work to help the service desk diariise actions.E.g.If a customer requests a call back at a particular date and time regarding an incident.I have added a 'next action due' date and time field which is on the incident for...

Rshear by Kilo Expert
  • 6506 Views
  • 3 replies
  • 2 helpfuls

CSS for links in email notifications

Hi All,How to set the color for ${URI_REF} in email notifications. By default it is coming in blue color. I kept text color as red by using Rich HTML editor but it is coming as blue only in emails.Any idea on this?

Resolved! After submitting Incident, Client Script stops working

Hello,         I have a couple onChange Client Scripts that set two reference values based on other choices on the Incident form.   When a new Incident form is loaded, making changes to the Type, Subtype, and Category boxes will auto-populate our Bus...

find_real_file.png find_real_file.png find_real_file.png
cwmurphy by Mega Expert
  • 6936 Views
  • 15 replies
  • 4 helpfuls

Resolved! Dynamically get image into the page

Hi Everyone,Im unable to   get the image dynamically onto the page.How can I do it in servcienow?your suggestions will be helfulRegards,

kavyahv by Kilo Contributor
  • 6615 Views
  • 8 replies
  • 2 helpfuls

Why does g_user not work on UI Page client scripts?

I have been working on something to do with a UI Page and I am curious as to why the g_user commands (for example "g_user.userID") are not working in the UI Page Client Script box.Is there any particular reason for this? I think that knowing the answ...

awright by Kilo Expert
  • 7373 Views
  • 9 replies
  • 3 helpfuls

Resolved! Pending to Active state based on Due Date

I feel as though this should be a simple task but I am not proficient at scripting yet. I've not found anything quite spelling it out for me as to how to script it well.BackgroundI have a workflow running on the Incident table who's purpose is to sto...

Community Alums by Community Alums  
  • 6182 Views
  • 8 replies
  • 0 helpfuls

Checkboxes Not Changing Value

We have a strange issue. Our incident table seems to be corrupt. We are now unable to change the value on any check-box. But let me clarify. The user can click and change the check-box, but the value behind the check-box doesn't change. So if the che...

raprohaska by Kilo Guru
  • 6436 Views
  • 14 replies
  • 1 helpfuls

How to change the state when "due date" is reached?

At this moment we have a "substate" called "Planned".Also i have a sperated field called "Planned_Time".Now the goal i want to achieve is that when this time is reached the "substate" will be empty and the "state" will be changed to "Assigned".Is the...

berrykloes by Kilo Explorer
  • 3705 Views
  • 2 replies
  • 2 helpfuls

Resolved! Report in iFrame without buttons, etc.

Hi,I have created an iframe with a link to a published report, to be placed on a CMS/ESS site.That was the easy part, i have used the following URL: sys_report_display.do?sysparm_report_id=850179c20f1e7900e4b279f692050e58The thing is, that the report...

raulron by Kilo Expert
  • 4698 Views
  • 6 replies
  • 3 helpfuls

Resolved! New to SOAP, no clue what I'm doing

TLDR; Given a provided SOAP Message Function from a downloaded WSDL, how do I successfully add in message headers?First time working with SOAP and I'm completely lost on what is going on. Why the heck can't everyone supply a REST API...?Anyways, I'm ...