# December 2023

### General Improvements

#### **Task UI - 17/12/2023**

* Sortable Task List:
  * Task list results can now be sorted in ascending or descending order based on the timestamp.

* Sorting of Comments:
  * Comments can now be sorted in ascending or descending order within the configuration settings.

#### **Straatos - 17/12/2023**

* Renaming Additional Data in Script:
  * The name of additional data can now be changed within a script task.

* Split Function for Additional Data:
  * A PDF file with additional data can be split into multiple files via a script task.
  * The split files can be added to the same task or assigned to different tasks.

#### **Straatos API V2 - 17/12/2023**

* Task Sorting:
  * The Tasks API can now return tasks sorted in ascending or descending order based on the timestamp.

* Info API Enhancements:
  * The Info API now returns the configuration of a specific user task for tables.
  * It considers user task-specific settings and overrides global settings.
  * Example: If a table is globally set to 'hidden = false' but a user task sets it to 'hidden = true', the Info API now reflects this change.

* Privileged Access Management:
  * New Privileged Access Management API allows defining admin functionalities at the organization level.
  * Users can enable/disable privileged access when performing admin tasks.
  * This applies to Straatos API v2 functions.

* Unassign from User:
  * Added an API call to unassign a document from a user.

#### **Archive API Enhancements - 17/12/2023**

* Delete Document:
  * Introduced an API to delete a document from the archive.

* Set Document Lifecycle:
  * Users can define a document lifecycle duration, ensuring documents are automatically removed from the archive once the lifecycle ends.
  * This setting can be configured globally and overridden per document if needed.

* Set Legal Hold:
  * Added the ability to set a legal hold on an archived document.
  * If legal hold is enabled (true), the document will not be deleted from the archive, even when the lifecycle ends.

***

If you have any questions, please contact CumulusPro support at <support@cumuluspro.com>.


---

# 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://help.cumuluspro.net/release-notes/december-2023.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.
