/
Release 5.2.4

Release 5.2.4

New Features

Centralized Online Help

We have streamlined the online help access by consolidating individual help links into a single link directing to our publicly accessible EpochField help page. This change enhances the user experience by providing a centralized location for all help documentation.

Mobile App:

  • Removed the help icon from each tool.

  • Updated the Admin tool help to a single link to the publicly accessible EpochField help page.

  • Updated the general settings model file.

Websuite:

  • Redirected existing help links to the publicly accessible EpochField help page.

  • Always display the help icon, including on the landing page.

Implementation Details:

Mobile App:

  • Removed EnvironmentPath/EnvironmentPath[Name="HelpUrl"] from application config.

  • Added Optional GeneralSettings/HelpUrl that points to the EpochSG help files:

    <GeneralSettings> <HelpUrl>https://epochsg.atlassian.net/wiki/spaces/EFDoc/overview/</HelpUrl> </GeneralSettings>

Websuite:

  • Added an optional setting under Administrator/General Settings tab to set Help URL in case the URL changes.

This centralized approach ensures that all users have consistent and easy access to the latest help documentation, enhancing their ability to find the information they need quickly and efficiently.

 

Edit Multiple Work Features Tool Enhancement

The 'Edit Multiple Work Features' tool has been enhanced to allow field workers to draw a lasso/polygon by selecting points on the map for each vertex and closing the polygon by double-clicking/tapping on the final vertex. This precise selection method is critical for accurately managing tasks and bulk editing work features. The enhancement ensures the tool functions consistently with other polygon-drawing features in the EpochField platform, such as the WorkOrderPolygon.

Key Features:

  • Vertex-Based Polygon Drawing: Users can now add vertices by clicking on the map and close the polygon by double-clicking/tapping on the final vertex, allowing for precise selection of work features.

  • Configuration Settings: This new feature is configurable through the <WorkManagementToolSettings> node in the application config. Add <LassoToolMode>Vertex</LassoToolMode> to set the lasso to "vertex" mode. Valid values for this setting are:

    • Freehand

    • Vertex

XML Configuration Example:

<WorkManagementToolSettings> <LassoToolMode>Vertex</LassoToolMode> </WorkManagementToolSettings>

Technical Notes:

  • Platform Behavior Differences: Known behavior differences exist across platforms. In WinUI and iOS, the last vertex added with a double tap will be included in the polygon. In Android, the last vertex added with a double tap will not be included.

  • Completed Work Features: The tool honors the configuration for allowing edits to completed work features. A pop-up warning will notify users if they are editing completed work features.

This enhancement provides a more intuitive and precise way for field workers to manage their tasks, ensuring they can select and edit work features accurately and efficiently.

  • Enhanced Printing Functionality

  • App Icon Updates

Enhanced Workflow Form Flexibility

We have updated the Workflow Forms to allow Categories and Fields to be intermixed on the same form. Previously, single-select and multi-select options were in one section while fields for manual data input were in another, which was not conducive to how field workers complete forms. The new layout guides field workers through the form in a logical order, eliminating the need to hunt and choose fields, and Workflow Builder enables the creation of these forms using a drag-and-drop interface. Additionally, with this new approach, fields can be hidden as desired using Intelligent Workflow, reducing confusion and making the process more efficient for field workers.

Enhanced Edit Work Features Functionality

We have introduced a significant enhancement to the "Edit Multiple Work Features" lasso functionality. With this update, field workers can now see a list of all lassoed work features displayed on the left panel before the main form opens. This side panel allows users to view, select, or deselect work features for editing, providing better oversight and management.

Users can choose to edit individual features or apply changes to all lassoed work features at once, improving both efficiency and accuracy in task completion. This update streamlines workflows and offers greater flexibility when handling multiple work features.

Configuration Settings:

This feature is disabled by default and can be enabled via a new configuration in the WorkManagementToolSettings:

  • Setting: <ShowMultiSelectionWindowForEdit>

  • Default Value: false

  • Description: Determines if a multi-selection window should be shown when selecting multiple features for editing.

    • true: Displays the multi-selection window, allowing users to select and deselect features from the lassoed group.

    • false or missing: Directly opens the workflow form with the lassoed features in edit mode.

XML Configuration Example:

<WorkManagementToolSettings> <ShowMultiSelectionWindowForEdit>true</ShowMultiSelectionWindowForEdit> </WorkManagementToolSettings>

 

This enhancement provides a more controlled and flexible approach to editing multiple work features, ensuring users can manage their tasks more effectively.

Delete Work Features Directly from Forms

We have added the ability for field workers to delete work features directly through the main form. This enhancement also supports bulk deletion, allowing users to efficiently remove multiple work features at once, either through the main form or the pop-up form. This update simplifies the deletion process, making it more convenient and flexible for field workers to manage work features.

Bug Fixes

ID

Title

Various

Various bug fixes found internally that were not experienced by any customers.

CS-233

Android and iOS: Text is cutoff in the identify panel

CS-237

Epochfieldworkmgmt.exe fails to obfuscate text (required for install configuration)

CS-284

Active Work Order tool layout is not good - Click Classic

CS-296

Clicking on an Attribute table shows smaller table than originating side panel

CS-321

EpochField 5.2 SB - Location Services Required to be Enabled

CS-322

EpochField 5.2 SB - Identify, Attribute Table Visibility

CS-323

EpochField 5.2 SB - GPS Functionality Issues

CS-327

EpochField 5.2 SB - Tracing

CS-328

Must choose different tool to close hamburger menu

CS-336

EpochField 5.2 SB - Attribute Tables relationships appear incorrect

CS-337

EpochField 5.2 SB - Identify Tool Duplicates

CS-380

Send to Click Tool is failing in Click

CS-382

Portal User Maint ignores new users that have not yet logged in

CS-392

Assignment in InboundQueue does not update the state_id for the epochfieldscheduleitem table

CS-393

Work Tasks is deletable when the task type is configured not to be deletable 

CS-400/406

_tickle_related_records should not have any business logic in it other than tickling the records

 

© 2025 • Epoch Solutions Group, llc. • All rights reserved