Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Comma in names in List Collector not being displayed properly

Hi Team, We have a List collector field and we are trying to populate the Account names which have comma at places, this is treating it as another values and making it split.How to correct this behaviour Below is the list of account names with commas...

Ankur20_0-1726213618612.png Ankur20_1-1726213683203.png
Community Alums by Community Alums  
  • 462 Views
  • 1 replies
  • 1 helpfuls

Resolved! Email template to be override with quick message

HI Team, We have a blank email template with Logo ,when we select the Quick Message it should override the Blank email template.Can someone tell how to achieve this?

Community Alums by Community Alums  
  • 768 Views
  • 1 replies
  • 2 helpfuls

Calculated Integer Field value not showing in List view

I've created a new field on the Case Table called 'Days Open' (days_open). Type is Integer. I've created a Business Rule to calculate the amount of Days a Case is Opened based on the 'Opened' (opened_at) value. I'm seeing the correct value in the fie...

MStritt_0-1725914939639.png
MStritt by Tera Guru
  • 911 Views
  • 4 replies
  • 0 helpfuls

Get the oldest incident

Hi all, I'm trying to obtain the oldest ticket to show the age in a single score in a dashboard This is the script that I have: function getOldIncident (){var glideIncident = new GlideRecord('incident');glideIncident.addQuery('state',1);glideIncident...

Arely_0-1726012992557.png
Arely by Tera Contributor
  • 612 Views
  • 2 replies
  • 0 helpfuls

Resolved! Sending data from server to client

In below widget I want to send data to client side. Its not workingServer: var user = gs.getUser(); var roleCheck = user.hasRole("snc_internal"); var userGr = user.getRecord(); var x = gs.getProperty("glide.servlet.uri") + gs...

Rosy14 by Kilo Sage
  • 439 Views
  • 1 replies
  • 1 helpfuls

UI policy not working

Hello, I need your help here.When one of these check box are selected, label 'Select the Application' should meet its mandatory criteria and users should be able to submit request. How can i do this.. ?I tried with UI policy, but no luck. It worked o...

Akshata5_0-1726068858504.png
Akshata5 by Tera Guru
  • 321 Views
  • 1 replies
  • 0 helpfuls