# 요약 표시하기

라인 아이템 편집기 하단에 요약 정보를 표시합니다.

<figure><img src="/files/5RrtO4clU1JGZLoxsSvt" alt=""><figcaption></figcaption></figure>

### 예시: 라인 아이템 총액 필드 값의 합계 표시하기

{% hint style="info" %}
이 예시에서는 기회 제품에 대한 라인 아이템 편집기를 설정하였습니다.

* **부모:** 기회(`Opportunity`)
* **라인 아이템:** 기회 제품(`OpportunityLineItem`)
* **조회:** 가격 목록 항목(`PricebookEntry`)
  {% endhint %}

라인 아이템 편집기에서 추가된 모든 데이터의 총액(`TotalPrice`) 필드(열) 값을 합산하여 하단에 합계를 표시하려고 합니다.

#### 설정 방법

1. 기본 설정의 라인 아이템 옵션에서 '요약 표시'를 활성화합니다.
2. 라인 아이템 편집기 설정 단계에서 총액(`TotalPrice`) 필드(열)의 요약 속성을 활성화합니다.

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

#### 결과

라인 아이템 편집기를 실행하면, 추가된 데이터의 총액 합계가 하단에 표시되는 것을 확인할 수 있습니다.

<figure><img src="/files/Glt57FlTJ3JqiNB1uFBm" 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/builder/default-setting/lline-item-editor-settings/show-summary.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.
