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

Forum Posts

Resolved! set urgency to high if caller is vip

function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (g_form.isNewRecord()) { var callercheck = g_form.getReference('caller_id', vipcallercheck); return; } } function vipcallercheck(callercheck) { if (callerchec...

pk16514 by Tera Contributor
  • 1487 Views
  • 5 replies
  • 3 helpfuls

Resolved! How can I allow users without the ITIL role to view and edit Catalog Tasks, and can I do it all from the Service Portal

Hello All, I have an interesting requirement where I need to allow users who do not have the ITIL role to close out catalog tasks, and they need to be able to do it from the Service Portal. I'm not sure what the best way to achieve this would be. Cur...

find_real_file.png
Mclane by Giga Contributor
  • 18414 Views
  • 5 replies
  • 11 helpfuls

Resolved! ServiceNow and Azure KeyVault

We are trying to use Azure KeyVault as a possible solution store secret. However i couldn't find or understand the best approach  to authenticate a Azure KeyVault, basically is it as simple as using service principal or requires similar setup to Cybe...

karsrao by Kilo Guru
  • 6616 Views
  • 7 replies
  • 3 helpfuls