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

Forum Posts

Outside User Access to ServiceNow

HelloA request has come in to have outsiders access our ServiceNow instance without not necessarily having an account with us.My client subcontracts their incident work to any number of contractors to do their work.   Because these contractors are co...

tahnalos by Kilo Sage
  • 2227 Views
  • 3 replies
  • 0 helpfuls

Resolved! getting user name with mailscript?

Hi everyoneSo I've been trying with out much luck to get an automatic signature appearing in emails sent from the in built service now email client.I've been using Client Templates to set the template for the incident table and while I can use a mail...

Screenshot 2017-07-12 22.16.23.png

Calendar date picker widget

Hello,as I am a very big Angular / Widget / Portal noob, I wanted to ask for help setting up a calendar widget using an available JS code from CSS script website.Anyways, I wanted to create an application for my friends where we would pick dates from...

calendar widget.png

Resolved! Tranform Map - Field Map Reference to multiple fields

Hello,I am setting up a Transform map to map user fields.   One field is a reference to the Locations table.   My problem is that the field I need to use in the reference field is not unique in the locations table.   I need to have it reference locat...

wadeb by Giga Contributor
  • 2946 Views
  • 2 replies
  • 3 helpfuls

Resolved! How to auto populate variables on portal

Hello everyone,I am currently developing a service portal in Service Now and i want to autpopulate fields depending on a selected user from a reference field (sys_user) (not the user logged into the portal)This is my script:function onChange(control,...

find_real_file.png

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
  • 7581 Views
  • 3 replies
  • 12 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 Kilo Expert
  • 1220 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