Skip to main content
Skip table of contents

ISAC 3.10 Mobile

These release notes include details of the New Features, Product Improvements, and Bug Fixes which are added in as part of the 3.10 release. In Zinier, we follow a push upgrade process for releases where the latest versions are all released simultaneously.

General Availability Release Date:

App Store Approval Status

  • Google for Android - APPROVED

  • Apple for iOS - APPROVED


Task List Actions (Kebab Menu)

Introducing a way to allow workflow actions to be configured to tasks on the task list screen so that technicians can have additional actions related to the task

More Details here: Task List Actions


Status Color (Datagrid)

Providing a way for Solution developers to configure columns on the mobile datagrid that are allow to display status or label colors.

More Details: DataGrid Enhancements - text, background and status colors


API Call Processing

Introducing a new configuration for API actions (Multi-action button, Task List Actions, Action Handlers) where a Solution Developer can capture the response of an API call to be processed and use the receive data as part of the Page Context.

More Details:

Action Definition

JSON
{
  "url": "event/start",
  "outputVarMap": {
    "data": "@pageContext.eventData"
  },
  "type": "api",
  "apiObject": {
    "data": [
      {
        "eventId": "tbSaveTravelProcessEvent",
        "contextVar": {
          "__simulateMode": "@pageContext.__simulateMode",
          "statusId": "@pageContext.statusId",
          "workOrderTaskId": "@pageContext.taskId",
          "modesOfTransport": "@pageContext.modesOfTransport",
          "startTravelDate": "@pageContext.startTravelDate",
          "startTravelLocationCoordinates": "@pageContext.startTravelLocationCoordinates"
        }
      }
    ]
  }
}

Barcode component Regex Validation

Allow to validate the input entered in the text area for the barcode component. If the input is valid, add the value to datacontext; If invalid, show a popup with a custom message

More Details:

  • ZMIOS-3622

Action Definition

CODE
regEx- "(\\w{2}:){5}\\w{2}"

Fixed Bugs

Summary T Status Epic Link Assignee

Data cannot be retrieved due to an unexpected error.

View these issues in Jira

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.