> For the complete documentation index, see [llms.txt](https://docs.leanscale.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leanscale.team/crm-tips/salesforce/sales-manager-notes-field.md).

# Sales Manager Notes Field

{% embed url="<https://www.youtube.com/watch?index=22&list=PLS9gb0Qneac2EIlybS-X1aC418MDsAasb&pp=iAQB&v=ozkwpEl9sB0>" %}

#### Creating Manager-Only Fields in Salesforce

**Introduction**

This guide will show you how to create a custom field in Salesforce that is only accessible by managers. This can be useful for storing sensitive information or notes that you don't want everyone to see.

**Step-by-Step Instructions**

1. Go to the **Opportunity Fields** page.
2. Click the **New** button.
3. Select the **Text** field type.
4. Enter a name for the field, such as "Manager Notes".
5. Select the **Long Text Area** input type.
6. Check the **Keep 3 Visible Lines** checkbox.
7. Click **Next**.
8. In the **Field-Level Security** section, select the **Visible** checkbox for the manager profile.
9. Also, select the **Visible** checkbox for the System Administrator profile.
10. Click **Next**.
11. Add the field to the opportunity layout.
12. Click **Save**.

**Usage**

Once you have created the field, you can add it to the opportunity layout so that managers can see it. To do this, go to the **Opportunity Layouts** page and edit the layout that you want to add the field to. Drag and drop the field into the desired location on the layout.

Managers will now be able to see the field on the opportunity record page. They can add notes to the field, but other users will not be able to see them.

**Conclusion**

This is a simple but effective way to create a custom field in Salesforce that is only accessible by managers. This can be useful for storing sensitive information or notes that you don't want everyone to see.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.leanscale.team/crm-tips/salesforce/sales-manager-notes-field.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.
