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

Forum Posts

Resolved! Need Helps With Scripts Compiler Error

Please I need help identifying and correcting possible errors in the following scripts because it's not getting saved: level1 = current.variables.add_guest_details.getLevel('1');if! level1.place_of_birth.nil() {var level1name = level1.avi_last_name +...

ID NOBLE by Tera Expert
  • 434 Views
  • 1 replies
  • 1 helpfuls

Resolved! comma seperated email in servicenow script

Hello experts, consider  variable 'a' storing the valuesa=39b052153737560039ad04e954990e47,d10f98a41bc00c90326698271d4bcbf8a stores the sysid of users. It can store 1,2 , n number of sysids; I need to create variable which will store the email ids of...

deepika46 by Tera Contributor
  • 416 Views
  • 1 replies
  • 0 helpfuls

FAQ is not visible to users

we have configured the user criteria on the knowledge base level,in can contribute we are ignoring china users to edit the articles,using can read criteria we are displaying the articles to china users.but i have created FAQ article these are not chi...

Priyansh_98_0-1710777412459.png Priyansh_98_1-1710777476472.png

Different rendition in the Backend/ITIL and Portal Views

Hello all, I have configured a form that looks and renders well in the ITIL Backend view. However, 2 of my fields are visible on the landing page on the ESC page. Those fields are not supposed to show until certain selections are made. Again, the UI ...

1111.png 22222.png
Hola Ola by Giga Guru
  • 244 Views
  • 1 replies
  • 1 helpfuls

Service Now upgrade

Hello Community, After upgrade , While reviewing the skipped changes happned during upgrade.If we accidently select a wrong resolution say "reviewed and merged" instead of selecting "Reviewed".Is it going to impact anything????Like any server side sc...

Resolved! Change users in an instance to read only mode

I would like to turn all my current users in SNOW to read-only mode in the incident / change / problem / knowledge modules for a select period of time.  What is the specific way of doing this without locking up the admin accounts.

Author not able to edit knowledge article in draft state

Hi, Author is unable to edit a knowledge article with the state Draft. All fields are readonly for that particular author. This is happening for  a single knowledge article and other authors are able to edit their respective knowledge articles (KB001...

Priyanka145 by Tera Contributor
  • 2517 Views
  • 5 replies
  • 2 helpfuls

How to add a message in AD user is add or not

Hi Team, Can someone please help me on the below query.Requirement: As per the below screenshot if the result is failure or success i need to add a message in the catalog item workflow as ‘The user already exists in the AD Group’ (or) ‘The user not f...

nikhitha24_0-1710746911755.png
nikhitha24 by Tera Guru
  • 478 Views
  • 6 replies
  • 0 helpfuls

Attach record PDF to email notification

Hi All, I have a requirement to send a notification when button is clicked to request approval for change request and the notification should contain the details of the change request in the form of PDF. Thanks in advance!

RITM is not routing to assignment group properly

When we raise RITM from particular catalog item then it directly assigns to assignment group as expected but some of them are not directly assign to assignment group when its created. we need to assign it to particular assignment group manually.

Difference difference in script include

Hi,I have some unexpected behavior with dates. It's probably due to the time zone. checkIfDateIsCHforBRUandLUX: function(){ var inputDate = this.getParameter('sysparm_date'); gs.log('DWPCatalogClientUtils | checkIfDateIsCH | inputDate = ' + inpu...