# 라인 아이템 개체 (Line Item Object)

**라인 아이템 개체**는 참조 데이터를 선택하여 추가 정보를 입력하고 저장하는 역할을 하는 개체입니다. 이 개체는 부모 개체의 하위 개체여야 하며, 빌더에서 부모 개체를 선택하면 해당 부모 개체와 연관된 하위 개체를 검색할 수 있습니다. 해당 단계에서는 필터, 정렬, 자동 번호 등의 설정들을 제공하고 있습니다.

<div data-full-width="false"><figure><img src="/files/AS1qgTuk4WShmiQ629Sd" alt=""><figcaption></figcaption></figure></div>

<table data-header-hidden data-full-width="false"><thead><tr><th width="56"></th><th></th></tr></thead><tbody><tr><td><strong>1</strong></td><td><a href="/pages/Pqync07yNc8s05Lpli0N">개체 및 부모 참조 필드 설정하기</a><br>라인 아이템으로 사용될 개체를 선택하고, 해당 개체를 부모 개체와 연결할 필드를 지정합니다. 스탠다드 개체를 사용하는 경우, 자동 설정 옵션을 통해 필요한 설정을 간편하게 구성할 수 있습니다.</td></tr><tr><td><strong>2</strong></td><td><a href="/pages/ka3ZPAn1FzVNU7j70797">저장된 라인 아이템의 필터와 정렬 순서 설정하기</a><br>라인 아이템 편집기에서 실행 시 조건에 맞는 저장된 라인 아이템을 불러오고 싶다면, 필터와 정렬 순서를 설정해보세요. 이를 통해 원하는 데이터만 표시하고, 불러오는 순서를 제어할 수 있습니다.</td></tr><tr><td><strong>3</strong></td><td><a href="/pages/2HyUOYEsfoNOyxYQc0U7">라인 아이템 삭제 제어하기</a><br>라인 아이템을 삭제할 때 특정 조건에 따라 제어하려면, 조건의 결과값(<code>true</code> 또는 <code>false</code>)을 저장하는 필드를 지정하세요. 이 필드는 삭제 가능 여부를 결정하는 데 사용됩니다.</td></tr><tr><td><strong>4</strong></td><td><a href="/pages/qGwI9XMaPG7i6LMC6BOP">자동 번호 설정하기</a><br>라인 아이템 저장 시 자동 번호를 설정할 수 있습니다. 이 기능은 특히 제품 옵션을 사용하는 경우 각 라인 아이템을 구분하고 관리하기에 유용합니다.</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/relate-objects/line-item-object.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.
