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

Catalog item

Hi Team,I have a requirement. I have a catalog item which has a multi row variable set 'Impacted CI' having 2 single line text variables 'Name' and 'DNS Domain'. This catalog item is having flow designer. Requirement is: ServiceNow will need to searc...

abhisek by Tera Contributor
  • 234 Views
  • 2 replies
  • 0 helpfuls

Dashboards in Platform analytics

Incident TabActive IncidentsActive Incidents by PriorityActive Incidents with ReassignmentActive Reopened IncidentsActive Incidents AgingAvg Time to Resolve IncidentsActive Incidents by Assignment GroupActive Incidents by Configuration ItemActive Inc...

Resolved! Translate GlideQuery into GlideRecord

Hi All, I want to replace GlideQuery with Gliderecord, can someone please help me with the translation. Specially, with the 'select' query part GlideQuery/ existing script : var obj = {}new GlideQuery('sc_req_item')    .where('active', true)    .wher...

Ankita9793 by Tera Contributor
  • 235 Views
  • 3 replies
  • 0 helpfuls

Resolved! Restricting field addition in list view

Hi all,I had a requirement to restrict a confidential field (example: hidden_field) to be added in list view.I dont have access to ACLs. Is there any other way to restrict fields to be added into list view through personalize icon without ACLs?

GlideQuery - Querying ritm variables

Hi all, I need help with below scheduled job script, where i'm trying to query ritm variables. I understand, GlideQuery does not support querying on ritm variables so join has to be used. I have updated my code with join but it does not work, Please ...

Ankita9793 by Tera Contributor
  • 413 Views
  • 4 replies
  • 0 helpfuls

Resolved! external link as dynamic link

How to add an external link as dynamic link in servicenow email template in flow designer? I am sending  an email and the link in the email body which is attached should be dynamic which is not a servicenow link

Apaul by Tera Contributor
  • 576 Views
  • 7 replies
  • 1 helpfuls

Need help on adding additional comment via script

Hi,I have written this BR which is before on sys_attachment table, restricting user from deleting an attachment once the request is submitted, I want to updated an additional comment which is not happening at this moment(function executeRule(current,...

Tanya10 by Tera Contributor
  • 280 Views
  • 4 replies
  • 0 helpfuls

URGENT :Calculating Duration of an SCTASK & RITM.

I  want to calculate "duration" for task & RITM"For incident, we can calculate "duration", but I can't calculate it for task.If the item is Open:Display the time elapsed from the request submission date to the current date.If the item is Closed:Displ...

Mounika B1 by Tera Contributor
  • 580 Views
  • 11 replies
  • 0 helpfuls

204 error in Worker API

Hi Team, We are trying to fetch data from workday using get worker API and in Look up employment info data stream we get error  "Execution halted because the getNextPage pagination variable was set to false" can you help on this Please    

preethigovi_1-1750865984613.png preethigovi_2-1750866006317.png preethigovi_0-1750865968367.png
preethigovi by Tera Contributor
  • 283 Views
  • 1 replies
  • 0 helpfuls

UI policy Conflict

I have two Location Category options: Airport Location and Town Office Location.The Location Action options are: Create, Modify, and Deactivate.I also have a third variable, Location Type, with the values: None, Terminal, Floor, Room, and Rack.I want...