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

Forum Posts

Exist a way to verify a not audited change?

Hello team, recently one Record's Status was changed to "resolved" but don't exist any log record related to that change, we have verified the History, the sys_audit records, sys_script_execution_history and import_log to verify if it was change manu...

RodrigoC by Tera Contributor
  • 393 Views
  • 3 replies
  • 0 helpfuls

Mail script

There is a mail script which populates the variables Requested item number,Description and created on from task table. This is the mail script which is already present:var gr = new GlideRecord("task");gr.get(current.task_id);template.print("<br>");te...

spectura77 by Tera Contributor
  • 424 Views
  • 4 replies
  • 0 helpfuls

inbound email action script

hello, iam unable to create an Ritm  Via inbound email action as steps i followed 1. i have created an email distribution group as email xyz@gmail.com  2.And i created an inbound email action using cart Api where below code (function runAction( /*Gli...

Resolved! Need help for JSON formatting

Hi All, I am trying to fetch the variables and it's values populated while creating record producer in a server script.Using GlideRecord on the Record producer base table is not working. So, I am using GlideRecord on 'sc_multi_row_question_answer' to...

ITOM Discovery Schedules

Having a query: If my Discovery schedule is scheduled once a day for scanning the particular network having 10K CI's and and if 10 more CI's got added, will the schedule will scan all 10k +10 CI's or it will can only newly added one.Please suggest.

Visual task board

HiI have created a VTB there I have given the filter condition is assigned to is dynamic me. But when I click on my name it is not showing the cards which are assigned to me But for one issue I have approached servicenow team there they have created ...

Vedavalli_0-1718779325223.png Vedavalli_1-1718779469089.png Vedavalli_2-1718779593836.png Vedavalli_3-1718779651662.png

User Criteria not working for Catalog item

Hi All, I have created a catalog item and would like to make it available which matches the below criteria. If logged in user is Business Service owner, then the catalog item should be available for them.I am trying with the below script. But it is n...