Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Reports, export dashboards with reports inside

HelloDid any one manage to export reports with dashboards using update set or XML?Asking because there are manuals how to export dashboards via "unload dashboard" Deep Copy a Dashboard from one ServiceNow Instance to Another - Support and Troubleshoo...

Don Dom by Tera Contributor
  • 4558 Views
  • 2 replies
  • 1 helpfuls

REST over NTLM - solution proposed

After spending some time searching on the forums for something like this and coming up empty, I did some trial and error on my own and found something that works.  I don't know if others will find this useful, but after some internal demos to colleag...

find_real_file.png

Adding function to script include

Hello,I need help inputting these functions into this existing Script Include. I tried to do it but it was not working. The purpose of this is create a task for a group called OGC when it is assigned to them. var ogcUtil = Class.create();ogcUtil.prot...

Primm by Tera Contributor
  • 581 Views
  • 2 replies
  • 0 helpfuls

UI policy /action that will show a label for priority users

i created a custom field for users to be identified by their priority.(see attachment below) I need to create a label that will show when a user has the priority option selected on their user profile under the caller field of a incident/request/chang...

DevtoSME by Giga Guru
  • 449 Views
  • 2 replies
  • 0 helpfuls

Resolved! Create Report -> Style -> Drilldown View security contraint

When I create a single score report and want to use the Drilldown view option under Style for the report, I get a security constraint.  Images attached.  Please advise what role or group I must grant to my user creating this report to mitigate this s...

Drilldown view under style.JPG UI View Security Constraint.jpg
Edgar Kline by Tera Contributor
  • 704 Views
  • 2 replies
  • 1 helpfuls

Resolved! GlideRecord in Script Include - Dot walking

I'm working with GlideRecord in a Script include. (Server side)  The query is working correctly, and returning the expected number of results.  However, I need to get some properties of reference values.  i.e. I need to dot-walk. For example: var rec...

Resolved! How to hide unchecked checkbox variable on Self Portal.

Hello, I have 3 checkboxes A, B, C  in the Catalog item.  User only checked A checkbox, but in the portal it is showing up true and false values.  It is possible only shows the checkbox with true value?  Thank you User selected "A" In the Portal is ...

find_real_file.png find_real_file.png
Erica2 by Tera Contributor
  • 4851 Views
  • 20 replies
  • 2 helpfuls

Set Values and Run Scripts node of workflow

HiI need to set the assignment group of a catalog task with the value of a variable from catalog item. My first question is related to set values node of workflow. Is it possible to access the catalog variables using the set values node and make this...