> For the complete documentation index, see [llms.txt](https://docs.goldenedi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goldenedi.com/releases/archive/26.0.md).

# 26.0

Changelog for Golden EDI version 26.0 that was released on 2025-06-04

## Description

Welcome to release 26.0! This update brings several improvements to enhance system performance, reliability, usability, and expanded integration features.

Highlights includes reliability improvements, new event handlers, enhanced email processing with better integration to SweBase, and a new feature called Configuration Options to allow simplified end-user setup management in future setups. We've also upgraded our Extended Platform to what we call V2, providing greater flexibility while maintaining existing configuration approach.

## Changelog

**Golden EDI**

**Enhanced Reliability**

* Improved email generation with corrected subject line handling for SweBase integration
* Enhanced PDF mailing workflows with proper source document association
* Streamlined comment line processing with automatic splitting for lengthy content

**Advanced Workflow Features**

* New pre-posting control events for sales shipments with customizable triggers
* Enhanced mapping protection requiring closed status before deletion
* Expanded Message ID support allowing full 50-character length in workflows
* Improved drop shipment receipt processing with automated message selection

**Expanded Integration Capabilities**

* New invoice discount calculation fields for both sales and purchase documents
* Enhanced import/export mapping functions with advanced filtering options
* Added "Company Name" function for dynamic company display integration
* Support for third field filtering in export mapping operations

**User Experience Enhancements**

* Introduction of Configuration Options for simplified end-user setup management
* Added GEDI document exchange fields to vendor management
* Enhanced control document navigation with multi-level table references
* Optional color/style settings for GEDI Status fields to optimize performance
* Improved visibility of GEDI fields and statuses on posted purchase documents

**Extended Platform - Major Upgrade**

**Platform Evolution**

* Upgraded to Extended Platform v2 with support for replaceable pages and tables
* Maintained compatibility with existing configuration methods during transition

**Access Control & Performance**

* New GEDI Viewer Groups for granular workspace access management
* Optimized quantity calculations across all posting operations (Sales, Purchase, Receipt, Shipment)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.goldenedi.com/releases/archive/26.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
