We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Articles

SN Madrid Release - V1

1. isEncodedQueryValid() - scoped applications [Verifies whether the specified encoded query is valid] Eg :  var gr = new GlideRecord('incident_sla');var isValidQuery = gr.isEncodedQueryValid('inc_impact=1^taskslatable_active=true');if (isValidQuery)...

SOAP and XML scripting

Getting certificate data from GeoTrust I write up this use case, as it's no longer valid for me, but the SOAP and XML lessons I learnt still stands. Hopefully it will help someone else to traverse an XML using ServiceNows XML handler. A few potholes ...

Date scripts

  Scripts::. How to update workduration field? / Exemplo update workduration Scripts::. Now (What time is it?) / Exemplo Como obter a data e hora atual Scripts::. GlideDate / GetDate / Get Month Name / Exemplo Como obter a data e hora atual Scripts: ...

Know-More-Now-Logo.jpg

workflow build

1> 1st task created2> when 1st task closed then 2nd task and change request will be created3> 3rd task created when <2> 2nd task and change request closed (When change request closed, automatically 2nd task should be closed) then 3rd task will be cre...

Import Sets

Hi, In this article, I will explain to you a few of the advanced features related to Scripting during importing of data in ServiceNow. As you already know, during import there are basically 4 steps. Create Import TableLoad DataMappingTransform This i...

Script Includes

Script Includes are mainly reusable server-side script logic that defines a function or class. Script Includes executing their script logic only when explicitly called by other scripts. It contains javascript code that runs on the server. Script Incl...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Add Unimpersonate button to Service Portal

I wanted an unimpersonate button in my service portal user dropdown menu so I can easily unimpersonate when I finished impersonating someone who only had access to the portal and not UI16. You will need to clone the Stock Header widget sp_header_foot...

Hadyn by Tera Expert
  • 974 Views
  • 1 comments
  • 1 helpfuls

Widget Font Controller Utility

Widget Font Controller Utility Thursday, 6 June 2019 10:06 AM     Change the size of text dynamically on the serviceNow portal. Saves size persistently as a cookie Create a custom widget with the following code. Drop the widget onto a page to te...

find_real_file.png
Top Contributors