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

Forum Posts

Resolved! Migration from dedicated instance to MSP

I would like to understand the step‑by‑step process for migrating a dedicated ServiceNow SaaS instance to an MSP environment, including an end‑to‑end guide on preparing the MSP instance and performing the migration.

HeliosWu by Tera Contributor
  • 1836 Views
  • 4 replies
  • 1 helpfuls

Mass Closure - Problem Tickets

I am in the middle of a project to close out items that have become orphaned or aged out.What I found is there are 527 open Problem tickets going back as far as 2020.These are all being assigned to a group that has no members in it, and we have found...

Resolved! Prepopulate assets for user

I am redoing our exit alert and have the following in place right now Computer(s) assignedThis looks at the cmdb_ci_computer table for assets assigned to the user and is a list collector.What I want to know, is it possible that I just autopopulate th...

Application Picker-

1) am unable to set the visibility of application picker from zurich upgrade.  Preferences --? developer is missing2) Many users now do not see that anymore. is there any access restriction?

Priya123 by Tera Contributor
  • 746 Views
  • 5 replies
  • 1 helpfuls

Optimization of Virtual Agent timer

Hi Community, Good day. I am new to ServiceNow Virtual Agent and currently working on a chatbot. I have noticed that when a user selects an option in the chatbot (for example: Intune, Oracle, or similar choices), there is a delay of around 5 seconds ...

DevYadav by Tera Contributor
  • 640 Views
  • 1 replies
  • 0 helpfuls

Resolved! Change field label dynamically on a List View

Hello,I'm writing an onLoad client script to change field labels on a table dynamically based on the current domain (since adding the domain field to the field labels table didn't really work) and I've used the "g_form.setLabelOf()" function to chang...

Resolved! Cancel Changes Using Flow designer

Hi all,I want to develop a solution where i cancel all changes (including their change tasks), if they are in NEW state and have not been updated for the last 30 or 60 days (not too relevant).I created a scheduled job that works and i thought that ma...

El Cuchi by Tera Guru
  • 1266 Views
  • 5 replies
  • 1 helpfuls

Extend dmn_demand table to Task

Hello,Can someone please tell me how I can extend dmn_demand table to task. In the list view as shown below, the ACL prevents it to be updated. With in the table record, extends table field is hidden. TIA   

SnowAngel_0-1770239571325.png SnowAngel_2-1770239834873.png
Snow Angel by Tera Expert
  • 1202 Views
  • 5 replies
  • 2 helpfuls

SLA bulk Repair

Hi Team, I need to repair 20,000 incident records in bulk. I tried with a fix script, but it is not working as expected. Could someone please assist me with the correct script? // Bulk SLA Repair for Incidents(function() {var gr = new GlideRecord('in...

RakshithS by Tera Contributor
  • 634 Views
  • 1 replies
  • 0 helpfuls

How to disable Mobile UI and redirect user to ESC

 Somehow, an end user got redirected to the mobile UI on this link:   yourinstanceurl/$m.do#/home.I need to deactivate the mobile UI and redirect user to esc. Steps I have taken are:Updated sys property glide.ui.m_enabled   -Value : 'False'Created sy...