# 조회 선택기 차단하기

조회 선택기를 건너뛰고 바로 라인 아이템 편집기로 전환하고 싶은 경우, 조회 선택기 차단 기능을 활성화하세요. 또한, 특정 조건에 따라 조회 선택기를 차단할 수도 있습니다.

**차단 조건을 설정**하려는 경우, 부모 개체의 특정 필드를 기반으로 제어됩니다. 해당 필드는 **Boolean 유형**이어야 하며, 값이 `true`인 경우 조회 선택기가 차단됩니다.

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

### 예시: 갱신된 기회에서 제품 추가 차단하기

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

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

라인 아이템 편집기에서 갱신된 기회인 경우 제품 추가(라인 아이템 추가)를 차단하려고 합니다. 예시에서는 기회의 갱신됨(`IsRenewal__c`) 필드를 사용하여 차단 조건을 설정합니다.

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

**갱신됨**(`IsRenewal__c`)이 `true`일 때 편집기에서 **조회 선택기 화면으로 전환하는 버튼이 표시되지 않는 것**을 확인할 수 있습니다.

<figure><img src="/files/fDiex1fMdONJAvOxhxdm" 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-line-items/builder/builder-setup-steps/relate-objects/lookup-object/block-lookup-selector.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.
