# レコードの複製

レコードに対してコピー＆ペーストの操作を行うことで、既存のレコードを複製して保存することができます。レコードの複製は以下の手順に従います。

1. 「レコード選択チェックボックス」をクリックし、複製したいレコードを選択します。
   * Shiftキーを押しながらチェックボックスをクリックすることで、特定範囲のレコードを一度に選択／選択解除することが可能です。
2. キーボードからCtrl（macOSの場合はCommand）＋Cでコピーをし、Ctrl（macOSの場合はCommand）＋Vでペーストします。
3. 選択したレコードと同じ情報が行として追加されるので、必要に従って編集した後、「保存」ボタンを押してSalesforceへレコード情報を保存します。

Ctrl+CやCtrl+Vといったショートカットキーだけでなく、コンテキストメニューからのコピー＆ペースト操作も可能です。レコードを選択した状態で右クリックすると、コンテキストメニューが表示され、コピーや貼り付けなどの操作が可能になります。

{% hint style="info" %}
シートに対して「新規レコードの作成」操作の許可が設定されていない場合は、レコードの複製はできません。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mashmatrix.com/mashmatrix-sheet/ja/functions_about_editing_data/duplicate_records.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
