# Schedule Configurator 사용하는 방법

1. Start Here 페이지를 참고하여 Sample Data를 생성해 줍니다.

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

2. Line-Item Object의 Name Field를 Product의 Name을 가지는 포뮬러 함수 필드로 변경 해줍니다.

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

3. Add Button을 사용하여 원하는 페이지 레이아웃에 Schedule Configurator 사용을 위한 Quick Action을 추가해 줍니다.

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

4. Parent Object의 record Detail 페이지에 추가한 'Schedule' 버튼을 클릭하여 Schedule Configurator를 사용합니다.

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

5. CreateAll 버튼을 눌러 모든 라인 아이템의 일정을 생성합니다.
6. Create 버튼을 눌러 왼쪽 Tab에 활성화된 LineItem에 대한 일정을 생성합니다.

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

7. ScheduleDate를 기준으로 일정 정렬이 가능합니다.
8. 범위를 넘어서는 값을 입력할 시 붉은색 표기를 통해 유효하지 않은 값임을 사용자에게 알립니다.

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

9. '+'버튼과 휴지통 버튼을 사용하여 일정을 추가 삭제할 수 있습니다.

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


---

# 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-schedules/undefined-1/schedule-configurator.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.
