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

Forum Posts

Resolved! Attach Knowledge to catalog task

Hi,I want to attach knowledge articles using Attach Knowledge formatter on the Catalog task form. This catalog task is created by a Scheduled Job.How can I achieve this? Thanks in advance.

Exporting dashboards into pdf

 Hey everyone Service now has feature where I can export to PDF my entire dashboard, I am trying to get started automating this process, Is there any way I can create a custom script that would utilize the export feature on the dashboard and then pro...

Screenshot_1.png Screenshot_2.png

Current Status Filter

Hi,I have on my portal outage's that everyone on the portal can see.I want to make the outage available to see only if i am on a specific groupThank you all  

YahavMor_0-1731585190964.png YahavMor_1-1731585206737.png YahavMor_2-1731585227685.png
Yahav Mor by Tera Contributor
  • 359 Views
  • 4 replies
  • 0 helpfuls

Edit fields on Service Operations Workspace

Hi everyone,I am new to Service Operations Workspace. Can someone place guide me how to edit the field on default RITM page. PFB screenshot for reference. I need to use custom field on sub category populating on the form.  

Sarabjeet1_1-1731581661426.png
Sarabjeet1 by Tera Contributor
  • 921 Views
  • 4 replies
  • 1 helpfuls

Resolved! Scheduled job is not working for Business days

Hi, I am working on requirement from user to trigger a notification to user three working days before due date, next working day after due date, four working days after due date, and five working days after due date and it should not trigger a notifi...

devendra9 by Tera Contributor
  • 446 Views
  • 1 replies
  • 1 helpfuls

UI Action to assign Incidents to Problem

I would like to create a list choice UI Action on the Incidents table where a user can select multiple Incidents, then select "Assign to Problem" from the Actions on Selected Rows drop-down and then a List Choice box of all Problems will appear for t...

sys property call into ui action

Hi all,In sc task form have ui action button, The button called create story. When i click on create story then assignment group auto and product and cmdb_ci and theme populate in story based on assignment group. I have written the sys properties  Sy...

Tharun13 by Tera Contributor
  • 257 Views
  • 2 replies
  • 0 helpfuls

Transfer data of 3 tables to the final 4th table

Hi Community, I have 3 custom tables which contains data from external sources. I have 4th table as the final table which contains same fields as these 3 tables.  I want to transfer the data of these 3 tables into the 4th final table. Whenever data i...

Resolved! script is not working

Hi All, var matchFound = false;var queueId = $sp.getParameter('location_id'); // Get current location IDvar gr = new GlideRecord('wu_location_queue');gr.addQuery('sys_id',queueId);gr.query();if(gr.next()){var gr1= gr.name;if (gr1.startsWith("Ben")){m...