User Manual

10.04.2024

MANUAL

Developer Function: Server Script: items.Delete

The Japanese version of the manual is the latest.
Please also check.
## Overview Delete the specified record. ## Syntax ``` Delete(recordId) ``` ## Parameters |Parameter|Type|Required|Description| |:----------|:----------|:---:|:---------------------------| |recordId|object|Yes|Specify the ID of the target record| ## Return Value If the record is deleted, true is returned; if not, false is returned. ## Usage Example In the following example, the record with record ID 123 will be deleted. ##### JavaScript ``` items.Delete(123); ``` ## Notes This is a method used in "「Server Script」". It cannot be used in "「Script」". ## Related Information ・[Manage Table: Server Script](/manual/table-management-server-script) ・[Execution Timing for Each Object](/manual/server-script-conditions) ・[Items Object](/manual/server-script-items)
code VS Codeで開発作業をもっとスマートに

スクリプト開発の効率を高めたい方に、Code Assistをご用意しています。

Code Assistの詳細はこちら →
account_tree 複雑な構成も、すっきり視覚化

サイト構成やデータのつながりを可視化し、把握しやすくします。

Site Visualizerの詳細はこちら →
TOP