> For the complete documentation index, see [llms.txt](https://docs.rewst.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rewst.help/updates/development-updates/2022-dev-updates/october-28th-2022.md).

# October 28, 2022 - Dev Update

Explore what new changes the Dev team has deployed in the last week!

This can be anything from new features, bug fixes or QoL changes!

<details>

<summary><strong>New features and items</strong></summary>

* Role based permission system
* Kaseya BMS integration
* Added jinja filters unidecode and to\_ascii

</details>

<details>

<summary><strong>Bug fixes and chores</strong></summary>

* Fixes for running scripts through nable
* Fix for ninja rmm to update refresh tokens
* Fixed triggers for Datto PSA
* Fixed a problem where setting the workflow timeout shorter than a task timeout prevents the workflow from being saved
* Filter out orgs marked as Deleted from the org matcher for Pax8
* Fixed a problem with forms where hidden fields were not properly hiding in some cases
* Increased the max number of results that can be returned from MS Graph actions
* Fixed a problem connecting to MS SQL server with the database integration
* Integrations section of the dashboard was showing errors when optional fields were missing
* Fixed a problem with the generic http request action where it was sometimes returning Success when receiving non - 200 level responses

</details>

<details>

<summary><strong>In review and testing</strong></summary>

* SonicWall NSM integration
* Fix: Add newer features to export/import so they are included in export data
* Improved formatting for errors coming from our api that might be displayed in result details
* Fix: MS Exchange Online cmdlet proxy errors
* Eager load dynamic options on forms
* SSL support for database connections in the database integration
* Add a rewst action to list integrations for a give org

</details>

If you'd like to see these in action, review the latest [Open Mic recording here](/updates/roc-open-mics/roc-open-mics-north-america/2022-roc-open-mics/october-28th-2022-immybot-and-user-offboarding.md)


---

# 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.rewst.help/updates/development-updates/2022-dev-updates/october-28th-2022.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.
