# 제품 옵션 데이터 구성하기

{% hint style="danger" %}
버전 1.39부터 제품 옵션 기능을 더 이상 지원하지 않습니다. 단, 기존에 설치되어 제품 옵션 기능을 사용 중인 조직에서는 계속 사용할 수 있습니다.
{% endhint %}

제품 옵션 데이터는 **제품 구성(**`SBLI__ProductFeature__c`**)**&#xACFC; **제품 옵션(**`SBLI__ProductOption__c`**)** 개체로 구성됩니다. 두 개체는 **제품(**`Product2`**)**&#xB97C; 참조하며, 다음과 같은 역할을 합니다:

<table data-header-hidden><thead><tr><th width="100"></th><th></th></tr></thead><tbody><tr><td><strong>제품 구성</strong></td><td>제품 옵션을 그룹화하려는 경우 사용되는 선택적인 개체입니다.</td></tr><tr><td><strong>제품 옵션</strong></td><td>주요 개체로, 옵션 제품과 관련 정보를 관리합니다.</td></tr></tbody></table>

**주요 데이터 구성**은 **제품 옵션**을 중심으로 이루어지며, 제품 구성은 필요에 따라 추가로 설정됩니다.

<figure><img src="/files/L9q4visUY6dVgfyoAXcR" alt="" width="563"><figcaption></figcaption></figure>

### 제품 구성

제품 옵션을 **카테고리별로 그룹화**합니다.

#### 개체 정보

<table data-header-hidden><thead><tr><th width="104"></th><th></th></tr></thead><tbody><tr><td><strong>레이블</strong></td><td>제품 구성(Product Feature)</td></tr><tr><td><strong>API명</strong></td><td>SBLI__ProductFeature__c</td></tr></tbody></table>

#### 필드 정보

<table><thead><tr><th width="136">속성</th><th width="230">필드 API명</th><th>설명</th><th width="100">필수</th></tr></thead><tbody><tr><td><strong>순서</strong></td><td>SBLI__Order__c</td><td>옵션 선택 화면에서 나열될 순서를 설정합니다.</td><td></td></tr><tr><td><strong>기본 제품</strong></td><td>SBLI__Product__c</td><td>해당 옵션의 구성 제품을 지정합니다</td><td><mark style="color:red;">✔</mark></td></tr><tr><td><strong>설명</strong></td><td>SBLI__Description__c</td><td>제품 구성에 대한 설명을 제공합니다.</td><td></td></tr><tr><td><strong>다중 선택 가능</strong></td><td>SBLI__MultiSelectable__c</td><td>해당 구성에서 여러 옵션을 선택할 수 있도록 허용할지 여부를 설정합니다.</td><td></td></tr></tbody></table>

### 제품 옵션

옵션의 **주요 개체**로, 옵션 제품과 관련 정보를 관리합니다.

#### 개체 정보

<table data-header-hidden><thead><tr><th width="104"></th><th></th></tr></thead><tbody><tr><td><strong>레이블</strong></td><td>제품 옵션(Product Option)</td></tr><tr><td><strong>API명</strong></td><td>SBLI__ProductOption__c</td></tr></tbody></table>

#### 필드 정보

<table><thead><tr><th width="145">속성</th><th width="212">필드 API명</th><th width="314">설명</th><th width="100">필수</th></tr></thead><tbody><tr><td><strong>순서</strong></td><td>SBLI__Order__c</td><td>옵션 선택 화면에서 나열될 순서를 설정합니다.</td><td></td></tr><tr><td><strong>제품 구성</strong></td><td>SBLI__Feature__c</td><td>제품 구성을 참조하는 관계 필드입니다. 구성에 옵션을 추가하려면 해당 필드를 사용하여 연결하세요.</td><td></td></tr><tr><td><strong>기본 제품</strong></td><td>SBLI__Product__c</td><td>구성 제품을 나타냅니다.</td><td><mark style="color:red;">✔</mark></td></tr><tr><td><strong>옵션 제품</strong></td><td>SBLI__OptionalProduct__c</td><td>옵션으로 사용할 제품을 지정합니다.</td><td><mark style="color:red;">✔</mark></td></tr><tr><td><strong>수량</strong></td><td>SBLI__Quantity__c</td><td>옵션의 수량을 나타냅니다. 기본값은 1로 설정됩니다.</td><td></td></tr><tr><td><strong>단가</strong></td><td>SBLI__UnitPrice__c</td><td>옵션의 단가를 지정합니다. 단가를 지정하지 않은 경우, 가격 목록 항목(<code>Pricebook Entry</code>)에서 단가를 참조합니다.</td><td></td></tr><tr><td><strong>할인율(%)</strong></td><td>SBLI__Discount__c</td><td>옵션의 할인율을 나타냅니다. 할인율이 설정된 경우, 총액에 반영됩니다.</td><td></td></tr><tr><td><strong>할인가</strong></td><td>SBLI__DiscountAmount__c</td><td>옵션의 할인 금액을 나타냅니다. 할인가가 설정된 경우, 총액에 반영됩니다.</td><td></td></tr><tr><td><strong>필수</strong></td><td>SBLI__Required__c</td><td>옵션 선택 시 필수로 선택해야 하는 항목으로 설정합니다.</td><td></td></tr><tr><td><strong>선택됨</strong></td><td>SBLI__Selected__c</td><td>옵션 선택 시 기본적으로 선택된 상태로 설정됩니다.</td><td></td></tr><tr><td><strong>포함됨</strong></td><td>SBLI__Included__c</td><td>옵션이 포함된 상태로 설정됩니다. 포함된 옵션은 금액이 단가 및 총액에 반영되지 않으며, 편집기에서 <em><strong>Included</strong></em>로 표시됩니다.</td><td></td></tr><tr><td><strong>단가 편집 가능</strong></td><td>SBLI__PriceEditable__c</td><td>옵션 단가를 사용자가 수정할 수 있도록 허용합니다. 기본적으로 옵션 단가는 수정할 수 없습니다.</td><td></td></tr><tr><td><strong>수량 편집 가능</strong></td><td>SBLI__QuantityEditable__c</td><td>옵션 수량을 사용자가 수정할 수 있도록 허용합니다. 기본적으로 옵션 수량은 수정할 수 없습니다.</td><td></td></tr><tr><td><strong>최소 수량</strong></td><td>SBLI__MinQuantity__c</td><td>옵션 수샹 수정이 가능한 경우, 옵션 선택 단계에서 설정할 최소 수량입니다.</td><td></td></tr><tr><td><strong>최대 수량</strong></td><td>SBLI__MaxQuantity__c</td><td>옵션 수샹 수정이 가능한 경우, 옵션 선택 단계에서 설정할 최대 수량입니다.</td><td></td></tr><tr><td><strong>설명</strong></td><td>SBLI__Description__c</td><td>옵션에 대한 상세 설명을 제공합니다.</td><td></td></tr></tbody></table>


---

# 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://help.smallbuilder.com/ko/smallbuilder-line-items/product-option/setup/configure-product-option-data.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.
