> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/release-notes/inforiver-writeback-matrix/inforiver-writeback-matrix-dec-2025-v4.6.9.0.md).

# Inforiver Writeback Matrix Dec 2025 - v4.6.9.0

## 1. People picker Pagination in Comments

We have implemented a pagination feature for the people picker in the comments editor. You can now mention more people by scrolling through the list. Once the first 15 people are loaded, the next set will automatically load using pagination in the people picker within comments.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FkbvdkwuvCTBqM1P0xjCm%2Fimage.png?alt=media&amp;token=c2a020d7-ca0d-4a96-ac6c-6ff01b8f9d4c" alt=""><figcaption><p>Comment Picker with more than 15 people included</p></figcaption></figure>

2. Added support for Databricks Volumes for bulk insert, replacing the deprecated DBFS approach.
3. Added support for managed identity authentication in addition to existing credential-based methods, giving users the flexibility to choose their preferred configuration and migrate on request.

## Issues Fixed

1. Resolved an issue where the Simple View side panel comments indicator showed “#” instead of the actual number.
2. Resolved an issue where pinned rows caused absolute sorting to be removed and row dimensions to group.
3. Fixed an issue where the Comments panel failed to open after refresh or page navigation.


---

# 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://docs.inforiver.com/release-notes/inforiver-writeback-matrix/inforiver-writeback-matrix-dec-2025-v4.6.9.0.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.
