Skip to main content

Release 26.5.53 on 10.09.2026

· 2 min read

This release corrects the navigation from an eDoc to its source document. The action that opens the document behind an eDoc opened its card over the entire document table instead of over the one attached document, so a foreign document could appear on screen and the card's next/previous navigation browsed every document in the company. The card is now restricted to the document the eDoc actually references.

Bugfix
  • Open Source Document now opens exactly the document the eDoc references, and nothing else. The record was read correctly but handed to the card page without a filter, so the page opened over the whole source table — a posted sales invoice other than the eDoc's own could be shown, and Next/Previous on that card walked through every posted invoice in the company. The view is now narrowed to the attached record before the card opens, so no other document can be displayed. This applies to every entry point at once, because they all share one routine: the Documents part of the process card, the action and the Document No. drill-down in the eDoc list, and the action and drill-down on the eDoc card. Outgoing documents open their source document as before; the number shown in the Document No. column was always correct and is unchanged. Code only — no schema data is touched, so existing tenants do not need to update the schema from standard (CHN-458)