We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

UpdateSet Commit Order

Hi. I am planning to create multiple UpdateSets and commit them to the validation environment. I had one question, If I create multiple UpdateSets, how do I commit them to the validation environment? Commit in order from the oldest UpdateSet creation...

d-aizawa by Kilo Sage
  • 1411 Views
  • 5 replies
  • 4 helpfuls

Resolved! How to call a Flow from another flow

Hi team, Can someone please help me on how to trigger a flow from another flow. I have an existing flow as "XYZ". I have created new flow "ABC" and in the new flow i have a trigger condition and an Action. I have stored the script below in the action...

Hi All, I am working on one of the Order guide form. I have close completed all the RITM'S and also related task but REQ request status is showing Approved.

Hi All, I am working on one of the Order guide form. I have close completed all the RITM'S and related task but REQ request status is showing Approved. but When I close complete all the RITM's then the main REQ states should be close complete right? ...

find_real_file.png find_real_file.png
vinuth v by Tera Expert
  • 845 Views
  • 2 replies
  • 0 helpfuls

Resolved! Schedule job script to get field value from user table

I've  created birthday (u_birthday) field in user table (sys_user) which stores users birth date. I want to send emails to the users whose birthday is in this month only. var users = new GlideRecord('sys_user');users.addActiveQuery();users.query();wh...

Dee S by Tera Guru
  • 1571 Views
  • 17 replies
  • 2 helpfuls

Hiding catalog item field

In the catalog item .I got a requirement to hide a field based on the user business unit and if it belongs to the list of business unit then assign it default value of yes.What approach should i should use Catalog client script or UI POlicy.

Resolved! how to use LIKE in query

Hi,  I have this query and instead of using LIKE and sysid i need to use LIKE and the var product. What is the right way to replacing the sys ID with the variable product? u_allowed_duplication is of a type list and its a reference to a table, so i n...

Alon Grod by Tera Expert
  • 7540 Views
  • 5 replies
  • 3 helpfuls

Email notification using List Collector Field

We have a custom field on a table that is a list collector.  When the work notes are updated on a record, we need to send a notification to all users in the list.  I've been trying to do this with an event and business rule but it isn't working.  The...

Cindy26 by Tera Expert
  • 2893 Views
  • 13 replies
  • 0 helpfuls

Resolved! Update field type to Phone Number from Phone Number E164

Hi Team, I have accidently changed a Phone number field (in Sys_user form) to String and again when I want to change it to Phone number field it showed me only Field type =  Phone number(E164) , which in turn showed like below but need to update thi...

find_real_file.png find_real_file.png
Lean S by Mega Expert
  • 1192 Views
  • 2 replies
  • 1 helpfuls