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

ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Missing sn_change_write OOTB

We have Change Management activated and I need to grant some people the ability to submit changes, but not provide them a full ITIL role.  I see in the product documentation I should be able to do this with the sn_change_write role, but we do not hav...

find_real_file.png

Resolved! Creating an SCTASK from RITM

I created a basic catalog item without a workflow since I don't need one. When I submitted the form from the Service Portal, the data is passed into the record within the Now Platform UI correctly. I see that an REQ and RITM is created but not the SC...

PN2 by Kilo Expert
  • 12995 Views
  • 10 replies
  • 4 helpfuls

Resolved! Changing Variable Set type from Single row to Multi row

Hello,   I have few Variable Sets already created with multiple variables and I realized I need to change the type of theseVariable Sets from Single row to Multi row. Do you think guys that it's safe to do that via background script? Because the Type...

Martin Timko by Giga Contributor
  • 3626 Views
  • 2 replies
  • 2 helpfuls

Resolved! Whenever work notes / comments changes on the incident, it should get copied to all associated incident tasks. Also when work notes of incident task changes it should get copied to the incident. Also no notification should trigger during this activit

Hi All, We have below requirement:   Whenever work notes / additional comments changes on the incident, it should get copied to all associated active incident tasks. Also when work notes of incident task changes it should get copied to the incident w...

punitchourey by Tera Contributor
  • 7555 Views
  • 10 replies
  • 4 helpfuls

Is it possible to modify the SNcSerialNumber script to take the chassis serial number as the default instead of the baseboard serial number when new CI's are created via ServiceNow Discovery?

Hi - is it possible to modify the SNcSerialNumber script to take the chassis serial number as the default instead of the baseboard serial number when new CI's are created via ServiceNow Discovery? We have just started to use Discovery, and whilst it ...

alexbrooks by Giga Contributor
  • 2618 Views
  • 4 replies
  • 6 helpfuls

action.setRedirectURL not working in Workspace in "on insert" UI action

Good day all, We recently upgraded from Madrid to Orlando and are now experiencing some strange behavior on the setRedirectURL not actually redirecting. Situation: UI action available on insert (of a case (sn_customerservice_case). Creates an inciden...

XvE by Tera Contributor
  • 1181 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to hide annotation on incident form

Hi Team, I am trying to hide one annotation(information) on the incident form based on one condition . Condition: when assignment group is service desk i want to show annotation and when assignment group is not "ServiceDesk "i don't want to show that...

govi1 by Giga Contributor
  • 2912 Views
  • 3 replies
  • 2 helpfuls

Resolved! "return false;" not working onSubmit

I am using the below script for onSubmit. The If condition gets passed through and am getting the error message "This page is restricted to employees only." But, the ticket gets submitted. Return false is not working.   function onSubmit() { var user...