> 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/important-notice/eca-transition.md).

# ECA Transition Required (2026.05.13)

{% hint style="danger" %}
**\[Important] Notice for users on older versions**

Due to a Salesforce policy change, **Connected Apps are being replaced by External Client Apps (ECA)**. If you are using a SmallBuilder product below the minimum versions listed below, metadata-related features in the builder — such as **creating tabs/buttons or adding buttons to page layouts** — may not work as expected.

For uninterrupted use, please **upgrade each product to at least the minimum version** using the links below, and then configure the External Client App (ECA) settings.
{% endhint %}

### Minimum versions and upgrade links by product

<table><thead><tr><th width="220">Product</th><th width="160">Minimum version</th><th>Upgrade / ECA setup</th></tr></thead><tbody><tr><td><strong>SmallBuilder Line Items</strong></td><td>Version <strong>3.0</strong> or later</td><td><a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tPf000000yrsfIAA">Upgrade package</a> · <a href="/pages/j3UMnigDRp7bsxpGRqNs">ECA setup</a></td></tr><tr><td><strong>SmallBuilder Lists</strong></td><td>Version <strong>3.1</strong> or later</td><td><a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tPf000000ytUfIAI">Upgrade package</a> · <a href="/pages/HmY5nNmFbgYwyaTbR5SZ">ECA setup</a></td></tr><tr><td><strong>SmallBuilder Schedules</strong></td><td>Version <strong>2.0</strong> or later</td><td><a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tPf000000ytsrIAA">Upgrade package</a> · <a href="/pages/9GfKFQaBebAWaL6BVVeS">ECA setup</a></td></tr><tr><td><strong>SmallBuilder Documents</strong></td><td>Version <strong>1.93.29</strong> or later</td><td><a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tPf000000yrflIAA">Upgrade package</a> · <a href="/pages/y1e7bhqomc8Y1Nkc6TOZ">ECA setup</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.smallbuilder.com/important-notice/eca-transition.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
