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

Forum Posts

Resolved! How does your organization deal with Stale CIs?

Do you change the status of a CI after a period of inactivity?    We leverage the Operational Status field, I was thinking of changing the status of a hardware CI to non-operational after a period of 90 days or so using the staleness metric in the CM...

Batman3 by Mega Expert
  • 3177 Views
  • 2 replies
  • 3 helpfuls

Resolved! Need help with knowledge article versioning

I am hoping someone can help with the below issues we found when testing knowledge versioning.   We have tested Knowledge article versioning in our test environment and at this time we can't use it because: As soon as an article is checked out an app...

denwil by Kilo Contributor
  • 1515 Views
  • 1 replies
  • 2 helpfuls

How to attach new workflow version to old records but the new workflow should start from the stage where it is stuck in old workflow

Hi All, Following is the scenario: We have no.of records stuck in particular stage in workflow (e.g branch because of not handling the conditions well). Now what I want to do is "Attached new workflow version to all records but the workflow should st...

Kiran87 by Kilo Explorer
  • 1391 Views
  • 4 replies
  • 0 helpfuls

How do you export audit history?

I am trying to follow the SN documentation on https://community.servicenow.com/community?id=community_article&sys_id=215d6629dbd0dbc01dcaf3231f96194a where you build the original export of records (which we're exporting Incidents and importing them a...

e_wilber by Tera Guru
  • 3127 Views
  • 1 replies
  • 0 helpfuls

Changing the default font in service portal

Hi    I'm following the steps to include a custom font (Montserrat) from google fonts here is the article: https://community.servicenow.com/community?id=community_blog&sys_id=c95d2629dbd0dbc01dcaf3231f9619ed And I went to the portals and select my sp...

find_real_file.png
Firas by Kilo Contributor
  • 8370 Views
  • 1 replies
  • 5 helpfuls

gs.setRedirect() not working in after BR

I was trying to redirect a user to  some other form after update in incident form. I wrote an after BR in the incident table and added gs.setRedirect('/change_request.do?sys_id='+some_sys_id); It updated the record but didn't redirect the user. Also ...

GlideStringUtil in Scoped Application

Hi I'm running into an issue using GlideStringUtil. I'm getting this error Server JavaScript error Cannot find function base64DecodeAsBytes in object function GlideStringUtil() { [native code, arity=0] it works when I run it in a widget in public, bu...