# 라인 아이템 옵션 값의 표시 및 저장 방식

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

라인 아이템의 옵션 값의 표시 및 저장 방식은 **일부 옵션 값**과 **라인 아이템 편집기 설정 단계**에서 **추가된 필드 설정**에 따라 결정됩니다.

{% hint style="warning" %}
편집기에서 옵션은 **모두 읽기 전용으로 표시**됩니다. 하지만 수량과 가격은 옵션 데이터 설정에서 ‘수량/가격 편집 가능’ 옵션을 활성화하면 수정할 수 있습니다.
{% endhint %}

### 일부 옵션 값의 표현 방식

<table><thead><tr><th width="147">옵션 값</th><th>저장 방식</th></tr></thead><tbody><tr><td>Quantity</td><td>구성 제품의 수량과 옵션의 수량을 곱하여 계산된 값으로 표현됩니다.</td></tr><tr><td>Total Price</td><td>옵션의 단가와 수량을 계산한 결과 값으로 표현됩니다.</td></tr></tbody></table>

#### 예시

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

해당 이미지와 같이 추가된 옵션의 **수량**은 **2**이고, **총액**은 **$90**입니다. 계산 방식은 다음과 같습니다:

<table><thead><tr><th width="102">옵션 필드</th><th>계산 방식</th><th>결과</th></tr></thead><tbody><tr><td>수량</td><td>구성 제품 수량 × 옵션 수량 = 옵션의 총 수량</td><td>2 (구성 제품 수량) × 1 (옵션 수량) = <strong>2 (옵션 총 수량)</strong></td></tr><tr><td>총액</td><td>옵션 총 수량 × 옵션 단가 = 옵션의 총액</td><td>2 (옵션 총 수량) × $45.00 (옵션 단가) = <strong>$90.00 (옵션 총액)</strong></td></tr></tbody></table>

### 라인 아이템 열의 설정에 따른 표시 및 저장

**옵션 값이 매핑된 필드가 라인 아이템 열로 추가된 경우,** 해당 열에 ‘**저장 안 함**’ 설정이 활성화되어 있다면 해당 설정을 따릅니다. 그리고 라인 아이템 열에 추가되지 않은 필드는 편집기에서 표시되지 않지만 내부적으로 저장됩니다.

{% hint style="warning" %}
매핑된 라인 아이템의 필드가 세일즈포스 필드 권한에서 **읽기 전용**으로 설정된 경우, 해당 필드는 저장되지 않습니다.
{% endhint %}

#### 예시

라인 아이템 편집기 설정에서 **총액**(`TotalPrice`) 필드에 ‘**저장 안 함**’ 설정이 활성화된 상태입니다.

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

제품 옵션의 **Total Price** 값이 라인 아이템의 **총액**(`TotalPrice`) **필드로 매핑**되어 있습니다.

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

편집기에서 옵션을 추가한 후 저장 시, **옵션의 총액**(`TotalPrice`) **필드**는 라인 아이템 열 설정에 따라 **저장되지 않습니다.**

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


---

# 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/display-and-storage-of-line-item-option.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.
