User Manual

08.14.2024

MANUAL

Developer Features: Server Script: items.NewIssue

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