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

Forum Posts

Important Dates

I'm looking to record important dates against ci's. At the moment the scope would be business services. But I'm talking about things like peak periods, marketing campaigns etc. These are dates that we may want to use in our Change risk calculations, ...

Michael272 by Tera Contributor
  • 793 Views
  • 1 replies
  • 0 helpfuls

Visibility of Group Members

I am the manager of two groups. When I try to add group members to those  groups, only the members of those groups should be visible to the manager in list view.

anusham8800 by Tera Contributor
  • 1327 Views
  • 6 replies
  • 0 helpfuls

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
  • 661 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
  • 526 Views
  • 1 replies
  • 0 helpfuls

Hide Row Conext menu options in workspace

Hi All,The "Duplicate" and "Delete Demand" options need to be Hide from the row context menu in the workspace. only 'admin' or 'sn_align_core.apw_admin' role users will be able to see. Attached is a screenshot of the current workspace for your refere...

Screenshot 2025-05-08 162420.png

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
  • 717 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   ...