Table Management: Editor: Item Detail Settings: Choice List: Set Parent Record Values for Specific Items when Creating Child Records
## Overview
When you create a new child record from "Create Linked Item" of a parent record that has the same parent as the "「Link」" set, the value of the parent record can be set only to specific items.
## Restrictions
1. Only "「Classification Item」" can be used.
## Prerequisites
1. "Site Administration Permission" is required to configure settings.
## Operation Procedure
Open the detailed settings of the classification item in the Editor tab and write the link settings in JSON format in the options list.
## Setting Content
|No|Parameter|Setting value|
|:----|:----|:----|
|1|SelectNewLink|true/false|
## Example Setting
In the following example, a link to the parent table (site ID 123) is set in the options list of consumables ① (Class A) and consumables ② (Class B) in the child table. The SelectNewLink setting switches the automatic setting of the values of consumables ① (Class A) and consumables ② (Class B) displayed on the new creation screen after clicking the create button of "Create Linked Item" of the parent record.
### Normal Link Setting Case
If SelectNewLink is not set or is disabled, such as "[[123]]" in the list of options for consumables ① and ②, it will be displayed as follows.
#### Choice List
```
[[123]]
```
#### New Creation Screen after Clicking Create Parent Record Button

### When SelectNewLink is Enabled
If SelectNewLink is enabled only for consumable ②, it will be displayed as follows.
#### List of options
```
[
{
"SiteId": 123,
"SelectNewLink": true
}
]
```
#### New Creation Screen after Clicking Create Parent Record Button

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