Skip to main content
Skip table of contents

ISAC 3.10.1 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.1 release. In Zinier, we follow a push upgrade process for releases where the latest versions are all released simultaneously.

General Availability Release Date: June 16th, 2023

App Store Approval Status

  • Google for Android - PUBLISHED

  • Apple for iOS - PUBLISHED


Action Handlers

June 17th, 2023 | RELEASES: ISAC MOBILE 3.10.1

Similarly to Web Pages, Implement action handlers for mobile components like:

  • Dropdown

  • Radio button

This will enable the solution developers to configure actions (Javascripts, API calls, Page Navigation) that will be executed upon option selection.

Resources:

JSON
{
  "endColumn": 11,
  "startColumn": 0,
  "options": [
    {
      "name": "Excellent",
      "value": 1
    },
    {
      "name": "Good",
      "value": 2
    },
    {
      "name": "Regular",
      "value": 3
    },
    {
      "name": "Bad",
      "value": 4
    },
    {
      "name": "Very Bad",
      "value": 5
    }
  ],
  "index": 35,
  "optTitleKey": "name",
  "optValueKey": "value",
  "id": "skillR",
  "title": "{%engineerTechnicalCapacity}",
  "type": "dropdown",
  "value": "@pageContext.skillRating",
  "required": 0,
  "placeHolder": "{%selectAnswer}",
  "actionsOnChange": [
    "dobeforeJs",
    "api",
    "close"
  ]
}


Fixed Bugs

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.