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

Forum Posts

Copy widget data into catalog variable

Hello Community,Please review my code and suggest why my widget is not transferred to my catalog variable.api.controller = function($scope, $timeout) {    var c = this;    // ----- safe context & options -----    c.field = ($scope && $scope.field) ||...

Anup9431 by Tera Contributor
  • 501 Views
  • 4 replies
  • 0 helpfuls

SSO redirect to Logout page

We have a requirement to implement Single Sign-On (SSO) integration in ServiceNow using OpenID Connect. The approach involves creating a new Identity Provider in ServiceNow with the "Auto Provisioning" option set to True. When a user clicks the SSO l...

SSO.png SSO 1.png SSO 2.png

Resolved! Get the output in below format

Hi all,How can i get the output in below format, please suggestexpected outcome : (19646)ahmed.moh@gmail.co.in / (46789)sudars.awar@gmail.co.in  widget_Ankita>>> 19646, ahmed.moh@gmail.co.in, 46789, sudars.awar@gmail.co.in var delname = 'Moh Ahmed, S...

Ankita9793 by Tera Contributor
  • 474 Views
  • 4 replies
  • 0 helpfuls

Need help with setting sys_updated_on for test data so records get purged

 Hi All,I’m trying to generate test records in the problem table with backdated sys_updated_on values so that they fall under the purge rules (older than 4 months).Here’s the script I’m using: var startDate = new GlideDateTime('2025-07-14 10:00:00');...

TEJAS by Tera Contributor
  • 452 Views
  • 2 replies
  • 0 helpfuls

Kb Article Migration

I have migrated my kb article from source instance to target instance using update set now my problem is suppose if the migrated article has same article number which is already present in the target instance it will create duplicacy of article numbe...

devanshsing by Tera Contributor
  • 695 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to decrypt user password ?

Hello Community,How to decrypt the user password using script ? I am trying below script but its not working var gr = new GlideRecord('sys_user'); gr.get(gs.getUserID()) var Encrypter = new GlideEncrypter(); var decrypted = Encrypter.decrypt(gr.user...

Mahesh23 by Mega Sage
  • 24836 Views
  • 10 replies
  • 6 helpfuls

Hire ServiceNow Developer on Hourly or Monthly Basis

Our trained ServiceNow developers can help you connect people, processes, and systems to surf the innovation tide, experience business agility, and witness skyrocketing productivity. Hire ServiceNow Developer to optimize and bring efficiency to your ...

Kiosk for Service Catalogue

HelloWe are in the process of building a catalogue for PPE Items.As PPE items can be requested by anyone in the organization.People requesting PPE do not use computers.Therefore we are looking to setup a permanent kiosk or tablet capability so people...

RichardWins by Tera Contributor
  • 315 Views
  • 1 replies
  • 0 helpfuls

How to use ExcelJS in Scheduled Script

I'm trying to create a report that is formatted into table with a couple of worsheets in an excel workbook and found a post where someone suggested using ExcelJS. Being new to JavaScript and ServiceNow, I'd like to know... Is it possible to include E...

Renee-17 by Tera Guru
  • 1638 Views
  • 4 replies
  • 0 helpfuls