# Hide Linked Record Title

### **Introduction**

This release focuses on improving the readability and clarity of processes that use Linked Record fields. By allowing admins to suppress the display of Linked Record titles, the platform now supports cleaner layouts, reduces visual noise, and ensures a more streamlined experience when working with Linked Records and their embedded fields across processes.

***

### **What this release covers**

1. This update focuses on strengthening the configuration of the Linked Record setting, “Suppress title hyperlink to the record,” which is available inside the **Linked Record checklist settings → Preview options.**

When this setting is enabled:

* The **auto number** and **title** of Linked Records inside processes are hidden.
* If a Linked Record contains another **Linked Record field as an embedded field**, the title for that embedded Linked Record is also hidden.

2. The previous input prompt, **“Enter optional title,”** shown during inline creation of a new Linked Record, has been removed.
3. Users can now create Linked Records directly using **“Create New LR”**, without being prompted to enter a title, preventing unnecessary chatroom creation from the checklist.

This improves consistency and allows teams to embed Linked Records in a more controlled, minimalistic way.

***

### **Before vs After**

| **Before**                                                                                                          | **After**                                                                          |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| Linked Record titles (auto number + title text) were always visible inside processes, including embedded LR fields. | Titles are fully hidden when **Suppress hyperlink** is enabled in Process Builder. |
| Embedded Linked Records also displayed their titles by default.                                                     | Titles for embedded Linked Records are also suppressed.                            |
| Creating a new Linked Record from inside the checklist displayed an **“Enter optional title”** input box.           | The title input box is removed; creation happens directly via **“Create New LR”**. |
| Title visibility and input prompt could unintentionally trigger unnecessary chatroom creation.                      | Cleaner flow prevents accidental chatroom creation and reduces UI clutter.         |

***

### **Release Limitations**

* If the Linked Record field does not contain any embedded fields, enabling the “Suppress hyperlink” option will result in a blank header area being displayed, which can make the checklist visually look empty or incomplete.
* Title suppression applies only when the admin explicitly enables the “Suppress hyperlink” option inside the Linked Record checklist settings.
* This release does not change how Linked Record titles are visible in any other instances throughout the platform.


---

# 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://docs.unifize.com/release-notes/december-2025/hide-linked-record-title.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.
