User Manual

08.14.2024

MANUAL

Developer Function: Server Script: items.NewResult

## Overview Create a new instance of the "apiModel object" for the "record table" in the "「Server Script」". ## Syntax ``` items.NewResult() ``` ## Return Value Return the "apiModel object" of the "record table". ## Usage Example The following example creates a record in the "Record Table" for site ID 3 with the title "About Pleasanter Version Upgrade". ##### JavaScript ``` let siteId = 3; let item = items.NewResult(); item.Title = 'About Pleasanter Version Upgrade'; items.Create(siteId, item); context.Log(item.ResultId); // Output ID of the created record ``` ## 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.