Skip to main content

5 docs tagged with "server script"

View all tags

Business Rules

Guide for creating ServiceNow Business Rules using the Fluent API. Business rules are server-side scripts that run automatically when records are queried, updated, inserted, or deleted.

BusinessRule

Creates a Business Rule: logic that runs when database records are queried, updated,

ScriptInclude

Script includes are used to store JavaScript that runs on the server.

UI Actions

Guide for creating ServiceNow UI Actions using the Fluent API. UI Actions are buttons, links, or context menu items that execute server-side or client-side logic on forms and lists.

UiAction

Creates a UI Action — a button, link, or context menu item that executes server-side or client-side logic on forms and lists (sysuiaction). UI Actions appear as buttons on forms, options in context menus, or links in related lists.