Release Notes v2025.10.11
The new MARMIND v.2025.10.11 offers the following changes:
General
1 | Clean pasting of formatted text into RichText fields | The behavior of the RichText component for copy-paste of formatted text has been improved. HTML fragments no longer appear in the pasted text. |
2 | Products panel visibility rules | In the admin settings, you can manage the visibility of the Products panel using a global Mindscript formula. This formula can reference fields of the current marketing object, including custom fields. If the configuration has been done correctly, the Products panel will only be displayed when all criteria of the Mindscript formula are met. For assistance with the configuration, please contact your designated Marmind representative. |
To-dos
1
| New to-do group: "Tomorrow" | When to-dos are grouped by due date, there is a new group called "tomorrow" with the to-dos that are due on the next calendar day. |
Budget & Costs
1
| Budget & Cost Detail Grid: Column selector now includes custom fields | The column selector in the Budget & Cost Detail Grid now includes all relevant types of custom fields, grouped by their custom panel for easier discovery. All standard fields remain available at the top under the “Details” section. |
2
| Budget & Cost Grid: 3-dot menu moved to left side | The mouse-over 3-dot menu in the Budget & Cost Grid now appears on the left side of each cell instead of the right, ensuring the numbers remain visible and readable when creating costs or actuals. |
3 | Rename “Costs” field to “Name” in Cost/PO Detail | In the Cost detail views, the “Costs” field has been renamed to “Name.” This change is also reflected in the Details grid column of the Budget & Cost Grid and in all reports where this attribute appears. |
Custom Fields
1
| DataTable - Active cell highlight | In DataTables, the selected cell is now highlighted, so pasting and actions always happen where expected. |
2 | Invalid lookup values | Invalid lookup values (e.g., after changing the external ID) are marked in formula-based (mindscript) lookup fields and are no longer displayed in the dropdown menu. Saving is blocked until they are removed. |
Dashboard
1
| Note: Removal of normal charts March 2026 | Normal charts are deprecated and will be removed in the March 2026 release. Starting with this release, you will no longer be able to create new normal charts. Use the transition period to migrate your existing normal charts to Smart Charts. Normal charts will be completely removed after the transition period. |
2 | Budget Group and Spend Type filters for Smart Charts | Budget Group and Spend Type filters have been introduced in step 2 (Filter selection) of the chart creation wizard. |
3 | Chart collection-level currency switcher | Chart collection-specific currency setting (dropdown of all Marmind-supported currencies) has been added. On select, charts update to use the selected currency. Selection applies to all users of the collection. Currency values are converted based on the saved exchange rate. |
4 | Local, compact currency names for dashboards (EN/DE) | The chart labels for English and German have been extended to include country-specific currency formatting. Charts now display compact units on the axis (K/M/B in EN; Tsd/Mio/Mrd in DE). Tooltips retain their full accuracy. For consistency reasons, one unit per chart is enforced. |
API/GraphQL
1
| Condition-based visibility for groups & panels (only new Custom Fields) | Condition based visibility for groups and panels can now be read and edited via GraphQL API. (Only for new Custom Fields.) |
Mindscript
1
| New Mindscript function ContainsString() | The new Mindscript function ContainsString() allows you to check whether a specific string occurs within another string and returns true/false (see also the help/mindscript documentation). Example: ContainsString("Hello World", "world") returns 'true'. |