Mobile Development: Displaying the Progress and Results of Processing

The MYOB mobile app connected to an instance of MYOB Acumatica 2025.1 can display the progress and the results of a processing operation.

When the processing is being performed, the app shows a dialog box with the progress of the operation. For processing screens, the dialog box may contain progress numbers, such as the elapsed time, the estimated remaining time, and the percent of completion. The following screenshots show examples of the dialog boxes that show the progress of the operation.

Figure 1. Processing dialog boxes


After the processing is completed, the app shows the results of the processing for each record included in the processing. The results of the processing are displayed on the Processing screen and are grouped by the following tabs: Failed, Remaining, Total. An example of the Processing screen is shown in the following screenshot.

Figure 2. Results of the processing


This functionality is available out of the box, and no changes need to be made to the mapping of the screen.

Changes to the Mobile API

The SyncLongOperation property has been deprecated for the following objects:

  • recordAction
  • containerAction
  • listAction
  • selectionAction

The SyncLongOperation property will be removed in the next major release.