> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/ko/smallbuilder-line-items/builder/builder-setup-steps/relate-objects/line-item-object/configuration.md).

# 설정 방법

### 부모 개체에 따라 설정 방법 제공

빌더는 스탠다드 기회(`Opportunity`), 견적(`Quote`), 주문(`Order`)에 한해 자동 설정을 지원합니다. 따라서 부모 개체를 기회, 견적, 주문 중 하나로 지정할 경우, 아래 두 가지 설정 방법 중 선택할 수 있습니다:

<figure><img src="/files/cTS76pWbB3VljXqzfpHc" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="64"></th><th></th></tr></thead><tbody><tr><td><strong>1</strong></td><td><a href="#undefined-1"><strong>스탠다드: 자동 설정하기</strong></a><br>스탠다드 설정은 부모 개체를 기반으로 라인 아이템과 조회 개체에 필요한 설정을 자동으로 구성합니다. 이를 통해 편집기를 빠르고 간편하게 설정할 수 있습니다.</td></tr><tr><td><strong>2</strong></td><td><a href="#undefined-3"><strong>직접 선택: 맞춤형 라인 아이템 설정하기</strong></a><br>사용자 정의 개체를 사용하여 편집기를 구성하려면 직접 선택을 선택해야 합니다. 이 옵션을 통해 부모 개체, 라인 아이템 개체, 조회 개체를 수동으로 정의하여 편집기를 유연하게 설계할 수 있습니다.</td></tr></tbody></table>

### 스탠다드: 자동 설정하기

스탠다드 설정은 부모 개체를 기반으로 라인 아이템과 조회 개체에 필요한 설정을 자동으로 구성합니다. 이를 통해 편집기를 빠르고 간편하게 설정할 수 있습니다.

<figure><img src="/files/LzSdYAmw2ziTR9ylzCEK" alt=""><figcaption></figcaption></figure>

예를 들어, 기회(`Opportunity`)에 대해 스탠다드 설정을 적용하면 다음과 같이 자동 구성됩니다:

* **라인 아이템 개체(Line Item Object):**
  * 기회 제품(`OpportunityLineItem`)으로 설정됩니다.
  * 단가, 수량, 총 금액 등 필수 필드가 자동으로 추가됩니다.
* **조회 개체(Lookup Object):**
  * 가격 목록 항목(`PricebookEntry`)으로 설정됩니다.
  * 조회 시 필요한 필드(예: 제품명, 단가) 및 필터 조건(예: Pricebook2Id)이 자동으로 구성됩니다.

#### 스탠다드 대상 개체

<table><thead><tr><th width="93">대상 개체</th><th width="153">부모 개체</th><th width="224">라인 아이템 개체</th><th width="280">조회 개체</th></tr></thead><tbody><tr><td><strong>기회</strong></td><td><p>기회</p><p><code>Opportunity</code></p></td><td><p>기회 제품</p><p><code>OpportunityLineItem</code></p></td><td><p>가격 목록 항목</p><p><code>PricebookEntry</code></p></td></tr><tr><td><strong>견적</strong></td><td><p>견적</p><p><code>Quote</code></p></td><td><p>견적서 행 아이템</p><p><code>QuoteLineItem</code></p></td><td><p>가격 목록 항목</p><p><code>PricebookEntry</code></p></td></tr><tr><td><strong>주문</strong></td><td><p>주문</p><p><code>Order</code></p></td><td><p>주문 제품</p><p><code>OrderItem</code></p></td><td><p>가격 목록 항목</p><p><code>PricebookEntry</code></p></td></tr></tbody></table>

### 직접 선택: 맞춤형 라인 아이템 설정하기

사용자 정의 개체를 사용하여 편집기를 구성하려면 직접 설정을 선택해야 합니다. 이 옵션을 통해 부모 개체, 라인 아이템 개체, 조회 개체를 수동으로 정의하여 편집기를 유연하게 설계할 수 있습니다.

<figure><img src="/files/ROIxcWiAJd4CLahtkX1u" alt=""><figcaption></figcaption></figure>

직접 선택 옵션을 선택하거나, 부모 개체가 사용자 정의 개체(Custom Object)인 경우, 아래와 같은 설정 옵션이 제공됩니다:

<figure><img src="/files/vGmIGJKOlLUZu6Mjy2VL" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="100"></th><th width="215"></th><th></th></tr></thead><tbody><tr><td><strong>1</strong></td><td><strong>개체 (Object)</strong></td><td>라인 아이템으로 사용할 부모의 하위 개체를 선택합니다. 이 단계는 부모 개체와 연결된 하위 개체 중에서 라인 아이템으로 사용할 적절한 개체를 지정하는 과정입니다.</td></tr><tr><td><strong>2</strong></td><td><strong>부모 참조 필드 (Parent Reference Field)</strong></td><td>선택한 라인 아이템 개체에서 부모 개체를 참조하는 필드를 지정합니다. 이 필드는 라인 아이템 저장 시 부모 개체를 자동으로 할당하는 데 사용됩니다.</td></tr></tbody></table>
