> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/ko/smallbuilder-lists/undefined-1-1/action-setup-optional/add-lineitem-action.md).

# 라인 아이템 작업 추가

**SmallBuilder Line Items 패키지**가 설치되어 있는 경우, 작업에 라인 아이템 작업을 추가할 수 있습니다.

{% hint style="warning" %}
해당 기능을 사용하려면 **SmallBuilder Line Items 패키지의 라이선스와 권한이 필요**합니다.
{% endhint %}

***

#### :small\_orange\_diamond: 설정 방법

1. **작업(action)** 설정에서 **라인 아이템 작업 추가(Add Line Item Action)** 버튼을 클릭합니다.\\

   <figure><img src="/files/rV0m4VcadizY30AWvBMz" alt=""><figcaption></figcaption></figure>
2. 버튼 레이블을 입력하고, 사용할 **라인 아이템 구성기(Line Item Configurator)**&#xB97C; 선택합니다.

{% hint style="warning" %}
라인 아이템 작업은 일반 리스트에서는 표시되지 않으며, 레코드 페이지의 관련 목록(Related List)으로 사용될 때만 노출됩니다.
{% endhint %}

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

3. **저장(Save)**&#xC744; 클릭하여 설정을 완료합니다.

***

#### :small\_orange\_diamond: 예시: 기회 레코드 페이지에 기회 제품 리스트 구성하기

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

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

1. 기회 레코드 페이지에서 **Related List Configurator**를 추가합니다.

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

2. 설정한 라인 아이템 버튼이 관련 목록에 표시됩니다.

{% hint style="info" %}
리스트 로딩 초기에 라인 아이템 버튼이 비활성화(Disabled)되어 나타날 수 있습니다. 이는 **라인 아이템 구성기가 로드 중**인 것으로, 로드가 완료되면 활성화가 됩니다.
{% endhint %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.smallbuilder.com/ko/smallbuilder-lists/undefined-1-1/action-setup-optional/add-lineitem-action.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
