list_client_scripts
Retrieve client scripts from ServiceNow to manage form behaviors like onLoad, onChange, and onSubmit with filtering by table, type, and active status.
Instructions
List client scripts (requires SCRIPTING_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Filter by table name | |
| type | No | "onLoad" | "onChange" | "onSubmit" | "onCellEdit" | |
| active | No | Filter to active scripts | |
| limit | No | Max results (default: 20) |