> 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/editable/release-notes/editable-v1.7.5.md).

# EDITable - v1.7.5

## New

### 1. Introducing user roles and permissions

User management in EDITable is now even more secure and streamlined with our new, role-based access control policies. In this release, we have introduced additional user roles with clearly defined access permissions.

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2FtzRHB9pTLS4sQrFjydwO%2Fimage.png?alt=media&amp;token=ba43e4a2-ac92-43f1-8e92-00c6ae71dbea" alt=""><figcaption><p>Default user roles</p></figcaption></figure>

Admins can assign roles to users (or Active Directory groups) to specify what they can or cannot do in EDITable.

Here is a summary of default roles and their associated permissions:

<table><thead><tr><th width="263">Roles</th><th>Associated Permissions</th></tr></thead><tbody><tr><td>Admin</td><td>Complete control within the product with no restrictions.</td></tr><tr><td>EDITable Admin</td><td>Access to all EDITable settings and writeback.</td></tr><tr><td>EDITable Input Users</td><td>Access to add comments and execute writeback.</td></tr><tr><td>EDITable Database Admin</td><td>Access the writeback configurations in the admin connection portal and create/alter tables.</td></tr><tr><td>EDITable Approvals Users</td><td>Access to review requests and take actions, execute writeback, add comments, and access audits.</td></tr></tbody></table>

In addition to the default roles, workspace admins can create custom roles and policies on a granular level, ensuring enhanced data governance and security.

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2FMlYbNvlzBvv56WJaAiBK%2Fimage.png?alt=media&amp;token=a8bdac5c-67f8-4f42-86f4-a8c27c4fb18c" alt=""><figcaption><p>Add custom policies and permissions</p></figcaption></figure>

### 2. EDITable integration with Infobridge

Explore our best-in-class [product suite](https://inforiver.com/) designed for planning, reporting, writeback, and master data management solutions within Power BI.&#x20;

[InfoBridge](https://docs.inforiver.com/infobridge), one of our key offerings and an add-on to Inforiver, can now fetch data from EDITable, opening up new possibilities for integrated and connected planning.

#### How does it work?

EDITable supports a variety of cloud-based and on-premises databases, including Fabric Warehouse, Fabric SQL, Azure SQL, Snowflake, Amazon Redshift, BigQuery, Databricks, and PostgreSQL. You can now import data tables from these sources into InfoBridge using EDITable.

Once the data is imported, it can be accessed live from an Inforiver report. In the example below, we have demonstrated it using the ‘LOOKUP’ function. This integration lets you seamlessly connect to multiple data sources, enabling real-time connected planning and reporting.

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2FnMfgo663RzyFZTerWEjU%2Fimage.png?alt=media&amp;token=fb8ad80f-eeb6-4fa3-a5c7-b43f6c2d4691" alt=""><figcaption><p>Connected planning using Infobridge with an EDITable source</p></figcaption></figure>


---

# 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/editable/release-notes/editable-v1.7.5.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.
