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

Forum Posts

Resolved! Adding a Group to a Ticket Watchlist

Is there a way to add a user group to the Now platform's watchlist? For example: If I wanted to add all members of the HR group to the watchlist, I could select from a list of groups to manage rather than each individual name. If this isn't available...

find_real_file.png
dmullinax by Mega Guru
  • 2468 Views
  • 3 replies
  • 1 helpfuls

Good Idea? Auto-Numbering Import Set Runs

The sys_import_set_run table has a number field. What's more, its display field is its Number field. Now, what's curious is that it has auto-numbering disabled, apparently causing both A) its number field to be unmaintainted/empty, and B) all referen...

find_real_file.png find_real_file.png
JosephW1 by Tera Guru
  • 2870 Views
  • 3 replies
  • 0 helpfuls

Get values from MRVS

Is there any way to get values from MRVS?Specifically, I would like to have a record producer variable automatically populated with the result of a calculation based on the following MRVS values.In the screenshot below, I want to multiply the "金額" an...

find_real_file.png
miyu by Tera Guru
  • 9497 Views
  • 6 replies
  • 2 helpfuls

Resolved! I want to delete a specific user's role from scripting

i've tried this but its not working as we can't delete the record even from table ui level  also tried to switch to security admin and tried to delete it its not working basically we can't delete this record var gr = new GlideRecord('sys_user_has_rol...

Ravi Borade by Giga Contributor
  • 3418 Views
  • 7 replies
  • 4 helpfuls

Resolved! Add 1 day to a GlideScheduleDateTime

I am trying to update some cmn_schedule_span objects (move them forward one day). I understand that start_date_time and end_date_time are the fields I need, but these are of type GlideScheduleDateTime but stored as strings. However, I seem unable to ...