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

Forum Posts

can anyone explain me existing login widget

Hi there,In SP we have default login widget.in server side scripting sectionWhere i could find GlideSPUtil defination?in client scriptingwhat is spUtil object? and what is view_form.login?   variable url cotains url for some rest api?I have to create...

InkedLoginWidget_LI.jpg Inkedclientsidescripting_LI.jpg
pratap1 by Giga Contributor
  • 3583 Views
  • 4 replies
  • 3 helpfuls

All Incidents created by Group Members

Hi All, I want to configure one report on Incident Management that all the Incidents which were created by each and every member of my group. The members who belongs to my group and who all have created the Incidents.   Please suggest me on the same....

SNOW46 by Tera Contributor
  • 3390 Views
  • 6 replies
  • 1 helpfuls

Resolved! isMember of the Parent Group in a ACL

i am trying to setup an ACL to allow members of the Parent Group the ability to READ work notes.  The Parent Group has many child groups. I have been trying and already expelled many hours, which to me would be a simple to do. 1. The members of the p...

Dan119 by Mega Contributor
  • 2688 Views
  • 3 replies
  • 0 helpfuls

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
  • 3121 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
  • 2248 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
  • 5310 Views
  • 7 replies
  • 7 helpfuls

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
  • 4847 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
  • 2476 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
  • 5485 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...