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

Enable CI/CD in ServiceNow Development

CI/CD (continuous integration/continuous delivery) is used heavily in professional application development these days, but there is no such thing in ServiceNow out-of-the-box. The difference between 'classic' software development and the way it works...

Boris Moers1 by Mega Contributor
  • 8030 Views
  • 4 comments
  • 3 helpfuls

Different favicons to identify your instances

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Ever had trouble quickly seeing which instance you are on? Probably yes, and actually quite often! Sure, your instance theme and css will be different or you...

find_real_file.png find_real_file.png

Scripts: Convert epoch to date

Convert epoch to date  /  Convert date to epoch    function round function(value, digits){ return (Math.round((value*Math.pow(10,digits)).toFixed(digits-1))/Math.pow(10,digits)).toFixed(digits); } function convertDateToEpoch(vDate) { epoch ...

Know-More-Now-Logo.jpg
tiagomacul by Giga Sage
  • 2431 Views
  • 1 comments
  • 7 helpfuls

System Clone / Como solicitar clone de ambiente?

Como solicitar clone de ambiente?   Clone Process   from: Sytem clone     imageDescription. 01. Logue no Service Now   02. System Clone     03.Request Clone04. Clique em target Instance05. Clique em New06. Informe a instância e clique em Submit   ...

find_real_file.png find_real_file.png tiagomacul_0-1721933444051.png find_real_file.png
tiagomacul by Giga Sage
  • 687 Views
  • 1 comments
  • 5 helpfuls

LinkedIn Integration (POC) with ServiceNow

1. Create LinkedIn App on https://www.linkedin.com/developer/apps Once you save your configuration, your application will be assigned a unique "Client ID" (otherwise known as Consumer Key or API key) and "Client Secret" value.  Make note of these val...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Top Contributors