# Schedule생성을 위한 개체 설정

Salesforce의 StandardObject인 품목 일정 개체를 사용하여 설명합니다.

CustomObject를 사용한다면 2번부터 시작합니다.

1. 품목 일정 개체 사용을 위해 제품 일정 설정을 활성화 한다.

<figure><img src="/files/94FAd4nGSJUvAr7Oq1Ys" alt=""><figcaption><p>설정 > 제품 일정 설정 > 활성화</p></figcaption></figure>

2 . 일정 개체에 Schedule Configurator 개체의 조회관계 필드를 추가해준다.

<figure><img src="/files/nD9prE0UJy3XdlUYywQL" alt=""><figcaption><p>설정 > 개체 관리자 > 일정 개체 선택</p></figcaption></figure>

<figure><img src="/files/Yq765zuzhlmza3jiRf0N" alt=""><figcaption><p>필드 및 관계 > 조회 관계</p></figcaption></figure>

<figure><img src="/files/JOMfU96A1XX5EucR1Z4P" alt=""><figcaption><p>관련항목으로 Schedule Configurator를 선택합니다. 필드를 생성합니다.</p></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/component/schedule.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.
