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

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

Forum Posts

Resolved! is using getUser().hasRoles() good form?

Hello,I've recently been digging into ACLs on our instance and I found a Read ACL on the sys_user table for user.* It current applies to anyone that meets the following conditions:if (gs.getUserID() == current.sys_id || gs.getUser().hasRoles()) ...

n_webb by Tera Contributor
  • 454 Views
  • 3 replies
  • 2 helpfuls

Please Select your issue message at start

In virtual agent I have tried many different things like creating very simple custom greeting setup topics, but I cannot get rid of the "Please Select your issue" message that pop up at the when a user first starts the virtual agent.  It shows up bef...

jMoxy by Tera Contributor
  • 372 Views
  • 3 replies
  • 1 helpfuls

Business rule not working on Software Catalogs

Hello, I created a business rule to run async, insert on the Software Catalog table. The goal is to auto-set the assigned topics, catalogs and categories on new software catalogs.(function executeRule(current, previous /* null */ ) { var TECHNICA...

SLA Issue for Re Opened Tasks

This is to resolve an issue with the SLA state for re-opened tasks in our assignment group(APP-GBL-COE Matrix SCM TMS FSS) and possibly other assignment groups as well. We observed that when a task is reopened, the state of the task defaults to Work ...

kamblepooja by Tera Contributor
  • 208 Views
  • 1 replies
  • 0 helpfuls

Mandatory resolution form in incidents

Dear Community,I am trying to add a pop-up form (or something similar) when technicians resolve an incident.It should be mandatory and they can't be able to skip it.Could you please guide me on which table or action do I have to set? Thanks!