Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

How to set the default page as sp portal

Hi All, I have a requirement to show portal based on roles.If user has snc_external_role then only they can se csm portal and rest user can see sp portalI tried some articles but nothing is working. And right now it is only redirecting to CSM portal....

Samiksha2 by Mega Sage
  • 2235 Views
  • 6 replies
  • 0 helpfuls

glide.entry.first.page.script

HiWe are using the system property "glide.entry.first.page.script".I think it starts when I login and calls the script include that is set in the value, but I can't call the script include when I log in from the portal.You can call it if you are logg...

HS7 by Tera Guru
  • 3106 Views
  • 4 replies
  • 0 helpfuls

Resolved! What is Cloud API Discovery?

I received the notification below, but I don't know what the Cloud API Discovery function is.What is Cloud API Discovery and how should it be used? Cloud API Discovery feature deprecationReview • Take action by September 2024Our records indicate that...

__ __2 by Tera Expert
  • 1630 Views
  • 1 replies
  • 0 helpfuls

Resolved! Simple Subtraction

I have three currency fields, all on the same table. I need to subtract field B from field A and populate field C with the result. Essentially A - B = C. I've gone at this from multiple directions, Calculated value, BU, Client script, but none of the...

rarootes by Tera Contributor
  • 3638 Views
  • 7 replies
  • 2 helpfuls

Resolved! client script to hide form section

Hi I am writing a client script to hide a section tab on the form if the user dosnt have a specific role. If they do have the role show it. My script is not working function onLoad() {    if (g_user.hasRole('training_bureau')) {        g_form.setSect...

Krissy by Giga Guru
  • 1652 Views
  • 4 replies
  • 0 helpfuls