# Release Notes

## migration-center 23.3

### Features & Enhancements

* General
  * Show migset name and migset id in the importer run report (#68918)
* New Azure Blob Storage Importer (#67191)
  * Imports documents with content
  * Sets system metadata on documents
  * Sets custom metadata on documents
  * Sets blob index tags
* Box Importer
  * Create folders and metadata (#68813)
  * Optimize / reduce the number of REST API calls (#68775)
  * Validate dropdown values before submitting the request to Box  (#68774)
* Cara Importer
  * Add support for Cara 5.9 (#68919)
  * Add support for setting sequence\_no (#68777)
  * Partially import the documents that fails because of invalid object references (#68905)
* Exchange Scanner
  * Add support for Exchange 365 (#68960)
* OpenText Content Server Importer
  * Add support for importing into OpenText Content Server 23.3 (#68834)
* WebClient
  * Copy rules from migset (#68954)
  * Filter by Value (#68783)
  * Reset all Error Objects (#68784)
  * Migset "add new association" entry UI re-design (#68782)
  * Transformation rules clipboard can be pasted any number of times (#68785)
  * Remove dependency on ENV variables in REST API (#68642)
  * Improve Object Type section performance (#69074)
  * Improve Object Type stability during CRUD operations (#68781)
  * Improve UI performance of Adapters input (#68655)

### Fixes

* Database
  * multivalueRemoveDuplicates incorrect on null / empty values (#69237)
* Alfresco Importer
  * Setting null values for aspect attributes may remove other attribute values from the aspect (#69487)
* Box Importer
  * Object Type name is being sent in all lowercase characters (#68978)
* Cara Importer
  * First line in relation\_config.properties is ignored (#68907)
  * Empty lines when logging level is 2 (#68916)
  * Cara file path too long error (#67864)
  * Setting an ID field which is binded to the LATEST version fails (#67060)
  * Indexing documents is applied when indexDocuments is not checked (#68906)
  * Audittrail attribute\_list and attribute\_old\_list are not migrated (#69106)
  * Internal attribute “title” is not set (#66927)
* Veeva Importer
  * The character \ is not visible in Veeva (#68811)
  * Import fails if one attribute value finish with "\\" (#68812)
* WebClient
  * Blank page when current connection was deleted in another session (#68988)
  * Error when filtering migset target or error objects in PostgreSQL (#69621)
  * Retrieving error objects fails on Postgres when rule is associated in two objects types (#69511)
  * Migset mapping lists incorrectly shown in new migsets after importing migset from file (#69014)
  * Add association button enables when switching between object types (#64272)
  * Copying a mapping list duplicates all entries after clicking on an entry and then away (#69228)
  * Previous step not correctly displayed in IF function (#69163)

### Known Issues

* Box Importer
  * Created and Modified attributes not set on folders (#69471)
* Cara Importer
  * When importing Updates and Original objs in the same migset original objs stay validated (#69404)
* WebClient
  * Refreshing source objects after filtering value on column with upper case letters fails (#69629)
  * Object filtering fails on Postgres if value contains backslash "\\" (#69575)
  * Function with attribute that no longer exists does not change when setting first entry of new existing attribute list (#69713)


---

# 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://docs.migration-center.com/23.3/release-notes.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.
