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

Validate Date Range in Service Request

I have 2 dates that I need to validate the difference between and am stuck.Here is the requirements that have been askedDate 1 - can not be further out than TODAY + 21 daysDate 2 - can not be further out than 30 days passed Date 1 I was able to use a...

BrianSorensen_0-1711759861417.png

Share Report data in a form look - not data list view

Hello Community,Is there a way to create a document where each line of data in a Report list view is on its own page with the data shared looking like a Form, not a line of data?  We're trying to create Shipping reports to serve as Receipts for end u...

Gigi8 by Tera Contributor
  • 276 Views
  • 1 replies
  • 0 helpfuls

Resolved! UI policy script not working.

I have written a UI Policy script on a date field but that is not working. g_form.setDisplay('field_date', 'true'); Can anyone please help me out.

abhisek by Tera Contributor
  • 585 Views
  • 5 replies
  • 0 helpfuls

run script to extract value of a mrvs

Hello,this is for a catalogue item that has MRVS. we are processing approvals through a workflow and we are using a switch condition to extract the MRVS values. based on the selection i the variable,  the approvals should trigger. but it is not worki...

How to Print Timezone in Email Scripts

Hi, I using policy exception we have a field called expiration date. I have created email notifications in task table when the task is created. In task email notification I have to print expiration date along with timezone. I have created email scrip...

Arun91 by Tera Contributor
  • 399 Views
  • 3 replies
  • 0 helpfuls

Getting Error - MRVS Data fetch RITM to catalog item

 I am trying to copy the MRVS data from an existing RITM and put it in a new catalog item by using GlideAjax, and when I am trying to put the request in the cart or submit, it gives me an error: "Something went wrong on your request; it could not be ...

AmitNaik1_0-1711465057127.png
Amit Naik1 by Tera Contributor
  • 938 Views
  • 7 replies
  • 0 helpfuls

Mail Template Issue

Hi Team, I have a query regarding Mail Template, while we are uploading the Mail Template in the Notification, we need to update the button and URL which needs to be redirected to the Portal Incident view of SP and Needs to open for the end user. @Ch...

Modification of Propose Major incident

Hi,When we click on "Propose a Major incident" button a pop up appears seeking worknotes and business justification. I need to add few more fields along with this two fields. Since its OOB, am not sure can we add additional field in the pop up or how...

Ram1006_0-1710758244430.png
Ram1006 by Giga Contributor
  • 304 Views
  • 1 replies
  • 0 helpfuls

popup window once user login

Hello Experts,I have a requirement to show popup window once user with a specific role login.Have written below script, but it didn't work, can you please help me here?UI Script: Globalvar ga = new GlideAjax('ClientUtil');ga.addParam('sysparm_name', ...

KarankiS by Tera Contributor
  • 547 Views
  • 2 replies
  • 0 helpfuls

GlideDateTime gives weared result

Hello Friends,I am getting some weird value in GlideDateTime query. When I am viewing the list view, the duration filed is showing correct value. But while we are pulling the data of that specific field in the reports, we can see a weird result. Scri...

Community Alums by Community Alums  
  • 322 Views
  • 1 replies
  • 0 helpfuls

Walk-up Experience appointment scheduling

Is it possible to config a location to allow a service desk agent to create an appointment but not show the location on the portal.  Basically, only agents could schedule - not end-users. Thanks - Mark.

Mark Cole1 by Mega Guru
  • 770 Views
  • 1 replies
  • 0 helpfuls

Resolved! Incident Average Time to Acknowledge

I have been tasked to create a report that shows the Average time it took the NOC to acknowledge an Incident (state change to In Progress). I've tried to use the "Incident SLA" table & the "Metric Incident" tables and the report returns No data to di...