Skip to content

markmanuelmiller/servicenow-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ServiceNow Resources

Table of Contents

  1. Development Resources
  2. Websites
  3. Misc

JavaScript Features Not Supported In ServiceNow

This is a list of JavaScript features (ES5 & ES6 & beyond) that are not supported in the ServiceNow implementation of Mozilla Rhino.

NOTE: NO ES6 features are supported in ServiceNow!

  • Array.forEach
  • => - arrow functions are not supported

Development Resources

Service Portal

Web Services

JavaScript

Online Courses

Books

Other Resources

Angular

NOTE: As of Kingston, Service Portal uses Angular 1.5.1. Angular 1.6 & 2+ features are not supported.

Tutorials
Articles
Books
  • My #1 recommendation on books: ng-book

Websites

Videos

Misc

  • If a company is using SSO and you are being redirected, try <instance-name>.service-now.com/login.do or <instance-name>.service-now.com/side_door.do

Service Portal Structure

Tables

  • Service Portal [sp_portal]
  • Theme [sp_theme]
  • Page [sp_page]
  • Widget [sp_widget]
  • Instance [sp_instance]
    • Instance of Carousel [sp_instance_carousel]
    • Instance with Link [sp_instance_link]
    • Instance with Menu [sp_instance_menu]
    • Instance with Table [sp_instance_table]
      • Instance of Simple List [sp_instance_vlist]
  • Carousel Slide [sp_carousel_slide]
  • Menu Item [sp_rectangle_menu_item]
  • Header | Footer [sp_header_footer]
  • Search Source [m2m_sp_portal_search_source]
  • Search Group [sp_search_group]
  • Widget Dependency [sp_dependency]
  • Widget Dependency [m2m_sp_widget_dependency]
  • Angular Providers [m2m_sp_ng_pro_sp_widget]
  • Service Portal Log Entry [sp_log]
  • Service Portal UI Formatter [sp_ui_formatter]
  • Angular ng-template [sn_ng_template]
  • Widget Script Include [m2m_sp_widget_script_include]
  • Service Portal Documentation [sp_documentation]
  • JS Includes [m2m_sp_theme_js_include]
  • JS Include [sp_js_include]
  • Stylesheets [m2m_sp_theme_css_include]
  • CSS Include [sp_css_include]

Releases

No releases published

Packages

No packages published