The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! How to filter only active users in report sharing option?

How to filter only active users in report sharing option? As of now the list of all users is available. The desired state is that only active/not locket-out users are available. I do found same question on the community, however it is not understand...

find_real_file.png
hyperjam by Giga Contributor
  • 1698 Views
  • 6 replies
  • 4 helpfuls

LDAP Group Import Based on memberof existing Users

I'm sure this is easier than I'm imagining, but I have an LDAP filter configured to pull all users into ServiceNow that meets the filtered criteria.  I am now tasked with importing only the Groups 'memberof' that these users are associated with, and ...

patbishop by Mega Guru
  • 1237 Views
  • 9 replies
  • 0 helpfuls

Resolved! SP Widget window.onscroll

Can't seem to get window.onscroll to work in my Service Portal widget.HTML:<div style="display:none;" ng-init="setScrollListener()"></div>Client:$scope.setScrollListener = function() { window.onscroll = function() { console.info("scrolled"); }; };Any...

xiaix by Tera Guru
  • 4328 Views
  • 7 replies
  • 7 helpfuls

Hide button once click on service portal

Hello All, I have created 3 buttons(Cancel, Reopen, Escalate) on a widget and once click on it that button should hidden. It is happening for reopen & cancel buttons and the escalate button is not hiding on click, but if I refresh the window it is hi...

Resolved! Error code: 1 while trying to make HTTP GET request

Hello, I am trying to retrieve information from external API (not placed within ServiceNow). I am using sn_ws.RESTMessageV2() to make HTTP GET request towards the API but all I get is Error Code 1 the error message says Unkown host. The query itself ...

Ivan Delchev by Giga Contributor
  • 4006 Views
  • 4 replies
  • 1 helpfuls

Resolved! Exporting attachments using export sets

Hi All, I am trying the export the attachements using export sets I hav aexport set defination  I want to move all the attachments created this week to export folder in MID server. But when I try this I am etting only one file mentioned in the Expo...

Uma8 by Kilo Contributor
  • 1652 Views
  • 2 replies
  • 1 helpfuls

Resolved! Use DurationCalculator in scoped application?

Good morning Community,Can someone recommend a way to obtain DurationCalculator functionality within a non-global scoped application?I'm working on an app that needs to calculate raw duration and schedule duration between two dates and would like to ...

sshall by Mega Expert
  • 4572 Views
  • 4 replies
  • 4 helpfuls

List Collector dynamic reference qual

Hi, I am trying to filter list collector based on other variable selected in catalog item. I have two variables company and Manufacturer. I am trying to display list of CI based on Company and also based on Manufacturer if selected.   // eed4f8e687af...

Resolved! How to encrypt string in servicenow

I am using below code to encrypt string but it is not supported in service now I guess.var encrypted = CryptoJS.AES.encrypt(myString, myPassword);   Is there any method encrypt the string in service now ?     Regards, Sajan      

sajan0192 by Giga Expert
  • 1959 Views
  • 5 replies
  • 2 helpfuls

ServiceNow JS Library

I've been missing intellisense since starting out in ServiceNow and have been looking for a way to find the associated functions in the API, without constantly referencing the API guide.  I was fortunate enough to come across this site where someone...

acoates1 by Mega Contributor
  • 4202 Views
  • 5 replies
  • 0 helpfuls

Implement SSO with OAuth 2.0

Hello experts, it's possible to use OAuth2.0 to perform login on ServiceNow from external web portal?In other hands; user enters ServiceNow portal with browser, is redirected to IDM provider, user logs in to IDM provider, IDM provider redirects back ...