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

Forum Posts

How to setup ATF for CI/CD pipeline

We've been trying to work on CI/CD for our ServiceNow development and one key part of it is the Automated Test Framework. But almost on all resources released by ServiceNow about CI/CD pipeline, they all gloss over the ATF test suite part. Seems like...

JC S_ by Mega Guru
  • 4473 Views
  • 5 replies
  • 4 helpfuls

How to get a dynamic filter for scoped application

Simple request, one would think.   My requirement is to have a navigation module for 'My Sites' that are under 'My Projects' which have me or whichever user assigned to the project.   As per the Docs, standard dynamic filters are not available in sco...

dynamic filter.png
nealratner by Mega Expert
  • 5029 Views
  • 13 replies
  • 3 helpfuls

Maximum Characters length needed to be changed

Hey Guys, I am creating a form and I have a variable with list of choices. One of the choices is more than 200 characters which I can't type as the chaarcter is limited. How can I change the character length for a varibale choice list?  

Resolved! Send email after every 3 days

Hi Guys,I need to send the Pending UAT remainder mail after every 3 days if the change request is not updated.I have created a schedule job which is running daily.This job is running only on weekdays as i have checked the conditional checkbox on the ...

Problem from export large update set to xml file

Hello all,I tried do export an one large Default Update Set with have 44.000 lines to xml file, but I have a problem.The process are done succesfully, but the browser cannot open the window to download.I tried do export a minor Update Set and I have ...

UI Builder Custom REST Data Resource

Has anyone successfully added a custom REST data resource to UI Builder before? I'm able to add the REST data resource but for the last few hrs I couldn't figure out the correct JSON or String format for the REST DATA Broker "Parameters" field. My ge...

V_ Tran by Kilo Expert
  • 1650 Views
  • 2 replies
  • 0 helpfuls

Resolved! Update Approval Record in Flow Designer at time of Creation

We have created a custom field on the Approval table (sysapproval_approver) called "Approval Type".  We use this to differentiate all the different approvals that may be created by a workflow.  In the classic Workflow Designer, we used to populate th...

find_real_file.png
jmiskey by Kilo Sage
  • 2558 Views
  • 3 replies
  • 1 helpfuls

Resolved! response----[object XMLHttpRequest]

I am returning a sysid of record created from script include to UI Action using .toString();. Script Include : var tmpSys = grStory.insert(); //SOME LINES OF CODE gs.info('tmpSys------' + tmpSys.toString()); //PRINTS SYSID return tmpSys.toString(...

Kumar38 by Kilo Sage
  • 1577 Views
  • 1 replies
  • 2 helpfuls

Avoid Duplicate Approval Requests if it's the same approver

I will have a request form which have multiple checkbox around 50 checkboxes (support multiple selection). Each checkbox will have its own approver Mr. A, B, C, etc. and some of them are the same approver. I would like to set if the multiple checkbox...

Bird1 by Mega Sage
  • 1410 Views
  • 3 replies
  • 0 helpfuls

Resolved! get dateTime in local time

I need to calculate due date based on a schedule to assign SLAs to task. This script shows my current date time as+4 hours in future . var slaDays = 3; var startDate = new GlideDateTime(); gs.info('ABC--startDate---' + startDate); var days = parseInt...

Kumar38 by Kilo Sage
  • 2115 Views
  • 6 replies
  • 1 helpfuls