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

Forum Posts

Resolved! AI Search Indexed Sources are not fully processed. I clicked on Index all tables and it's stuck at not started. What kicks it off?

We just turned on AI Search and navigated to look at the delivered search indexes.  All 4 had a message that '  Indexed Sources marked with this icon have never been fully processed. Edit each and click Index All Tables to ensure the content is avail...

Community Alums by Community Alums  
  • 5007 Views
  • 1 replies
  • 5 helpfuls

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
  • 5361 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
  • 7913 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  
  • 2083 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...