> For the complete documentation index, see [llms.txt](https://docs.salesmap.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesmap.kr/settings/object-management/association/generating-association.md).

# 관계 생성하기

***

## 1. 관계 생성하기

**지금부터는 특정 거래(프로젝트)와 시공사를 연결하는 경우를 예시로** 들어, 오브젝트 간의 관계를 어떻게 설정하는지 살펴봅니다.

{% @arcade/embed flowId="Dmy1ueJKjxYV93AcbGFM" url="<https://app.arcade.software/share/Dmy1ueJKjxYV93AcbGFM>" %}

우리는 특정 거래(프로젝트)와 시공사를 연결하기로 했으니, **`딜`과 `회사` 오브젝트의 관계**를 만들어 보겠습니다.&#x20;

{% stepper %}
{% step %}
세일즈맵 메뉴에서 <kbd>회사 설정</kbd> > <kbd>오브젝트 관리</kbd>를 선택합니다.
{% endstep %}

{% step %}
연결하고자 하는 두 오브젝트 중 하나를 클릭해 이동합니다. 같은 오브젝트끼리 연결하는 경우 해당 오브젝트 관리 화면으로 이동합니다.

우리의 예시에서는 <kbd>딜</kbd>과 <kbd>회사</kbd> 중 <kbd>딜</kbd> 관리로 이동했습니다.
{% endstep %}

{% step %}
관계 생성 화면에서, 연결을 원하는 다른 오브젝트를 선택합니다.
{% endstep %}

{% step %}
&#x20;`+관계 생성` 버튼을 클릭합니다.
{% endstep %}

{% step %}
관계의 이름을 작성합니다.

{% hint style="info" %}
관계의 이름을 설정하는 방식은 `공통 이름`과 `개별 이름` 두 가지가 있습니다.

* `공통 이름`은 각각의 오브젝트를 동일한 이름으로 연결하는 방식입니다. 이름을 ‘프로젝트-시공사’라고 입력하면 딜과 회사의 상세화면 모두에서 같은 이름이 보이게 됩니다.
* &#x20;`개별 이름`은 각각의 오브젝트를 서로 다른 이름으로 연결하는 방식입니다. \
  예시에서처럼 `딜`에는 '프로젝트', `회사`에는 '시공사'라고 입력하면, 각 오브젝트의 상세화면에 서로 다른 이름이 보이게 됩니다.
  {% endhint %}
  {% endstep %}

{% step %}
`연결 개수`를 설정합니다. 이 때 연결 개수는 1개부터 최대 1000개까지 설정할 수 있습니다.

예시에서는 하나의 프로젝트에 많은 시공사가 참여하지 않을 테니 5개, 시공사 하나는 여러 프로젝트에 연결될 수 있으니 100개로 입력했습니다.
{% endstep %}

{% step %}
`저장`을 누르면 관계 생성이 마무리됩니다.
{% endstep %}
{% endstepper %}

## 2. 요금제별 관계 설정 가능 개수

오브젝트 관계 설정 기능은 사용하고 계시는 요금제에 따라 사용에 제한이 있습니다. 자세한 내용은 아래 표를 참고해 주세요.

| 요금제                      | Starter | Professional | Enterprise |
| ------------------------ | ------- | ------------ | ---------- |
| 하나의 워크스페이스에서 생성 가능한 관계 수 | X       | 20개          | 50개        |
| 관계 하나당 연결 가능한 최대 개수      | X       | 1,000개       | 2,000개     |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.salesmap.kr/settings/object-management/association/generating-association.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
