Service NET Genium Update

Home / Support /

Service NET Genium Update

Current Full Version | Current Test Version | NET Genium Update terms of service

September 1, 2026 (version 26.252)

  • Collapsing the header together with the navigator – clicking the icon in the left part of the application groups bar now reduces not only the width of the navigator, but also the height of the header down to the application groups bar itself; the icon therefore stays at the very top, and a second click restores both the original width of the navigator and the original height of the header. The setting is remembered by the browser, so the portal opens in the state the user left it in last
  • Choosing the destination when uploading an image in the layout – after a file is selected with the “Browse” button of the “Header – Image” field, NET Genium asks whether the image should be saved to this field, or to the “Themes” directory; when the “Themes” directory is chosen, a second question follows asking whether the image should be used as the logo, or as the background image, and the path to the uploaded file is filled in the “Header – Logo” or the “Header – Background image” field right away

August 30, 2026 (version 26.247)

  • Connecting to the integrated MCP server by signing in instead of by a token – the instance is now an authorization server of OAuth 2.1 as well, so that even a client which does not let you set the “Authorization” header connects to it (claude.ai and the other Claude surfaces); the user enters the address of the instance and nothing else, goes through the usual sign-in and ticks on the consent screen whether the application may read and write data, whereupon the application receives an access token valid for one hour, which it renews on its own. Access is granted this way only to a user with administrator rights and only in an instance running at the root of the web site over HTTPS
  • An overview of the connected applications and disconnecting them – the Change password dialog has a new “Connected applications” tab where the user sees which applications were granted the access and since when, and where they can be disconnected; a disconnected application loses the access before its token expires

August 27, 2026 (version 26.229)

  • Redesign of the portal user interface – hover feedback added to action fields and a new login window
  • Reading the content of attachments through the integrated MCP server – the “read_attachment” tool returns, by the attachment ID, images ready to be displayed, text files as text in the encoding recognized from the stored file and other files as an embedded resource in Base64 encoding; the attachment size is limited to 10 MB
  • Creating attachments through the integrated MCP server – the “create_attachment” tool creates a new attachment from text or Base64 content and returns the ID of the record in the “sfiles” table, which is written into File and Image columns with the “write_data” tool; existing attachments are never modified – a replacement is done by creating a new attachment and updating the ID in the record

August 19, 2026 (version 26.228)

  • NET Genium user identity in a custom API – a single call to “AuthorizedUser” validates the personal MCP token with the “Access via custom API” permission and returns the token owner as a “NETGeniumUser”; an invalid, expired or unauthorized token ends with a 401 response

August 18, 2026 (version 26.227)

  • A new way of programming print templates in PDF format – the external function builds the document as HTML and NET Genium takes care of the conversion to PDF, the letterhead background, the page numbering, the fold marks, the embedded attachments and the conversion to the archival PDF/A format
  • Usage statistics, record counts and index analysis in the integrated MCP server – the AI assistant analyses the performance of the instance directly from the running system, without downloading any reports: the slowest pages, queries and scripts, the sizes of the tables, and the columns that are used in joins and have no index
  • Writing user groups and rights groups through the integrated MCP server – a token with the write permission can create, rename and delete records in the “susergroups” and “srightsgroups” tables; records protected by the system remain protected against deletion

August 14, 2026 (version 26.222)

  • The knowledge of the NET Genium framework in the integrated MCP server – the AI assistant asks the instance itself for the documentation of the platform and designs applications according to the current standards
  • The model of the implementation in the integrated MCP server – application groups, applications, edit forms, user groups and rights groups, and the data model, always read only
  • The tools with the knowledge of the framework and with the model of the implementation are given to every MCP token whose owner has administrator rights, regardless of the permissions for reading and writing data

July 18, 2026 (version 26.208)

  • Integrated MCP server for reading and writing application data – AI assistants can list records, count them, and read the change history, and with the write permission also modify data
  • Personal MCP token for data access via the MCP server or a custom API – generated in the “Change password” dialog on the “MCP token” tab, valid for 90 days

June 20, 2026 (version 26.169)

  • Ability to export data from a view page table (DataGrid) to JSON format
  • Context menu in the RichTextBox control

April 30, 2026 (version 26.109)

  • Ability to use an AI assistant for knowledge about the NET Genium framework – the assistant is available on netgenium.com and NET Genium includes a link to it in administrator mode
  • Ability to develop applications using artificial intelligence directly in the NET Genium platform environment
  • Multi Drag&Drop feature in the edit form and view page enabling bulk moving of controls

