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

Forum Posts

When form loads manager details needs to be populate

HI Community, I have a requirement, need to populate the manager details in Is manager (list collector) field when the form is loaded.In the catalog form there is variable set field named Requested for in that field when user opens the form in portal...

suuriya by Tera Contributor
  • 352 Views
  • 5 replies
  • 0 helpfuls

Resolved! onChnage script needs to work iteratively.

function onChange(control, oldValue, newValue, isLoading) {    if (isLoading || newValue == '') {        return;    }      var sysid = g_user.userID; //get current user sysid    var ga = new GlideAjax('global.Check_user_group'); //script include name...

Shidhi by Tera Contributor
  • 295 Views
  • 3 replies
  • 1 helpfuls

Order Guide / Catalog & process

Hi All,Im wondering if this is possible. And how I can achieve this!I have created a order guide for a new user – it has 3 different calalog options depending on what they select. Once the order guide is submitted –It creates the request, once approv...

Need to highlight text in Add attachments in Service Portal

Hello,I would like to make Highlighted text visible in "My instance" like what it displays in the "PDI instance". (ref. screenshots). Currently it appears in My instance but the text colour is not visible.Can someone please guide me on this part? Tha...

Community Alums by Community Alums  
  • 338 Views
  • 3 replies
  • 0 helpfuls

Colour a field if it has any value

I'm trying to colour a field when it has any value in it. I've tried using Styles, UI Policy, Client Script but I can't get it to work. Here's what I tried in client scripts: function onChange() {var fieldName = 'caller_id'; // Replace 'caller_id' wi...

Eduard B1 by Tera Contributor
  • 521 Views
  • 7 replies
  • 0 helpfuls

Integration Interview prep

Lets try to understand real time scenario, Suppose you have requirement to integrate slack with ServiceNow So that it automatically creating an incident in ServiceNow when a customer sends a message on Slack. So first you need to check Technical ...

Prataps135 by Mega Sage
  • 251 Views
  • 1 replies
  • 1 helpfuls

Resolved! Knowledge Import Articles label change

Want to change the label on the Knowledge Import Library page back to 'Knowledge Base'Some has changed it to 'Resource Libray' and would like to change it back to 'Knowledge Base'  

BretSmith_0-1703120810919.png
Bret Smith by Giga Guru
  • 581 Views
  • 14 replies
  • 1 helpfuls

Several Topics Match Utterance

Hello, When a user enters an utterance and it matches more than one topic, a list of matches is displayed. The last item displayed is "I want something else". I would like to customize this list and add another option. Is this possible?

Raj64 by Tera Guru
  • 279 Views
  • 3 replies
  • 1 helpfuls

Resolved! Not able to fetch value from Hardware table

Hi Team, Initially a String Field was created on alm_hardware table with some choices.Now as per the requirement we needed to create the same field on alm_asset table so that in future if other child class wants to leverage the same, it will be feasi...

Community Alums by Community Alums  
  • 277 Views
  • 2 replies
  • 0 helpfuls