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

Forum Posts

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
  • 1821 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
  • 3483 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
  • 9112 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...