Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 855 Bytes

File metadata and controls

25 lines (15 loc) · 855 Bytes

SNClientScriptExecuter

Description

This is used to execute client side script on ServiceNow. This is based on the idea to provide a menu similar to "Scripts - Background".

Installation

  • Import and commit the updateset found in dist folder.
  • A new menu under System Definition called 'Scripts - Client Side' is created.
  • The updateset also creates a new UI page called 'ClientScriptExecuter'.

Usage

  • Open the menu 'Scripts - Client Side' from left navigation.

Menu

  • Write any client side script that you want.
  • To log any message on the page, use log function (refer screenshot).
  • Clear the messages on the screen using Clear Log button.

License

GNU General Public License v3.0