Skip to main content

Documentation updates for Jul 08, 2026

Mailbridge Setup Guide for IMAP OAuth2 and Exchange Online

Expanded the Mailbridge configuration guide to include detailed instructions for setting up IMAP connections with Microsoft Exchange Online and Office 365 using OAuth2 authentication. Includes specific connection parameters and shared mailbox options.

Updated pages:

Configure ADITO with Microsoft Entra ID and M365 Calendars

New guide details setting up ADITO to access Microsoft 365 calendars via Microsoft Entra ID. It covers app registration, client secret creation, and alias configuration using the OAuth2 client credentials flow for background services.

Updated pages:

Guidelines for Major and Minor Release Classifications

Clarifies criteria for categorizing updates as major or minor releases. Major releases include breaking changes or required manual migrations, while minor releases cover isolated features, bug fixes, and improvements without system-wide risks.

Updated pages:

Clarify ADITO AI Terminology and Components

Defines the relationship between ADITO AI, ADITO Intelligence, and ADITO AI Runtime. ADITO AI is the umbrella term; Intelligence is the user-facing chat interface, while the AI Runtime is the backend infrastructure running the models.

Updated pages:

Documentation updates for Jul 07, 2026

AI Roadmap Organized by Time Horizons

The AI roadmap has been restructured into Now, Next, and Later horizons to provide clearer visibility into planned features and their expected timelines.

Updated pages:

Documentation updates for Jul 03, 2026

Accessibility Features and Preference Updates

New documentation explains the enableA11y user preference for assistive technologies. Additionally, the clientHideFloatingActionButton preference was removed; users should validate accessibility needs using the new preference instead.

Updated pages:

Documentation updates for Jul 01, 2026

Designer Tunnel Conflicts and Known Issues

Documentation clarifies that multiple Designer Tunnel connections can interfere with each other due to unstable address mapping. This issue remains unresolved as a fix requires disproportionate effort, but workarounds are provided.

Updated pages:

Welcome to the ADITO Platform Documentation

Updated the main documentation title to reflect the official 'ADITO Platform' branding, ensuring consistency across all user-facing materials.

Updated pages:

Documentation updates for Jun 30, 2026

Clarified xRM Customization and Module Documentation

Refined xRM content by removing redundant terminology and reorganizing sections. The guide now clearly explains how standard modules work and provides an updated manual for tracking changes between releases.

Updated pages:

Enhanced Introduction and Upgrade Guidance

Rewrote the introduction to better define the documentation's scope for developers and architects. Added a dedicated section for getting started and clarified resources for tracking platform changes and planning upgrades.

Updated pages:

JasperReports: Switch from Groovy to Java

Starting with ADITO 2026.0.0, JasperReports using Groovy are no longer supported in the web client due to a core server JDK upgrade. Reports may fail silently or cause the client to stop responding. You must change the report language to Java and retest affected reports.

Updated pages:

Troubleshooting Microsoft Graph Mail Issues

New guide for known issues when migrating to Microsoft Graph, specifically regarding sent emails not appearing in the Sent Items folder. It explains differences between SMTP and Graph behavior and provides solutions, including enabling the mailProcessUseOutbox preference in ADITO.

Updated pages:

Documentation updates for Jun 29, 2026

Upgrade Guide: JasperReports Language Change

Updated upgrade manual advises switching JasperReports from Groovy to Java following the core server JDK upgrade. This change prevents potential failures where Groovy-based reports might not open or cause the web client to become unresponsive.

Updated pages:

Relative Date Filter Key Example

Added an example value for the key property in relative date filters to clarify its structure and usage.

Updated pages:

Supported Browser Environments

Defined supported browser environments and versions for desktop, tablet, and mobile client variants across Windows, macOS, iOS, and Android.

Updated pages:

Documentation updates for Jun 25, 2026

The ASYSCALENDARLINK table now requires the ID column starting with release 2026.1. Systems using older schemas without this column may fail during upgrades or custom integrations. Review your database schema and add the missing ID column to ensure compatibility.

Updated pages:

Documentation updates for Jun 22, 2026

Device-Specific Design Behavior

Updated documentation on device-specific designs, explaining how ADITO determines client variants based on device and browser, and providing recommended orientations for each device type.

Updated pages:

Sending Multipart REST Requests and Linked Context IDs

Learn how to send multipart/form-data requests using requestEntityMultipart() for external APIs. Additionally, understand that EntityField linkedContext values must contain record IDs, not display labels, to prevent link failures or incorrect record resolution.

Updated pages:

Documentation updates for Jun 19, 2026

ADITO Release Support Lifecycle and Policy

Clarifies support phases for major and minor releases. While current major lines receive features and fixes, previous major lines enter maintenance mode after the next release, receiving only critical bug fixes and security updates until their end-of-life date.

Updated pages:

Correct multipart request syntax in upgrade guide

Fixed the example code for multipart requests in the 2024.1.2 to 2024.2.0 upgrade guide. The argument order for creating multipart entities has been corrected to ensure users can successfully construct binary and text parts.

Updated pages:

Documentation updates for Jun 18, 2026

Update net library documentation for multipart support

Clarified that multipart/form-data support is now part of the core net system library rather than a separate netMultipart module. Updated examples to use net.forBinaryFile, net.forTextFile, and net.forTextValue for handling REST API integrations.

Updated pages: