# 오브젝트 관리

***

## 1. 오브젝트란?

리드/딜/고객/회사/견적서/상품 등과 같이 하위 값(필드 값)을 가질 수 있는 객체들을 오브젝트라고 합니다.

오브젝트의 자세한 개념은 아래 문서에서 확인하실 수 있습니다.&#x20;

{% content-ref url="../salesmap/getting-started-with-salesmap/salesmap-dictionary" %}
[salesmap-dictionary](https://docs.salesmap.kr/salesmap/getting-started-with-salesmap/salesmap-dictionary)
{% endcontent-ref %}

## 2. 오브젝트 관리

<figure><img src="https://266453150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMQWZWEhmSM7VgdI2ju3B%2Fuploads%2F8fq3ZyTqxVNvTGQpX5nB%2F%E1%84%8B%E1%85%A9%E1%84%87%E1%85%B3%E1%84%8C%E1%85%A6%E1%86%A8%E1%84%90%E1%85%B3%20%E1%84%80%E1%85%AA%E1%86%AB%E1%84%85%E1%85%B5.png?alt=media&#x26;token=d1c4f7f4-6063-4505-8be8-e8a05a09a943" alt=""><figcaption></figcaption></figure>

세일즈맵 메뉴에서 <kbd>회사 설정</kbd> > <kbd>오브젝트 관리</kbd>로 이동하면 다음과 같은 화면을 만나게 됩니다.

좌측의 사이드 탭에서는 편집을 희망하는 오브젝트를 선택할 수 있고, 중앙 최상단의 탭에서는 앞서 선택한 오브젝트의 어떤 항목을 편집할지 선택할 수 있습니다.&#x20;

### 2-1. 필드 관리

각 오브젝트가 등록될 때 필수로 입력되어야 하는 필드 값을 선택할 수 있습니다.

{% content-ref url="object-management/field-management" %}
[field-management](https://docs.salesmap.kr/settings/object-management/field-management)
{% endcontent-ref %}

### 2-2. 관계 설정

두 오브젝트를 서로 연결하는 관계를 설정할 수 있습니다.

{% content-ref url="object-management/association" %}
[association](https://docs.salesmap.kr/settings/object-management/association)
{% endcontent-ref %}

### 2-3. 레이아웃 관리

각 오브젝트의 상세화면이나 미리보기 화면, 생성 화면에서 어떤 위젯과 탭이 보이도록 할지 관리할 수 있습니다.

{% content-ref url="object-management/layout" %}
[layout](https://docs.salesmap.kr/settings/object-management/layout)
{% endcontent-ref %}

### 2-4. 기록 관리

{% content-ref url="object-management/record" %}
[record](https://docs.salesmap.kr/settings/object-management/record)
{% endcontent-ref %}

### 2-5. 커스텀 오브젝트

{% content-ref url="object-management/custom-object" %}
[custom-object](https://docs.salesmap.kr/settings/object-management/custom-object)
{% endcontent-ref %}


---

# 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.salesmap.kr/settings/object-management.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.
