User Manual

03.04.2025

MANUAL

Developer Function: Server Scripts: items.New (deprecated)

<font color="red">**This method is deprecated. Please use ["items.NewSite"](/manual/server-script-items-new-site), ["items.NewIssue"](/manual/server-script-items-new-issue) and ["items.NewResult"](manual/server-script-items-new-result).**</font> ## Overview In the "「Server Script」", create a new instance of the "apiModel object" for the "Time-limited Table". ## Syntax ``` items.New() ``` ## Return Value Return the "apiModel object". ## Usage Example The following example creates a record in the "Time-limited Table" for site ID 2 with the title "About Pleasanter Version Upgrade". ##### JavaScript ``` let siteId = 2; let item = items.New(); item.Title = 'About Pleasanter Version Upgrade'; items.Create(siteId, item); ``` ## Related Information <div id="ManualList"> <article class="s-blog_list_unit"><h2> <h2>The specified information was not found.</h2> <p><a href="/ja/manual">Return to top</a></p> </article> </div><input id="SearchTextHidden" type="hidden" value="" />
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.