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

Admin role for running background script

I want to run a background script for removing inactive admin users. This script is supposed to remove roles from groups of an admin user who is no longer a part of the organization. For this purpose, I have written a background script to remove admi...

Aniket6 by Kilo Contributor
  • 2114 Views
  • 2 replies
  • 0 helpfuls

Resolved! export limit

Hi, Is there a limit to the number of exports that can be performed per day?   regards,  

Tepp by Tera Expert
  • 3153 Views
  • 4 replies
  • 1 helpfuls

Calling UI Macro from client script in Scoped Application

Hello All,  Does anyone now how to call the UI macro from catalog client scripts in scoped application? I see somewhere ref_contributions has to be added. But not sure how to add the same? UI Macro  <?xml version="1.0" encoding="utf-8" ?> <j:jelly tr...

Bala19 by Tera Contributor
  • 2705 Views
  • 9 replies
  • 1 helpfuls

Resolved! How do you delete application ?

I'm relatively new to ServiceNow application development.   I'm teaching myself Service Portal and Studio at the same time.     I've got two developer instances setup (Dev1 and Dev2)I'm using Studio to develop a scoped Service Portal.   On Dev1, I'm ...

cburkins by Tera Contributor
  • 6103 Views
  • 8 replies
  • 6 helpfuls

Resolved! How to use Blackout Schedules in Change request? We shouldn't be able to select Planned Start and Planned End Date in Change record if that date belongs to Blackout schedule time.

Hi All, Does anyone know on how to use Blackout Schedules in Change request? We shouldn't be able to select Planned Start and Planned End Date in Change record if that date belongs to Blackout schedule time. Please help me if anyone has any insights,...

Resolved! How to assign a default value for a reference field

Hi Everyone, I have a requirement, I need to assign a default display value to my Project Time Category  which is a reference field in a Time Card Table. In the Project Time Category Table i have the following entries:  - Standard  - Non-OT Billable ...

mark141230 by Tera Expert
  • 7826 Views
  • 6 replies
  • 5 helpfuls

Resolved! How to send more than 2 parameters in an event?

In my use case, I have to send an email notification when a record is updated in a custom table. The email notification body needs to contain before and after update values of multiple columns (e.g. 10 columns) of the record. What is the best way to ...

Resolved! sys_user table - Display Value

Hello Everyone,   For reference fields of sys_user table, the display value is "name". But in the dictionary, I cannot find "name" or any column for which "display" is set to true. Not sure how the "name" is being used as a display value. 

Resolved! API to get JIRA issue from Servicenow

Hi All,Hope you all doing good. Here is my another query,Am not sure this is the right place to ask, but I hope if anyone can share your ideas that may divert me to the right direction.I have referred this http://www.john-james-andersen.com/blog/serv...

Tamil5 by Tera Expert
  • 3074 Views
  • 8 replies
  • 0 helpfuls

Data Policy override / masking

I have a requirement to enforce mandatory 'Assignment Group' across many tables on our system. We would like this to be applied both server and client side. Using a data policy would be ideal as it is more robust than other UI alternatives. One of th...

Resolved! How to get value from Json response body into field

I have business rule and REST messages setup to sync incident record from SNOW to Jira. When record created in Jira response comes with Jira record number as in Json format. Can someone help me to get the value from response body into field? This is ...

find_real_file.png find_real_file.png
attanhes by Tera Guru
  • 6041 Views
  • 3 replies
  • 1 helpfuls

$window.onbeforeunload on Service Portal

Body HTML =============> <input type="button" id="fname" ng-click="myFunction()">   Client Controller =============> var nAgt; var verOffset; $scope.myFunction = function (){ alert('First Alert'); $window.onbeforeunload = function(event) { alert('Sec...

CA5 by Tera Contributor
  • 1695 Views
  • 2 replies
  • 1 helpfuls