> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/release-information/portal2/2024.3.md).

# 2024.3

Released 2024-07-10

### New features

* Added the possibility to configure custom buttons in the record portlet.&#x20;
* Support for the configuration of pretty URLs has been added. Check the box Pretty link to set a fixed text or the value from a column.

  <figure><img src="https://529897662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtPTgZOYmpJka4jqs1v-3406065915%2Fuploads%2FgOqbmY6g155jPnq8CMvo%2Fimage.png?alt=media&amp;token=caba425b-addf-4637-9e99-ff5275d25868" alt=""><figcaption></figcaption></figure>

### General bugs

* Translations - added missing translations for Finnish, German, Norwegian, Polish and Swedish.&#x20;
* Workflow - corrected issue with input parameters to workflow portlet&#x20;

### Portlet bugs

* Document viewer - correction of fetch PDFs as binary output to remove performance issues when viewing big PDF files. For configuration see [Binary workflow](/development/flow-portal-2/portlets/basic/document-viewer.md#binary-workflow).&#x20;
* Document viewer - the PDF InMemory cache expiration time was reduced from 24 hours to 1 hour to free up space and help prevent potential SystemOutOfMemoryExceptions.
* Document viewer - Corrected issue where images did not scale correctly
* Record - The record portlet could not listen to Data Tree - On Tree Node Selection, support for this has been added. &#x20;
* Record - corrected that CRUD workflows were not included in exports.&#x20;
* Table - Corrected issue where selecting all rows using Ctrl+A did not activate customer buttons set to be active when a row is selected.&#x20;


---

# 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.novacuraflow.com/release-information/portal2/2024.3.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.
