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.

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

Forum Posts

HRSD

All emails from email address registrar@ppsr.govt.nz and with subject "Financing statement registration - FS:" to be automatically moved to CLOSED CASES

Use system property in gliderecord endoced query

I have created a  system property that stores sys id. comma separated I have requirement to exclude these in gliderecord .the script is not working Script :var listOfVariables = gs.getProperty('variables_exclude');                var variablesArray =...

flag true/false depending on two field value

Hello, I dont' kow if I write in correct location but I will try:I need some help for this: When the user field changes, we will check whether the customer has visited the store at least once during the previous week and made a purchase; in this case...

madalinus1_0-1704995144256.png
madalinus1 by Tera Contributor
  • 643 Views
  • 7 replies
  • 0 helpfuls

Add 3 months to date.

Hi All,I'm struggling to add 3 months to an existing date field. The following code below should look up the user and add 3 months to their eligibility date.DELSetEligibilityOnAssignment();function DELSetEligibilityOnAssignment() {   var gr = new Gli...

arobertson by Tera Guru
  • 8612 Views
  • 24 replies
  • 11 helpfuls

How to add dropdown choices when deferring AVIT ?

When I try to defer an AVIT from the table sn_vul_app_vulnerable_item by clicking on the Defer UI action button on the top right, I am not seeing any choices under "reason".From what I am seeing, there is a UI Page named review_request that gets call...

IAR

Hi After training and testing. I should tune for me this option is disable how I can achieve this?

Vedavalli_0-1705467487302.png
Vedavalli by Kilo Sage
  • 247 Views
  • 1 replies
  • 0 helpfuls

Need help for Virtual Agent topic

I have a requirement of showing KB articles as choices in Virtual Agent based keywords entered by user. If user search for laptop then need to display the KB articles that contains laptop keyword in KB article Short Description or Article Body.  I ha...

Admin7267 by Kilo Sage
  • 273 Views
  • 1 replies
  • 0 helpfuls

Custom Action - Flow designer

I am working in FD where I created a custom action with REST Step and JSON Parser step. This custom action is supposed to be generic so that I want to use it in various flows and the Sample Payload data in JSON Parser step must be dynamic and be pull...

rohith1411 by Tera Contributor
  • 431 Views
  • 1 replies
  • 0 helpfuls

Proposed Method for Modifying OOTB Script Includes

Proposed Method for Modifying OOTB Script IncludesI have a method that I plan to use for modifying OOTB script includes. I'm looking for feedback on the method. What do you see as the upsides or downsides of this approach? Sometimes we need to modify...