# 라인 아이템 편집기 설정 (Setup Line Item Editor)

라인 아이템 필드의 속성을 설정합니다. 앞서 선택 조회 레코드별로 가격, 할인율, 수량 등의 속성 필드를 정의합니다.

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

<table data-header-hidden><thead><tr><th width="93"></th><th width="187"></th><th></th></tr></thead><tbody><tr><td><strong>1</strong></td><td><a href="/pages/RL4M9Onb1A8FCsljZ3Hu">라인 아이템 필드 설정</a></td><td>Line-item 개체의 모든 필드 중에서 편집 시 사용할 필드를 선택하고 각 필드의 기본값 및 속성을 설정합니다.</td></tr><tr><td><strong>2</strong></td><td><a href="/pages/PdpCN4ADVRDJfwa41Z7u">데이터소스</a></td><td><p>조회 개체 레코드 외에 추가 데이터를 표시하고 싶은 경우 데이터소스를 활용하여 다른 개체를 조회하거나 가져온 데이터를 표시할 수 있습니다.</p><p>또한, Apex Class를 사용하면 복잡한 로직이나 외부 인터페이스를 통해 데이터를 가져와 조회 선택기에서 표시하는 것도 가능합니다.</p></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/builder/builder-setup-steps/setup-line-item-editor.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.
