The service config file now contains the following entry:
<setting name="EnableCache" serializeAs="String">
<value>True</value>
Added caching to CAD Report Service. Also, added a new IMgmtService contract to expose a "ClearCache" method along with an "EnableCache" setting to the app.config.
Detail folders can be assigned to particular stations to limit the list of details shown for each station. This feature operates in the same fashion as assigning Concern folders to stations.
Ability added to choose the default action after switching unit. The options are None, Defect, Overview and Checklist.
A Default defect status filter option has been added to the Defect/Repair Options in Station Properties. The filter can be set to All, Not Repaired, Partially Repaired, Repaired and Confirmed.
Added very flexible validation using the combination of Lookup Type + [current_answer_value] to search the ULC table for a matching record.

There are instances where there is a requirement to have multiple lookup values associated to one answer. The use case for this is as following:
Item A is going to be shipped to England. The company has 4 different lookup codes for English lettering on the item.
101 = English US
102 = English UK
103 = English Australia
104 = English Ireland
Item A has 104 in the unit_lookup_codes table. The checklist question will be configured with the following prompt and display values:
What language lettering is on the item?
English
Spanish
French
Arabic
With multiple valid codes associated to English, it wouldn’t matter which English code is assigned to Item A. The only requirement is that it is English, therefore the lookup values of 101, 102, 103 or 104 are valid.
This feature limits the list of available responsible areas and cells in Data Collect per station.
This functionality ensures that only areas and cells that are earlier in the process show up in Data Collect when entering a defect or repair.
A unit tab has been added to Unit Correction to assist users in identifying specific units.
The ticket type has been reworked so that longer color codes properly fit on label.
Inspect no longer caches individual items and therefore the Cache tab has been removed from the Travel service. The clear cache button is now located at the bottom of the window.
Services that previously required registration via Cockpit are now automatically registered.
Added find/filter option to Bulk Translation form.

Defect checklist questions are now included in the defect event to ATS Bus from the event service.
Audits can now be published, unpublished or removed.
A hardcoded value of 1 is used for the tolerance by default, however if an image has an abnormally scaled model, there is now an option to override this tolerance on a view level.
views_vector
defect_tolerance (float, nullable) (no range)

Added "ShowNumImagesColumn" property to the Checklist Control that allows the # Images column to be hidden.
The login status button can be customised with a user defined background colour. The properties 'Button' and 'Label' in the LoginToggleButton control have been updated to include 'BackColor' . Some additional code is required in the 'Code-Behind' of the Main form. For further details, please click here.
Customers now have the ability to hide the defect marked area selection button on the Defect Entry screen. A property to the Defect Control has been added for this purpose.
Added ability to interactively set column widths.

The Lot # field for the custom create new unit form has been updated to contain a maximum of 50 characters.
In previous versions, when a unit was loaded and the direct run destination was selected, it would be reset to the default when the unit was reloaded.
The standard behaviour has been updated so that the default selection is the previous destination through which that unit had passed.
The Product Code is now included in the Open Defects at Tracking Point Report (201)
report along with the Defect Status.
Concern Ranking report formatted for widescreen andon displays.
The Inspection Data Dump (136) report has been updated with an additional column that displays the First and Last name of the operator.
The P-Chart (260 and U-Chart have been updated to include an Interval parameter. The interval can be set to Day, Week, Month and quarter, which will allow users to analyse data over a wider range of periods.
The Inspections by User (132) report has been updated to include a Product column in the Inspections drilldown.
The Tracking Point Summary (601) report has been updated to include a Pass column in the hours and totals drilldowns.
The Monthly Daily Chart (202) has been updated to allow decimals in the target parameter. In addition, the chart now includes FY for the current year.
The Concen Trend (207) report has been updated to enable multiple product and shifts selections.
The Part Ranking (147) report can be found under the Defects menu of ARS.
Can we improve this topic?