Manage Table: Editor: Column Advanced Settings: Option List: Copy Child Records Simultaneously When Copying
## Overview
When you "[Copy](/en/manual/table-record-copy)" or "[Reference Copy](/en/manual/table-record-referencecopy)" the parent record of a "「Linked」 [Table](/en/manual/table)", you can "[Copy](/en/manual/table-record-copy)" the related child "Record" at the same time. This can be set simultaneously with "[Delete Child Records Simultaneously When Deleting](/en/manual/table-management-delete-with-links)".
## Supported Versions
1. Pleasanter 1.2.5.0 or later
1. Pleasanter .NET Framework version 0.50.268 or later
## Limitations
1. Only "[Class Column](/en/manual/table-management-class)" can be used.
## Prerequisites
1. "Site Administration Permission" is required to configure settings.
## Operation Procedure
Specify the "[Link](/en/manual/table-record-import-and-link)" in JSON format in the "[Option List](/en/manual/table-management-choices-text)" of the corresponding class column. The description method is the same as "[Manage Table: Editor: Column Advanced Settings: Option List: Filter, Sort, Display Format](table-management-choice-json)".
## Example Setting 1
In the example below, site ID 6 is "「Linked」", and when a "Record" from site ID 6 is "[Copied](/en/manual/table-record-copy)", the related child "Record" is automatic "[Copied](/en/manual/table-record-copy)". The string "- copy" is added to the end of the "[Title](/en/manual/tenant-logo)". "[Comment](/en/manual/table-management-comments)" is not copied.
##### JSON
```
[
{
"SiteId": 6,
"LinkActions": [
{
"Type": "CopyWithLinks",
"CharToAddWhenCopying": " - copy",
"CopyWithComments": false
}
]
}
]
```
## Setting Content
|No|Option|Description|
|:----|:----|:----|
|1|Type|Specify "CopyWithLinks". |
|2|CharToAddWhenCopying|Specify "[Characters to Add When Copying](/en/manual/table-management-char-to-add-when-copying)". If omitted, the setting of "[Manage Table](/en/manual/table-management)" will be used. |
|3|CopyWithComments|Specify true/false whether to copy comments. If omitted, it will be false. |
|4|View: ColumnFilterHash|You can narrow down the "[Copy](/en/manual/table-record-copy)" target by using "[JSON Data Layout: View](/en/manual/api-view)". |
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/table">Table Function</a><span>08.13.2024 up</span></li>
<li><a href="/en/manual/table-record-import-and-link">Table Function: Import Records and Link Master Data</a><span>02.06.2025 up</span></li>
<li><a href="/en/manual/table-record-copy">Table Function: Copy Records</a><span>08.13.2024 up</span></li>
<li><a href="/en/manual/table-record-referencecopy">Table Function: Record Reference Copy</a><span>10.02.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management">Manage Table</a><span>10.02.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-class">Table Management: Item: Classification</a><span>08.13.2024 up</span></li>
<li><a href="/en/manual/table-management-comments">Table Management: Item: Comment</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-choices-text">Manage Table: Editor: Column Advanced Settings: Option List</a><span>01.15.2025 up</span></li>
<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>
<li><a href="/en/manual/table-management-delete-with-links">Manage Table: Editor: Column Advanced Settings: Option List: Delete Child Records Simultaneously When Deleting</a><span>10.02.2024 up</span></li>
<li><a href="/en/manual/table-management-char-to-add-when-copying">Manage Table: Editor: Characters to Add When Copying</a><span>10.02.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/tenant-logo">Tenant Management Function: Logo, Title, Logo Image</a><span>10.08.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/api-view">Developer Function: JSON Data Layout: View</a><span>01.06.2025 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />