Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Unable to personalize list column

Hi experts, I am facing an issue at the time of personalizing list columns.When I click on the gear icon it shows empty slush bucket though I have admin role.     and when I right click on the left slush bucket and select inspect at that time I found...

find_real_file.png find_real_file.png
_Gaurav by Kilo Sage
  • 2795 Views
  • 6 replies
  • 1 helpfuls

Resolved! Fulfiller to Business Stakeholder

Dear Community, I would like to convert a few fulfillers into business stakeholder license. What i did was add the business stakeholder role to the group containing users. My question is now there are fulfiller roles as well in the group. Does this n...

Megatron1 by Tera Contributor
  • 5584 Views
  • 5 replies
  • 5 helpfuls

Resolved! Hide field on open record preview

Hi, How to hide field on preview icon open record . I used ui policy so it was hidden on form but how to hide on open record preview. Can anyone help me on this please. Thanks in advance.

Community Alums by Community Alums  
  • 1488 Views
  • 2 replies
  • 1 helpfuls

Update default SLA Flow in Flow designer

I wanted to update the default SLA flow in flow designer to Not send the a notification when the SLA is at 75% and if the incident is a major incident.  I made a copy of the default SLA flow in flow designer.  I added the following new step after the...

Resolved! User Criteria based on Group Type

Hello,I'm trying to setup user criteria based on group type.On a similar post someone shared this script: var gr = new GlideRecord('sys_user_group'); gr.addActiveQuery(); gr.addQuery('name', id); gr.setLimit(1); gr.query(); if (gr.type == '1cb8ab9bff...