# 조회 선택기 설정 (Setup Lookup Selector)

라인 아이템을 등록하기 위해서는 먼저 제품과 같은 조회 개체를 검색하고 검색 결과 중 원하는 레코드를 선택하고 수량 등을 설정하여 라인 아이템을 등록합니다. 검색 설정은 조회 개체 검색 시 검색 결과 레이아웃을 설정하는 기능입니다.

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

<table data-header-hidden><thead><tr><th width="54"></th><th width="153"></th><th></th></tr></thead><tbody><tr><td><strong>1</strong></td><td><a href="/pages/BCZv7BBZU5GEuK6g1oq4">조회 필드 설정</a></td><td><p>조회 선택기에서 검색 결과에 표시할 필드(열)를 추가하고, 각 필드(열)의 속성을 설정할 수 있습니다.</p><p>또한, 데이터 소스에서 가져온 데이터를 표시하기 위해 가상 열을 추가할 수도 있습니다.</p></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-lookup-selector.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.
