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
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:
ZMAND-5015
Action Definition
{
"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
regEx- "(\\w{2}:){5}\\w{2}"
Fixed Bugs