Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

Resolved! Restrict Variable Value to a Specific Format

Is it possible to restrict a variable's value to look like this: RQ-12345678.  The user must always enter 'RQ-' and then 8 various numbers?  If so, what does the script look like? Thank you!

MMT3 by Tera Contributor
  • 822 Views
  • 2 replies
  • 1 helpfuls

Transform Map

When we create a transform map on incident table , there is an out of box notification that gets generated. Is it possible that this notifcation is not shown to assignment group members.

Gaurav69 by Tera Contributor
  • 339 Views
  • 1 replies
  • 0 helpfuls

Dashboard filter not works for the group members.

I have created a dashboard in HR Core application. And shared a reports with 2 groups with set of users but for one group dashboard filter is not works on reports data shows 0 records or count and for other group filter works properly fine. How can i...

Mayur_0-1715338338468.png
Community Alums by Community Alums  
  • 480 Views
  • 1 replies
  • 0 helpfuls

Not all data labels show on a bar graph

I have a question about data labels not showing on bar graphs. One one, all the stacks have a data label, yet on another graph, some don't. Both are configured exactly the same way. Is there a way to force it to show all the data labels? I have an ex...

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
  • 928 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
  • 783 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...