We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

generate incidents with incoming emails

Hello, good afternoon,I wanted to ask how to generate incidents in ServiceNow through an incoming email. I've been checking some pages but can't find the option in my company's ServiceNow. Could it be that it's a paid option in ServiceNow? Or could I...

luisgerez30 by Kilo Contributor
  • 1277 Views
  • 3 replies
  • 0 helpfuls

Connection with SAP via scripted REST API

Hi, I have a requirement to create RITM when details are received from SAP and send the details back to SAP once the request is created and when the roles are provided in SAP, request should be updated with details. Need to implement the integration ...

Resolved! How to add variable on catalog task using run script workflow

I am using the below scriptvar scGr = new GlideRecord('sc_task');            scGr.initialize();            scGr.request_item = current.sys_id;                                              scGr.short_description = 'Task for Email All data collection.'...

SHALIKAS by Tera Guru
  • 1609 Views
  • 3 replies
  • 2 helpfuls

How to add mrvs variable in catalog task

I have a Multi Row variable set which has some variables in it. The mrvs has a variable instructions. I want to display this instructions variable in every catalog task created in the ritm. Also I am using workflow.How to do thisNote - We cannot make...

SHALIKAS by Tera Guru
  • 823 Views
  • 3 replies
  • 1 helpfuls

virtual agent and teams integration security

Hi,we are trying to integrate ServiceNow virtual agent with Microsoft. wanted to understand the architecture of integration and how the security component works?what level of security/what layer of security rules works?how the authentication works? i...