January 30, 2026 (version 26.031)

  • End of support for .NET Framework 4.5.2 and for external functions compiled against this framework – external functions must now be compiled at least with .NET Framework 4.7.2
  • Ability to export an application group or an application with the complete application group configuration, including applications, view pages and their controls, categories, edit forms and their controls, into a text report
  • Ability to export an AI model for creating external AI assistants
  • New Markdown datatype for TextArea control

July 11, 2025 (version 25.187)

  • Ability to update application while preserving user data
  • Increased maximum string column size to 8191 characters for Firebird database server
  • Increased maximum length of database table and database column name to 50 characters
  • Improved pickers on mobile devices for entering dates, times, and numbers
  • Export complete application settings, edit forms, and preview pages into a text report

February 15, 2025 (version 25.058)

  • Accelerated entry of the column list for a new form directly in the properties dialog of the editing form

January 31, 2025 (version 25.031)

  • Google icon set update, now includes around 2500 icons

January 21, 2025 (version 25.024)

  • Improved change record tracking now allows for more accurate identification of change sources. The “Script” column is automatically populated with:
    • “ngef.aspx” if the change was initiated externally using JavaScript, or
    • “Save.aspx” if the change was triggered by editing a record in a view table
  • New “Data.GetAsync” methods in the NETGeniumConnection library that provide asynchronous record retrieval
  • Change from “System.Data.SqlClient” to “Microsoft.Data.SqlClient” in the NETGeniumConnection library for .NET 8 and higher

September 19, 2024 (version 24.209)

  • New server function TRIM(string text, string trimchars), TRIMSTART(string text, string trimchars) and TRIMEND(string text, string trimchars)
  • New option for default values of database controls “Only when manually changing a value in another control”, used in conjunction with the “Fill in the default value before every save of the record to the database” option

August 6, 2024 (version 24.174)

  • New server function ATTACHMENTSIZE(int file)
  • New server function FORMATNUMBERINWORDS(double number)

June 17, 2024 (version 24.150)

  • Ability to display the value of the textbox in the script in a spacious input field on a new tab after double-clicking on the textbox
  • Ability to display a link to open a record from the DataGrid in the TextArea control

June 11, 2024 (version 24.147)

  • Option to set thousands separation in the edit form for the TextBox control with the Double or Currency data type
  • Automatic separation of thousands in the edit form for the AutoSum control
  • New server function PRINTCOLUMNS(int[] cids) designed to limit the list of loaded columns when printing to a print template

January 28, 2024 (version 24.022)

  • New server function SCHEDULESCRIPT(int button, int id) designed to schedule a script on a button in an edit form and a specific record

January 4, 2024 (version 24.002)

  • New NET Genium version numbering by release year and version order within that year
  • New VAT rates
  • The new address of the ARES service

December 9, 2023 (version 9.987)

  • New control Kanban

December 1, 2023 (version 9.972)

  • New server function SCHEDULEPORTLETS()

October 10, 2023 (version 9.925)

  • Measuring memory consumption by database queries

October 12, 2022 (version 9.532)

  • Optimized behavior of controls and loading their content using ajax
  • End of support for pop-ups

August 11, 2022 (version 9.485)

  • Changing the behavior of the #noreply# variable - it now returns the e-mail address of the default sender of all messages if it is defined in the NET Genium settings, otherwise the e-mail address “noreply@name_net_genium.cz”

May 18, 2022 (version 9.331)

  • Ability to zoom and scroll images in the preview of image file attachments

August 26, 2021 (version 9.061)

  • New DELETEDATA() server function

April 22, 2021 (version 8.968)

  • New Wiki datatype for TextArea control

March 25, 2021 (version 8.921)

  • New server functions SETCOOKIE() and GETCOOKIE()

March 22, 2021 (version 8.911)

  • New server functions TIME2MINUTES(), TIME2SECONDS(), MINUTES2TIME() and SECONDS2TIME()

March 7, 2021 (version 8.867)

  • Help integration in all dialogs in admin mode

March 1, 2021 (version 8.858)

  • Definition of the data type of the RichTextBox control - HTML or HTML in paragraphs
  • New options to remove formatting in RichTextBox - remove formatting (selection), simple formatting (all) and plain text (all)

February 13, 2021 (version 8.838)

  • Option to define the maximum number of retrieved records in database query properties
  • Possibility to set the RichTextBox in the edit form as hidden

January 30, 2021 (version 8.813)

  • New way of aggregating data in database query settings - grouping by date, hour and minute
  • New NOBACKGROUND, WEBFORM and LEFTALIGNMENT server functions

January 5, 2021 (version 8.774)

  • New DATE(), MONTH() and YEAR() server functions
  • Removed “United Kingdom” from “NETGenium.Finance.EU.MemberStates” collection