> 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-documents/undefined/24/v-1.50.md).

# v 1.50 \~

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f4e6">📦</span> <a href="#v-1.52-1">v 1.52</a></summary>

* 레코드의 관련 첨부 파일을 문서 내에 추가할 수 있는 **첨부파일(Attachment)** 요소 추가

</details>

***

## v 1.52

:calendar\_spiral: **Release Date**

2024\. 9. 25.

:ledger: **Summary**

* 레코드의 관련 첨부 파일을 문서 내에 추가할 수 있는 **첨부파일(Attachment)** 요소 추가

#### :gear: Feature

{% tabs %}
{% tab title="빌더" %} <mark style="color:blue;">**Document Template Builder**</mark>

<figure><img src="/files/NkyO710zN9eK0KdCLlbL" alt="" width="375"><figcaption></figcaption></figure>

문서 내에 첨부파일 목록을 추가할 수 있는 **첨부파일(Attachment)** 요소가 새롭게 추가되었습니다!

***

📌 **필터링**

필터링을 통해 첨부파일 목록을 사용자 정의할 수 있습니다.

{% hint style="warning" %}
사용자 시점에서 첨부파일 필터링은 `ContentDocument` 오브젝트 기준으로 하며,

실제 쿼리는 `ContentDocument`, `ContentDocumentLink`, `ContentVersion`이 사용됩니다. 사용자는 세 개의 오브젝트에 권한이 있는 지 확인 후 사용해야 합니다.
{% endhint %}

🏷️ None

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

아무 조건 없이 모든 첨부파일을 검색합니다.

🏷️ AND (default)

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

모든 조건이 충족되는 첨부파일을 검색합니다.

🏷️ OR

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

조건들 중 하나 이상 충족되는 첨부파일을 검색합니다.

🏷️ Custom

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

괄호, AND, OR 및 NOT을 사용하여 조건 논리를 직접 구성합니다.

위 예시 이미지는 파일의 제목이 '보고서'로 시작되면서 확장자가 'png'이거나 'jpg'인 첨부파일을 검색하고 있습니다.

***

<mark style="color:red;background-color:yellow;">**✨ 첨부파일 요소는 문서에 하나만 추가할 수 있습니다.**</mark>

<figure><img src="/files/6DKsczdzfmvlKsHKKuIC" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="PDF Viewer" %}

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

필터링 설정을 통한 레코드의 관련 파일 목록이 표시됩니다.

각 파일을 클릭하면 바로 ✨**다운로드** 할 수 있습니다.

<figure><img src="/files/0VDw0Cfee6U7FzONgT8B" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
