# レコードの新規作成

レコードの新規作成は以下の手順でおこないます。

![](/files/zj4GVKjOh0ciaxi50UGr)

1. シートの表を最下部までスクロールし、最後の行の下にある **\[A]「＋（新規レコード追加）」** ボタン、あるいは空白行の「＋」マークのあるセル **\[B]** をクリックします。
   * 「＋」が表示されるのはシート設定の「操作の許可」で「新規レコードを作成」にチェックが入っている場合のみとなります。
   * クリックする「＋」ボタンの位置に従って、新規作成されるレコードの数が変化します
2. シートに行が追加され、新しいレコード情報を入力することができます。
   * 追加された行の先頭には橙色のマークが表示され、その行が新規作成されるレコードの情報であることを示します。
3. 必要情報を入力した後、「保存」ボタンを押してSalesforceへレコード情報を保存します。

レコードを選択した状態で右クリックすることで、コンテキストメニューを表示し、新規レコードを既存のレコードの間に追加することも可能です。コンテキストメニューからレコードを追加する場合、選択されているレコードの上の位置に挿入するか下の位置に挿入するかを選択できます。また選択しているレコードの数に応じて挿入されるレコードの数が変化します。

<figure><img src="/files/3bh6oZxd4sJT1C4fbGDG" alt=""><figcaption></figcaption></figure>

{% 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/create_a_new_record.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.
