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](/en/manual/table-management-choices-text-link)" set, the value of the parent record can be set only to specific items.
## Restrictions
1. Only "[Classification Item](/en/manual/table-management-class)" 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
![image](https://pleasanter.org/binaries/06471f4746d6402a83c97d5dc5a2cf0c)
### 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
![image](https://pleasanter.org/binaries/0dda66298f644a45a76fe9ca53763d15)
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/table-management-class">Table Management: Item: Classification</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-choices-text-link">Manage Table: Editor: Column Advanced Settings: Option List: Link</a><span>10.11.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />