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="" />