# 기초 사용 예제

#### Line-item Configurator를 빠르게 이해할 수 있게 구성한 간단한 예제입니다.

#### 기회의 기회 제품 Line-item Configurator 구현 예시

기존에 있는 기회 제품 등록 화면에서 수량 및 단가 변경 시 자동 계산이 안 되는 부분을 Line-Item Configurator를 이용해 할인율 적용, 총액 계산 및 하단에 요약까지 다시 재구현하였습니다.

{% embed url="<https://youtu.be/W_NB6TAJCpE>" %}

#### 비즈니스 출장 기능 구현 예시

Line-Item Configurator는 표준 개체뿐만 아니라 사용자 정의 개체를 이용해서 세일즈포스에 쉽게 Line-Item 입력을 할 수 있도록 제공합니다.

아래 영상에서는 사용자 정의 개체인 '**비즈니스 출장**'을 이용하여 Line-Item Configurator를 구현하였습니다. 기존에는 표준 화면을 이용 시 Line-Item 추가하려면 한 건씩 처리해야 하는 번거로움이 있습니다. 또한, 입력 화면의 필드들을 자유롭게 커스텀하는게 쉽지 않습니다. Configurator를 통해 어떻게 구현되었는지 영상을 통해 보여 드리겠습니다.

{% embed url="<https://youtu.be/3zVGVlJR7S8>" %}


---

# 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/basic-usage-example.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.
