Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Delete Role Public from Reports

Hello,I need to delete the Public Role from any reports in sys_report.   I have tried one report below but is not working.   Any assistance is appreciated. var reportrole = 'roles=public^title=App Service IDs';var report= new GlideRecord('sys_report'...

purdue by Kilo Sage
  • 1445 Views
  • 3 replies
  • 1 helpfuls

Resolved! Show custom field in global search

How can I add custom field (u_employee_id) to the Global search? My thought is, if the user is searching on Employee ID in the global search, it should produce results for incidents. 

Need to hide start/pause/stop icon from time worked field

 How can I hide or remove this icon?  I found a solution for just the incident table but would like to expand this to all task related tables and anything else that is utilizing the time_worked field.  Working solution for INC records via onLoad Clie...

MBarrott_0-1713208406744.png
MBarrott by Mega Sage
  • 1158 Views
  • 3 replies
  • 0 helpfuls

Assigning pa_contributor to a group

Is there a way to have a group be granted a pa_contributor role? The business requirement was to have members of a certain team able to manage the manual scores assigned to them.

Chio by Tera Guru
  • 755 Views
  • 2 replies
  • 0 helpfuls

Custom Fields for SAFe Scrum Task Table

Hello all, I have a requirement where I have to add some custom fields for a SAFe Scrum Task that is automatically created upon creation of a story. Is it safe to add some custom fields to the scrum task table? I plan on using a UI Policy that will u...

Recommendation: Glide record on database view

Need a recommendation or suggestion. I need to query a certain records by putting a filter two tables. I have a database view available on these two tables and i am able to query records from DB View with GlideRecord API. Is it recommended to use gli...