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

Forum Posts

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 Giga Guru
  • 1042 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
  • 6010 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
  • 1658 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
  • 722 Views
  • 2 replies
  • 1 helpfuls

Resolved! Fields not showing on Portal

I have a request that the only field that shows on the portal until a selection is made.  The field is Request Type, field choices are, New, Modify, Retire. Depending on what you select different fields and visible and mandatory. My issue is if you s...

Darlene York by Tera Contributor
  • 1767 Views
  • 2 replies
  • 1 helpfuls

Resolved! clickable link on email notification

I have an email notification I created and I have a random question, email ntification fuctions as intended but i want the number field on the demand form to auto autopopulated on the email notification  How can I achieve this  

find_real_file.png find_real_file.png
BKennedy by Tera Expert
  • 1200 Views
  • 1 replies
  • 1 helpfuls

Resolved! How to make setReadOnly function work for client script

Hi, I created a client script that is setting company field of an incident same as caller.company. The problem is that I want to set company filed of an incident readOnly after that, and that's not working. I searched for conflicting UI policies and...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png