AMT Release Notes

AMT 131

Released: 05 Jan 2024.
For availability, please contact the Avanade Service Portal for information on downloading new releases.

Special attention items:

There are no special attention items for this release.

Product Cat Subcat Description Type Version Priority
AMT LION | AMT COBOL AmtTools Debugger #371

INC: 1079674

In the AMT Debugger, the 'kill' command didn't work correctly when connected to the AMT Batch Controller, because it killed the host instead of the agent.

This has now been fixed.
FIX AMT 131 MEDIUM
AMT LION Runtime Code Logic #78704

In a Datagrid object in AMT Screens, the checkbox' default values were unknown if a boolean checkbox column was added dynamically.

The default values for all dynamically added datagrid checkbox column datatypes have been corrected.
FIX AMT 131 MEDIUM
AMT LION | AMT COBOL Runtime Various #79683

The first steps towards loosely coupling of AMT Libraries have been taken.
Over the coming AMT releases, the libraries will be refactored in order to optimize touch points of generated code with the libraries. See the roadmap in Service Now for more information.
CHANGE AMT 131 MEDIUM
AMT COBOL Runtime Code Logic #80083

In the continuing process of adding XGEN features to AMT-GO, several more have been implemented and improved.
FIX AMT 131 MEDIUM
AMT LION Runtime Blazor Web Client #80091

When a Blazor client executed 'gotoform('BYE')', an exception was raised and the 'BYE' was not executed.

The exception is no longer raised and the application gets logged off.
FIX AMT 131 MEDIUM
AMT LION | AMT COBOL Runtime Printing #80203

Previously, setting Unicode for print outputs could only be done through code in AMT Developer Studio.

Option 'Define Unicode for all print files' has been added to the Application Options screen in the AMT Developer Studio.
NEW AMT 131 LOW
AMT LION Runtime Blazor Web Client #80206

In Blazor, for Editboxes of type 'financial' or 'signed' without decimals, it was mandatory to fill in the decimal character. Typing a 'minus' sign in the field cleared the whole field.

Correct validation of these Editbox values has been added, and also a check on the number of characters.
FIX AMT 131 MEDIUM
AMT LION | AMT COBOL Generator Various #80230

In the AMT Generator application, when generating was finished, the focus of the messages was set to the last item every second, which prevented scrolling up.

The issue has been fixed, so scrolling after generation works as expected.
FIX AMT 131 MEDIUM
AMT LION | AMT COBOL Runtime Printing #80278

The print preview was not generated in Unicode, causing some characters to be rendered incorrectly.

The print preview now generates the pdf in Unicode format, resolving the issue of the incorrect rendering.
FIX AMT 131 MEDIUM
AMT LION | AMT COBOL Runtime Blazor Web Client #80416

The Blazor web API released too much information within a test connection of the interface.

The implementation of the interface has been corrected.
FIX AMT 131 HIGH