This release includes a number of new features, as well quality improvements and bug fixes.
Please see below for the details of what is included in this release.
Major Enhancements
- Custom themes
Users can now create custom Themes that will change the colours of the Client apps, to better match organisational branding. These Themes can be saved and shared across their ArcGIS Organisation. - Named Trace Configurations now supported within UNE
User’s can now set up the Trace panel to use Named Trace Configurations that are published with the UN Service. - Migration to a new locking server
The locking server that supports the use of multi-user editing has been updated. This is to make it more robust across different user cases and to offer an alternative deployment pattern for single machine Enterprise deployment. See our help for more details. - Subnetwork Controllers now supported in UNE
Subnetwork Controllers are now supported in UNE. This means users can- Search for a Subnetwork Controller
- Focus the network to clearly show the controller and the entire subnetwork
- Select and edit assets along the subnetwork
- Add new subnetwork controllers
- Updated user interface of UNE client app
The user interface for the client side of UNE has been updated. - Custom app themes can be created
UNE users can now create custom Themes that will change the colours of the Client apps, to better match organisational branding. These Themes can be saved and shared across their ArcGIS Organisation. - Migration to a new locking server
The locking server that supports the use of multi-user editing has been updated. This is to make it more robust across different user cases and to offer an alternative deployment pattern for single machine Enterprise deployment.
Minor Enhancements
ENH-2480:
Change form visibility when an action is runningENH-5086:
UNE Reports now use Embedded HTML
The UNE Trace reports are now created using embedded HTML within the app, and not a URL.ENH-11509:
Bluetooth GPS support added for Android devices.ENH-11559:
Spatial Display Filter
Using custom commands spatial filters can be applied with the following command in Arcade:
return {
command: "set-layer-geometry-display-filter",
layer: "<Layer Title>", // can use "layerid":
<somename> geometry: //geometry,
spatialRelationship: "intersects"
};
ENH-16884:
New global variable for Trace result
The results of a network trace run via the UNE trace command widget are now stored in a new global variable called $traceresult. This allows the results of last run trace to be worked with as it contains metadata about the most recently executed trace, as well as the returned trace results.
Bug Fixes
BUG-4651:
Covered Topology rule not upheld when using the Reshape by Line tool.
When users had a multi-layer Covered Topology rule set up for two polygons (one as the boundary polygon, and the other as the covering polygon), the reshape by line tool did not honour the covered principle, and users could create holes within their data.BUG-9004:
Field cannot be added to a chart if the Field name is listed off screen.BUG-9051:
Shape_Area and Shape_Length don’t autofill until the application is refreshedBUG-9130:
Add environment to ApplicationProperty functionBUG-9513:
$CaptureProperties global needs listingBUG-9647:
MIME type support in AWSBUG-9674:
External configuration file edit mechanismBUG-9741:
Dissolve Arcade function produces error when iterating through a featureset.BUG-10069:
Character encoding issue with Coordinate Display characters within ArcGIS Enterprise.BUG-10525:
Incorrect connectivity error from Arcade connectivity query with over 2000 features.BUG-11423:
Last point coordinates function returned two X coordinates instead of an X and Y.BUG-12090:
Improving client application response when digitising line features near pull out menus.BUG-12096:
Scrollbars on Panels made clearer for application users.BUG-12241:
applyEdits creates duplicates during the merge function within certain databasesBUG-12484:
Reshaped measurement services not updating on the client map.BUG-13551:
Users could edit the default UNE version when ‘Support Temporary Version Creation’ was set to No New logic to ensure that the default branch is never editable in a versioned service through UNE.