Application Changes
Browse Quick Search Removed (UIGS-668)
The Quick Search panel for browses has been retired as of this release.
Browse Export .xlsx Support (UIG-9348)
You can now specify the Excel file type for exporting browse data (Actions | Export | Export to Excel). The settings for the Excel file type (2003 for .xls or 2007 for .xlsx) in the client session configuration file are as follows:
<!--Excel Export format - 2003 or 2007 (xls vs xlsx file format) -->
<!--Default is 2007 -->
<ExcelFormat>2007</ExcelFormat>
Browse Report Output Option To Remove Form Feed Characters (UIG-9311)
Previously, when exporting browse data to a report for a text printer, new pages included the form feed character (^L) at the start of each page. You can now specify whether the form feed character is included by choosing Options | Desktop | Page Break setting. You can also specify the default setting in the client session configuration file (client-session.xml) with the following: <PageBreak>true</PageBreak> includes the page break character, while <PageBreak>false</PageBreak> does not include it.
Process Viewer QADSH Link Behavior for Multiple Sessions (UIG-9235)
Process map nodes use QAD Shell URIs (qadsh://) to link to programs and other process maps. For instance, clicking on a node in a process map can direct a qadsh link to launch a program such as Sales Order Maintenance. Previously, if two QAD .NET UI clients were running on the same machine, a problem could arise where a qadsh link on a process map node would launch a program on the QAD .NET UI client that was started first. If you were using the QAD .NET UI client that was started second and clicked on a node to launch a program, the client that was started first would launch the program. This problem has now been fixed.