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

Forum Posts

Use current.update() ?

Hey experts!I know that you should never ever use current.update() on a business rule as it does a really nasty recursion. But is that so for the rest of the stuff? I've seen on UI action current.update() . Is that okay or its a bad practice ?Cheers,...

JK1 by Giga Expert
  • 8040 Views
  • 3 replies
  • 13 helpfuls

Resolved! Setting Encryption in Workflow

I am trying to push data from variables in a Catalog Item into an encrypted field on the sc_req_item table without any luck.   Here is the script I am currently using:current.approval = 'approved';// Sets the field encryption contextIDcurrent.u_encry...

Kyle Wiley by Mega Expert
  • 1536 Views
  • 3 replies
  • 1 helpfuls

Stage Issue of requested item...

I am stuck here and need some help...  Just created a simple catalog with 2 simple text variables and associated a new workflow with it...  In workflow, immediately after begin, I am setting the stage field to 'Pending Approval(Custom created)'... Bu...

1.png 2.png 3.png

How to override all widget styles on a page

In our Helsinki ServicePortal we use Icon Link widgets on a page.   I created a page specific style to set the color when you hover over the link.   a:hover {color: #07639d;}We upgraded to Jakarta and the Icon Link widget now includes Widget specific...

david_myers by Tera Contributor
  • 2381 Views
  • 2 replies
  • 1 helpfuls

ACL inactive = access?

I just want to confirm something...I want to restrict users from deleting Configuration Items in CMDB and the screenshot below is from ACL on cmdb_ci table.If I deactivate this rule, does that mean that all users can delete CI's or that no one can de...

find_real_file.png

isNewRecord doesn't work on catalog forms?

The below doesn't appear to work on any of my catalog items. My alert is always caught indicating that it doesn't see my new form loads as a new form. Is there a different way to check for a new record on a catalog item?function onLoad() {     //Type...

e_wilber by Tera Guru
  • 1904 Views
  • 7 replies
  • 1 helpfuls

Service Subscriptions through Service Portal

All Helsinki and Service Portal Users,I have a requirement to allow end users (non-fulfillers/approvers) to subscribe to business services notifications. However, I setup a redirect in ServiceNow so if the user doesn't have an roles associated to the...

Marques2 by Tera Expert
  • 4476 Views
  • 12 replies
  • 2 helpfuls