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

Forum Posts

Resolved! Pop-up message on button - Widget

Hi SNow experts,Is there a way to add a pop-up message or a modal window when i clic the submit button?Note: It's a widget. Thanks in forwards,Leo

find_real_file.png

Resolved! how to get field values throgh mail Script

Hi Everyone, I am Developing Notification Now. I need to get the filed value(u_platform_type) from custom table (u_platform) though the mail script. Can you help me on mail script.. Thank you.    

Siva82 by Tera Expert
  • 2643 Views
  • 5 replies
  • 2 helpfuls

Resolved! How to set the records in table format

In continuation to this question   https://community.servicenow.com/community?id=community_question&sys_id=7e3e79861be2cd50d018c8ca234bcb9c I am getting output as "INC0000001RITM0010001" but I am excepting output as..{table format}   Number  INC00000...

Sathwik1 by Tera Expert
  • 1345 Views
  • 5 replies
  • 3 helpfuls

Resolved! How to pass event values to the notification?

Hi Team, In a schedule job I had an event, and in the event through array I am passing two numbers... so how can I get those numbers in notifcations. while(gr.next()) { arr.push(gr.number); } gs.eventQueue('trigger.an.event', gr, arr); Now arr contai...

Sathwik1 by Tera Expert
  • 2135 Views
  • 12 replies
  • 4 helpfuls

How to Retired a Knowledge Article that hasn't been Published

We have a ton of knowledge articles submitted over a year when there was no Knowledge Manager processing submissions What is the best way to retire, or make them inactive/closed out if they were never Published but are not valid now? Do we have to Pu...

find_real_file.png
carlav by Kilo Guru
  • 1761 Views
  • 5 replies
  • 0 helpfuls

Performance Analytics Job Throwing an Error

Hello All, I have a requirement to get the total number of incidents being resolved within 15 minutes of their creation using PA Indicator which will in turn be used in the formula Indicator to calculate further based on needs.  I've created the belo...

find_real_file.png

Resolved! Query condition for between start and end date

Hi, I have a requirement to get the records count which was created between start and end date using fix script. It was worked, when I try the below query condition using static way like directly added date and time. var incident = new GlideRecord("i...