Skip to main content

Documentation updates for Jul 27, 2026

Updated Extension Pack workflow guidance

Clarified that parallel operations are experimental and intended for development only. Added warnings about potential file overwrites when transferring back to AOD and emphasized creating backups before conversion.

Updated pages:

Clarified row recalculation behavior and performance optimizations

Updated upgrade guide details for neonRowRecalculationMode. Field values are now reset before each row during data retrieval calls, with performance improvements made to redundant process executions independent of this setting.

Updated pages:

Documentation updates for Jul 24, 2026

Expanded platform support for Transpile v2

Updated documentation to confirm support for Debian-based Linux systems like Ubuntu alongside Windows. Clarified that other distributions and macOS are currently unsupported.

Updated pages:

Converter tool now supports Debian-based Linux

The Converter tool is now available on Windows and Debian-based Linux distributions like Ubuntu. It transforms projects into YAML structures in VS Code, though dependencies must be installed manually afterward.

Updated pages:

JDito RecordContainer Implementation Guide

Added a comprehensive step-by-step guide for implementing JDitoRecordContainer. Includes database setup, context creation, view configuration, and code examples for content processing, insertions, updates, and deletions. Highlights the flexibility of data sources while noting that sorting, paging...

Updated pages:

Documentation updates for Jul 23, 2026

Updated Global Services Versions

Updated version numbers for PDF-Preview, Content Analysis, and Text Analysis services to reflect optimized Docker images. While using newer versions is recommended for performance, it is not strictly required for compatibility.

Updated pages:

Documentation updates for Jul 21, 2026

Clarify AOD-to-YAML conversion context issues

Updated the description of known conversion issues when opening an AOD project. Clarified that views are placed without context because the converter cannot determine the original data model when the nodemodules directory is excluded.

Updated pages:

Documentation updates for Jul 20, 2026

AOD views with module contexts land in unexpected paths

Added documentation explaining a known issue where views created in AOD and assigned to a module's context data model end up in an incorrect path during AOD-to-YAML conversion. This occurs because the view reference points to the context while the view itself is treated as a separate data model d...

Updated pages:

Documentation updates for Jul 16, 2026

New Development menu for technical references and tools

Introduced a new Development section in the main navigation. It groups technical reference documentation and interactive tools, including Viewtemplates and Layouts, Data Model API, JDito API, Dev Tools, and xRM Customization resources.

Updated pages:

Streamlined Dev Tools Overview and Error Code Lookup

The Dev Tools section has been reorganized for better navigation. The Error Code Lookup tool now supports resolving internal ADITO error codes using full codes, ID pairs, or log excerpts containing multiple codes.

Updated pages:

Clarification on PATCH Requests for Consumer Entities

Updated guidance to emphasize addressing dependent Consumers by their specific ID during PATCH requests. This prevents attribute mixing and accidental overwrites of existing records.

Updated pages:

Optimized Component Images and Terminology

Component documentation images have been updated with clearer filenames and descriptions. Terminology for dropdowns, lookup fields, and multi-edit components has been refined for consistency across the guidelines.

Updated pages:

Clarify READ vs VIEW permissions for tab visibility

Explains the distinction between READ and VIEW permissions. READ controls data access, while VIEW controls element visibility. Tabs disappear only if contained content is hidden due to denied VIEW permissions, not merely lack of READ access.

Updated pages:

Use ANTHROPICAUTHTOKEN for coding agents

Updates configuration to use ANTHROPICAUTHTOKEN instead of ANTHROPICAPIKEY. This prevents authentication conflicts with personal Claude Code logins and skips the initial confirmation prompt, ensuring reliable connection to ADITO AI Runtime.

Updated pages:

Documentation updates for Jul 14, 2026

Configure self-hosted adito-code for OpenCode, Claude, and Codex

Introduces the adito-code model for data sovereignty. Guides users on configuring OpenCode, Claude Code, and Codex to route requests through ADITO Cloud infrastructure in Germany, keeping source code within your environment.

Updated pages:

Converted documentation images to the modern WebP format for better performance and fixed broken navigation anchors. These changes ensure faster page loading and reliable access to specific sections like Git naming conventions.

Updated pages:

Standardized viewtemplate images to WebP

Replaced all PNG screenshots in Viewtemplates documentation with optimized WebP files. This update improves load times across guides for charts, tables, and other UI components without changing visual content.

Updated pages:

Documentation updates for Jul 13, 2026

Enhanced Known Issues section structure

Restructured the Designer troubleshooting guide to clearly define when to use the Known Issues page. Added detailed descriptions for specific issues like missing models in project overrides and tunnel address conflicts.

Updated pages:

Using Documentation Properties in ADITO Models

ADITO model elements now support a documentation property to store technical or functional explanations directly on the model. Written in AsciiDoc format, this helps clarify purpose and behavior for complex entities like Entities, Fields, and Parameters.

Updated pages:

Database Best Practices: Reserved Words and SQL Safety

Avoid reserved words for identifiers to ensure portability. Use prepared statements for SQL safety and qualify column names with table names to prevent ambiguity. Guidelines also cover DATETIME vs TIMESTAMP usage and storing booleans as TINYINT.

Updated pages:

Global Search Limitations with Solr 9 in ADITO 2025.0

Starting with version 2025.0, specific field types used in Global Search may hit Solr's maxBooleanClauses limit due to term expansion. This update provides warnings and recommends alternative field types like TEXTNOSTOPWORDS or COMMUNICATION to resolve search issues.

Updated pages:

Removed references to the product roadmap and clarified that ADITO does not yet ship a dedicated agent framework. Users can now build basic agent loops in JDito using function calling and process execution without relying on future roadmap features.

Updated pages: