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.

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

Forum Posts

approval getting marked as no longer required

For Standard Change proposal, the ask was to have 2 level of approval.1. Change Manager group approval2. Department head approval.Second level of approval is triggered once the change manager approval is approved.Once any user approves from the chang...

Daemon1_0-1746690480367.png
Daemon1 by Tera Contributor
  • 458 Views
  • 2 replies
  • 0 helpfuls

workflow

Hello I would like to know why I can't test my flow with the records in the flow designer. It doesnt show any records to be tested  

client script

1st:function onSubmit() {   //Type appropriate comment here, and begin script below   var getJoiningDate=g_form.getValue('u_joining_date'); //get the value of the Joining Date    var todayDate= new Date();  // Create a Date object for today's date   ...

Resolved! Best practice for max number of users in group

Hi Everyone,  We have a ServiceNow group with 40k+ users to provide basic roles like filter_group, report_group. Want to redesign this approach so to avoid issues around incident assignment to this group or notifications  Is there any standard way in...

client script onsubmit

1st:function onSubmit() {   //Type appropriate comment here, and begin script below   var getJoiningDate=g_form.getValue('u_joining_date'); //get the value of the Joining Date    var todayDate= new Date();  // Create a Date object for today's date   ...

Read ACL not working as expected

Hi,I have created a read ACL on 'u_test' table with 'test_read' with Admin Overrides unchecked. Also validating in the script that users only with 'test_read' role can read the 'u_test' table records.But Admins without 'test_read' role can still read...

SrinathReddy_0-1746682492150.png SrinathReddy_1-1746682735693.png

Continual Improvement (CIM) - Implementation - new

We're going ahead with this implementation.Great documentation in NowCreate -- Power point- Starter stories-  Will be including the ATF tests, but ran manually However, not able to find a 'project' asset to import.Does anyone know where I could find ...

Diane22 by Tera Guru
  • 507 Views
  • 2 replies
  • 2 helpfuls

How to call a flow from another flow in ServiceNow

Hi, I have a catalog item one all the flow is completed I need call another flow  I am giving if condition as task is complete then start the flow  How can I add the flow ? Any suggestions! Thanks in Advance!!

hemanth16_0-1665585795327.png
hemanth16 by Tera Contributor
  • 4604 Views
  • 8 replies
  • 2 helpfuls

populate change task fields from change request

I am trying to create a BR to do the following however can't get this to work, I have tried both before and after insert (see script below), all I am trying to do is: When a change task is created from a change request the following fields on the cha...

Scotty88 by Tera Contributor
  • 1209 Views
  • 8 replies
  • 0 helpfuls