User Manual

02.19.2026

MANUAL

Developer Function: Server Script: Create New and Edit

## Overview When you click the "New" button on the "Server Script" tab of the "「Manage table」" screen, the "「Server script」" screen is displayed. On this screen, you can perform the following operations: 1. Create a new server script 1. Edit an existing server script 1. Individually disable an existing server script ![image](https://pleasanter.org/binaries/ab640911b7e54d26a7eee0960cbddcf5) |Item Name|Description|Configuration Method| |:---|:---|:---| |ID|A management number automatically assigned to each server script|Users cannot edit this| |Title|Title of the server script|Enter any title| |Name|Name of the server script|Enter any name| |Script|Content of the server script|Enter any server script| |Disabled|Check if you want to disable the server script|Set with checkbox| |Timeout|Timeout duration for the server script|Enter timeout duration (milliseconds)| |[Functionalize](/manual/server-script-functionalize)|Check if you want to execute as an anonymous function|Set with checkbox| |[TryCatch](/en/manual/server-script-try-catch)|Check if you want to automatically convert to a try-catch statement for execution|Set with checkbox| |[Conditions](/manual/server-script-conditions)|Select the conditions for execution|Set with checkbox| ### Script When using the 2nd generation "User Interface Theme", you can utilize the code editor feature. The code editor feature can be enabled by setting the EnableCodeEditor parameter to true in the configuration file "[General.json](/en/manual/general.json)". ![image](https://pleasanter.org/binaries/ef31ef4b25db40d6a5524649d11b9bc8) |Code Editor Feature|Overview| |:--|:--| |Syntax Highlighting|Displays server scripts with color coding according to syntax.| |Code Hints|Enables autocomplete input for server scripts.| |Tab Key Indentation|Allows easy input of appropriate amounts of whitespace.| ### Timeout The timeout item is not displayed on the screen by default. It will be displayed on the screen by setting the ServerScriptTimeOutChangeable parameter to true (enabling it) in the configuration file "[Script.json](/en/manual/script-json)". ## Supported Versions |Supported Version|Content| |:--|:--| |1.4.12.0 and later|"Disabled" feature added<br>"Function" feature added<br>"TryCatch" feature added| ## Related Information <div id="ManualList"><ul><li><a href="/en/manual/general.json">パラメータ設定:General.json</a><span>06.12.2024 up</span></li> <li><a href="/en/manual/script-json">Set Parameter: Script.json</a><span>10.02.2024 up</span></li></ul></article> <ul><li><a href="/en/manual/server-script-try-catch">Developer Function: Server Script: TryCatch</a><span>06.26.2025 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />
TOP