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

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

Forum Posts

How can I view Knowledge against a Service Request

I have Service Requests and I have Knowledge Articles. I want my agents to be able to see the KB that relates to the SR when they are fulfilling that SR. I've enabled the Knowledge Article related list on the Service Request form and I've related the...

find_real_file.png
spike by Mega Sage
  • 1552 Views
  • 3 replies
  • 0 helpfuls

Resolved! Allow only xl sheet format as attachment for a catalog item.

Hello SNC, I want to allow only xl sheet format as attachment for a catalog item. I wrote the below script but it seems not working.  Any advice? function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { ...

Kingstan M by Kilo Sage
  • 1690 Views
  • 5 replies
  • 0 helpfuls

report on account expire in 30 days

Hi Team, I am trying to create a flow designer to lookup list of users account expire in 30 days ( screenshot below ) But is it showing all the users whose account expire in 60 days and more. Kindly advise how we can only show the account expiring in...

find_real_file.png
Bijender by Tera Guru
  • 1322 Views
  • 2 replies
  • 0 helpfuls

Resolved! Refresh ui page without reloading it.

Hi All,   I have a requirement where i need to give specified time to user to review the form. when user clicks on alert button then my ui page should refresh. So that i can get all default values that was there on that ui page and my timer can resta...

find_real_file.png
Nikita9 by Mega Expert
  • 7517 Views
  • 19 replies
  • 4 helpfuls

Change Verification Process

Hi All, i have 2 custom fields in my change form as mention below  "Change Verification" with dropdown with these values (Successful, unsuccessful, Partially successful, Successful with issues)  and Change Verifier name -(Same tab like watch list) is...

find_real_file.png find_real_file.png
shidhartha by Tera Contributor
  • 1697 Views
  • 5 replies
  • 0 helpfuls

ServiceNow email servers

Hi: How do I find out the list of email servers our ServiceNow instance has? Thanks

ritaaudi by Tera Contributor
  • 1063 Views
  • 1 replies
  • 0 helpfuls

Resolved! How can you disable a maintenance or blackout window

Is there a way to make in active a maintenance window or blackout time frame when applied to the Change Request module.   Most all other areas of ServiceNow give you the ability to make something "inactive".

Resolved! Import Set API response ? How to modify ?

Hello Guys,  I have just simple question on you. I have simple staging table with its transform map, when I am doing test payload through import set api in REST API Explorer. I am getting 201 - created. Thats completely fine. Everything is working fi...