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

Forum Posts

CAB definition information don't replicate on CAB meeting

Hello everyone, We tried to implement the CAB management for the change management team in our company but we faced an issue.When we created a CAB definition, filled fields like “CAB manager”, “Board groups”, “Board Members” or even the “Change reque...

Client Script

I'm new to ServiceNow 1.Write a code to print Caller : Manager , Location , Department ,Email with "GetReference".  2.Write a code to print Caller : Manager , Location , Department ,Email "without GetReference". 

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

Scripting

Recently I attended interview in MNC company.Panel is asked1.To write a code to identify  Caller : Manager ,Department ,Location using GetReference one method. 2.without GetReferenceAny idea without using GetReference to print Caller Manager,Location...

P1234 by Tera Contributor
  • 236 Views
  • 1 replies
  • 0 helpfuls

Visibility of group members

I want a solution  Suppose if I am manager of two groups L1 and L2  I want edit in group member in group L1 when I click edit on L1 group in  bucket L1 group people will be there and L2 people  should be visible in left on selection side and as manag...

anusham8800 by Tera Contributor
  • 355 Views
  • 2 replies
  • 0 helpfuls

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
  • 416 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