Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

MID Server ms.log is not working

I am trying log to MID Server logs file. Below is the code that I am executing from the background script. ECC Queue state is always in ready state. var jspr = new JavascriptProbe('Demo MID Server'); jspr.setName('My Test Message'); //Any descriptive...

UpenderKumar_0-1689475567065.png

Issue with hiding a variable on the SP and showing on Tasks

I am attempting to use UI Policies to hide certain Catalog Item Variables in the Service Portal Form, and then show these same fields later in the generated sc_task.  For example, I have a UI Policy which hides three variables in the Service Portal, ...

Resolved! gs.getUser().isMemberOf(current.assignment_group) not working

hi,When I write :gs.getUser().isMemberOf(current.assignment_group) in my ACL , elow Error is encountered in logs.java.lang.RuntimeException: failed to coerce com.glide.script.fencing.ScopedGlideElement to desired type java.lang.StringCaused by error ...

pgrover by Giga Expert
  • 54985 Views
  • 8 replies
  • 26 helpfuls

Resolved! Convert epoch time to date/time in users time zone

The incoming payload to a transform script, has an attribute that is epoch time. I want to convert this to human readable date/time in users time zone and assign it to a field in the change record.How do I do it?   I tried the below,   var session = ...

Alamelu1 by Tera Contributor
  • 5370 Views
  • 4 replies
  • 3 helpfuls

Resolved! How to align html text in portal of servicenow.

Hello everyone,I need help with aligning HTML texts.  In below image content should align properly. How to do this. Help with the correct HTML tags by referring above highlighted image.   

KishorO_0-1689257783545.png KishorO_1-1689258000047.png
Kishor O by Tera Sage
  • 1062 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to display watermark on all emails

Hello all,Can someone explain to me why some of my email notifications do not display the watermark in the body although I have unchecked the Omit watermark checkbox and set the property 'glide.email.watermark.visible' to true? In addition, is there ...