Hi all,
I am experiencing an issue with Maximo Mobile. We have a custom application that is a duplicate of the Service Requests application. In this custom application, when I try to add a service request by clicking the "plus" button; When I click the "back" button, a confirmation dialog appears asking whether to discard or save the changes. However, if I choose to discard, a blank page is displayed, and I am unable to return to the previous screen. This issue does not occur in the standard Service Requests application.
Upon checking the logs, I found the following error:
09-17 13:56:34.870 18843 18843 I Chromium-MaximoMobile: TypeError: D.default.getGlobal(...).discardDelayedTransactions is not a function,https://com.ibm.iot.maximo.mobile/__cdvfile_files__/www/apps/spe_defaultsheet/static/js/npm.react-dom.c78332ab.chunk.js - 2
09-17 13:56:34.870 18843 18843 I Chromium-MaximoMobile: Uncaught TypeError: D.default.getGlobal(...).discardDelayedTransactions is not a function,https://com.ibm.iot.maximo.mobile/__cdvfile_files__/www/apps/spe_defaultsheet/static/js/npm.react-dom.c78332ab.chunk.js - 2
I could not find this discardDelayedTransactions
function in my project, and I am unsure why this error occurs.
Any help would be greatly appreciated!