History¶
Including all features, bugs and fixes released up until 2025.0.0.645
Features¶
This section contains a table that lists the features that were included in our releases. This article will be update with each release.
| Release Version | ID | Title |
|---|---|---|
| 2025.0.0.644 | 15463 | New field types for timestamps and durations |
| 2025.0.0.644 | 15640 | Job Logs |
| 2025.0.0.644 | 16650 | Infrastructure update |
| 2025.0.0.643 | 16152 | CAD Viewer - New features & improvements |
| 2025.0.0.643 | 16255 | Decommission Cortex Service |
| 2025.0.0.643 | 16388 | Web App - performance improvement |
| 2025.0.0.642 | 15670 | Documentation refresh |
| 2025.0.0.641 | 15692 | .STP viewer preview |
| 2025.0.0.640 | 15540 | [Recurring] Improve documentation |
| 2024.0.0.634 | 10010 | [Integration service/Jobs] “Connections” as a separate resource |
| 2024.0.0.634 | 14546 | Read-only tags consistency |
| 2024.0.0.634 | 14588 | As a key user you can now create advanced queries where you can select multiple tags in one expression. |
| 2024.0.0.634 | 15214 | A placeholder icon and descriptive text/button is used as visual for Zip files in the Document Warehouse. |
| 2024.0.0.634 | 15420 | “Move document 2 SPO” endpoint |
| 2024.0.0.634 | 15423 | Documentation refresh of D365FO Input management |
| 2024.0.0.634 | 15438 | New & improved email viewer for the 9A Raptor Document Warehouse. |
| 2024.0.0.634 | 15458 | Enable email attachments to be added to Raptor with drag & drop (new outlook client) |
| 2024.0.0.634 | 15462 | Allow end users to sort on date/numeric/text fields in the document list. |
| 2024.0.0.634 | 15496 | Option to download files “inline” |
Bugs & Fixes¶
This section contains a table that lists the bugs and fixes that were included in our releases. This article will be updated with each release.
| Release Version | ID | Title |
|---|---|---|
| 2025.0.0.644 | 16633 | Show large CAD files |
| 2025.0.0.643 | 16315 | Search component not showing tags |
| 2025.0.0.643 | 16404 | D9A Kickstart - Use existing user |
| 2025.0.0.643 | 16224 | E-platform - Allow to set a template to the original email. |
| 2025.0.0.643 | 16286 | Remove deleted sharepoint sites |
| 2025.0.0.642 | 16234 | External documents in 9A Raptor Document Warehouse are now copied correctly to the standard storage provider (Azure Blob Storage). |
| 2025.0.0.642 | 15844 | In the viewer of 9A Raptor Document Warehouse word documents containing table rows are now rendered correctly. |
| 2025.0.0.642 | 15975 | A drag & drop of multiple mails functionality stop working |
| 2025.0.0.642 | 16102 | Newly added documents are taken into account when sorting on documents after a keyword search. |
| 2025.0.0.642 | 16145 | For every external system, not only the first, all users are shown without the need to refresh the list. |
| 2025.0.0.641 | 15674 | SharePoint sync - Storage extension error |
| 2025.0.0.641 | 15744 | Large files not being rendered in viewer |
| 2025.0.0.641 | 15764 | SharePoint sync - Ignore hubsite files |
| 2025.0.0.641 | 15803 | Thumbnail for external document not visible after upload |
| 2025.0.0.640 | 15675 | SharePoint sync - not all drive changes processed |
| 2024.0.0.634 | 14865 | Upgrade viewer component to latest version, including fix for conversions to PDF |
| 2024.0.0.634 | 16297 | Email viewer shows no content |
Detailed Notes¶
This section contains the workitems mentioned in the above sections, with additional details and applicable notes
16633¶
- Title: Show large CAD files|
- Release: 2025.0.0.644
- Type: Bug
- Notes The CAD viewer now shows a "download" button for CAD files over 20MB.
Before large files could not be viewed because we do not download large files automatically, and users did not have an option to start the download manually. Be aware that CAD files are rendered in the browser, and bigger files will take a while to load.
Remark: the CAD viewer is still in preview and has to be enabled by 9altitudes on a tenant before it can be used.
15463¶
- Title: New field types for timestamps and durations|
- Release: 2025.0.0.644
- Type: User Story
- Notes 2 new field types have been added. One for timestamps, and one for durations.
A duration (time span) can be used to store intervals, or the "time of day". A timestamp can be used to store an exact moment in time (unlike the already existing date field that did not have time of day or time zone information)
The timestamp will use the browsers time zone information to automatically show the time in the users time zone.
And the users language will be used to render dates and times in culture specific formats.
At the moment sorting on these new type fields is already supported, but searching or filtering not yet.
15640¶
- Title: Job Logs|
- Release: 2025.0.0.644
- Type: User Story
- Notes In the configuration page each job now has an extra log block that contains logs for that job. The 50 most recent job invocations (limited to 1 week) can be viewed. The UI will indicate how many warnings or errors were logged related to the job invocation.
In addition, the "Kofax Document Export" jobs can show a list of 50 most recent messages (from the last 7 days) that were send via E-Platform. You can see the individual calls made to FO with the body of the request and response messages.
16650¶
- Title: Infrastructure update|
- Release: 2025.0.0.644
- Type: User Story
- Notes INFRA - Migrate to new production cluster with extra memory and modified process limits.
16152¶
- Title: CAD Viewer - New features & improvements|
- Release: 2025.0.0.643
- Type: User Story
- Notes The CAD viewer (preview) received some basic styles and new features.
- Measuring points now become semi transparent when they move "behind" an object, and should thus not be visible anymore.
- Resizing the viewer now recalculates the position of any measurement points.
- A "cube" is added on which the user can click to move the camera to a specific view (top, left, right, …)
- The XY ground plane can now be displayed
- The "nodes list" on the left can now be collapsed to reduce space
- The camera perspective can now be switched between perspective and orthographic
- The edges can be displayed
- Basic settings are stored and applied between sessions.
- Zoom and focus controls are improved
16255¶
- Title: Decommission Cortex Service|
- Release: 2025.0.0.643
- Type: User Story
- Notes Cortex related services have been decommissioned.
(Not actively used by any customer) - TechnicalNotes Cortex related services have been decommissioned.
(Not actively used by any customer)
16388¶
- Title: Web App - performance improvement|
- Release: 2025.0.0.643
- Type: User Story
- Notes Lazy load resources related to the viewer to reduce the download size of the initial page load. (only applies if the UI defaults to the details tab, and not the viewer tab.)
16315¶
- Title: Search component not showing tags|
- Release: 2025.0.0.643
- Type: Bug
- Notes When opening the web app directly in the administration page, and opening a security filter with multiple tags, it was possible that the tags were not displayed. Giving the impression that the filter was empty.
The tags are now loaded and displayed correctly.
16404¶
- Title: D9A Kickstart - Use existing user|
- Release: 2025.0.0.643
- Type: Bug
- Notes The D9A kickstart always created a new service user to run the background jobs; even if an existing user was selected. We will now use the specified user, and not create a new one.
16224¶
- Title: E-platform - Allow to set a template to the original email.|
- Release: 2025.0.0.643
- Type: Bug
- Notes When invoices are retrieved from Tungsten, it is possible to put the original email in the raptor document warehouse.
E-Platform now allows to configure a fixed template to be assigned to this email.
16286¶
- Title: Remove deleted sharepoint sites|
- Release: 2025.0.0.643
- Type: Bug
- Notes When removing a SharePoint site that was deleted already in SharePoint an error occurred and the site remained visible in Raptor. This was because we tried and failed to delete the subscription to this site. We now catch and ignore this error, as it just means the site was already removed. And then proceed with also removing the record in Raptor.
16234¶
- Title: External documents in 9A Raptor Document Warehouse are now copied correctly to the standard storage provider (Azure Blob Storage).|
- Release: 2025.0.0.642
- Type: Bug
- Notes By using the copy document function, via de 9A Raptor Document Warehouse API, for a external document it will copy now the external document and store it to the standard Azure Blob Storage account.
15670¶
- Title: Documentation refresh|
- Release: 2025.0.0.642
- Type: User Story
- Notes Documentation refresh for Dynamics 365 Finance & Operations - Process manamement Article
15844¶
- Title: In the viewer of 9A Raptor Document Warehouse word documents containing table rows are now rendered correctly.|
- Release: 2025.0.0.642
- Type: Bug
- Notes Table rows in Word documents are now rendered correctly in the document viewer of the 9A Raptor Document Warehouse.
15975¶
- Title: A drag & drop of multiple mails functionality stop working|
- Release: 2025.0.0.642
- Type: Bug
- Notes Due to a Microsoft update, a drag & drop of multiple mails was not possible anymore.
16102¶
- Title: Newly added documents are taken into account when sorting on documents after a keyword search.|
- Release: 2025.0.0.642
- Type: Bug
- Notes When sorting in the document list of the 9A Raptor Document Warehouse, after a keyword search, newly added documents are now correctly sorted.
16145¶
- Title: For every external system, not only the first, all users are shown without the need to refresh the list.|
- Release: 2025.0.0.642
- Type: Bug
- Notes In the administration module, for every external system the list of users will be made available immediately .
15674¶
- Title: SharePoint sync - Storage extension error|
- Release: 2025.0.0.641
- Type: Bug
- Notes The SharePoint sync no longer encounters issues with files that are created and deleted immediately after.
15744¶
- Title: Large files not being rendered in viewer|
- Release: 2025.0.0.641
- Type: Bug
- Notes Enhanced streaming performance for large files in the viewer.
15764¶
- Title: SharePoint sync - Ignore hubsite files|
- Release: 2025.0.0.641
- Type: Bug
- Notes Fixed an issue where SharePoint sync included "temporary system files" generated by SharePoint in the hidden "_catalogs" folder.
15803¶
- Title: Thumbnail for external document not visible after upload|
- Release: 2025.0.0.641
- Type: Bug
- Notes Fixed an issue where thumbnails were not visible after uploading a file until the page was refreshed.
15692¶
- Title: .STP viewer preview|
- Release: 2025.0.0.641
- Type: User Story
- Notes A preview version of the .STP-file viewer is available and can be unlocked via a feature flag upon request. Please note, this is not a final product and may be subject to changes or limitations
15540¶
- Title: [Recurring] Improve documentation|
- Release: 2025.0.0.640
- Type: User Story
- Notes Reworked D365 Finance & Operations Output management documentation
15675¶
- Title: SharePoint sync - not all drive changes processed|
- Release: 2025.0.0.640
- Type: Bug
- Notes A bug fix to include the missing changes for documents stored in a synced SharePoint Online collection.
10010¶
- Title: [Integration service/Jobs] “Connections” as a separate resource|
- Release: 2024.0.0.634
- Type: User Story
- Notes In the administration module, you are now, as an administrator, able to create named service connection.
These named service connections can then be used in 1 or more jobs. So each D365FO taxonomy job connection to the same environment can use the same service connection. 
14546¶
- Title: Read-only tags consistency|
- Release: 2024.0.0.634
- Type: User Story
- Notes Read-only tag fields will now also prevent the removal of tags at the document level.
14588¶
- Title: As a key user you can now create advanced queries where you can select multiple tags in one expression.|
- Release: 2024.0.0.634
- Type: User Story
- Notes As a key user you are now able to create advanced queries where you can create a single expression containing multiple tags and decide if one, all or none of the containing tags should be set as a criteria. This feature significantly reduces the number of expressions you need to add in a advanced query to result to the same query result.
15214¶
- Title: A placeholder icon and descriptive text/button is used as visual for Zip files in the Document Warehouse.|
- Release: 2024.0.0.634
- Type: User Story
- Notes As an end user when you select a Zip file you would get a thumbnail with the message "No Thumbnail Available", this is replaced by the following visual:
. In the viewer itself the end-user will now see the text "no viewer available (unsupported file format)" and a button to download the zip instead of the error message.
15420¶
- Title: “Move document 2 SPO” endpoint|
- Release: 2024.0.0.634
- Type: User Story
- Notes A new endpoint is created, called "Upload-to-SharePoint" in the API gateway. This enpoint allows smooth & optimized upload of documents from Raptor towards SharePoint Online without the Raptor synchronisation automatically recreation the document in Raptor after upload to SharePoint Online.
15423¶
- Title: Documentation refresh of D365FO Input management|
- Release: 2024.0.0.634
- Type: User Story
- Notes Reworked D365 Finance & Operations Input management documentation
15438¶
- Title: New & improved email viewer for the 9A Raptor Document Warehouse.|
- Release: 2024.0.0.634
- Type: User Story
- Notes In the new email viewer the body of the document is now shown as html, as in Microsoft Outlook .
15458¶
- Title: Enable email attachments to be added to Raptor with drag & drop (new outlook client)|
- Release: 2024.0.0.634
- Type: User Story
- Notes While drag & drop from an email from the new Outlook client towards the 9A Raptor Document Warehouse was already possible, you are now also able to do drag & drop an email attachments directly from he new Outlook client to 9A Raptor Document Warehouse.
15462¶
- Title: Allow end users to sort on date/numeric/text fields in the document list.|
- Release: 2024.0.0.634
- Type: User Story
- Notes As an administrator, you able to activate sorting on multiple fields of the field type: Date, Numeric & Text

As an end user, you can then sort on those fields in the document list.
Up to 3 fields can be activated for sorting in the document list.
14865¶
- Title: Upgrade viewer component to latest version, including fix for conversions to PDF|
- Release: 2024.0.0.634
- Type: Bug
- Notes General update of viewer component to latest version, including fix for incorrect conversions of documents to PDF.
16297¶
- Title: Email viewer shows no content|
- Release: 2024.0.0.634
- Type: Bug
- Notes Emails send with a body in plain text, or rich text format resulted in an empty email body.
This was fixed (hot fix)
15496¶
- Title: Option to download files “inline”|
- Release: 2024.0.0.634
- Type: User Story
- Notes Provided a new query parameter in the endpoint GET /api/meta/document/{id}/content to indicate that you wish a response with the header ‘Content-Disposition: inline’.