Working with mobile applications

This section describes how to work with applications once they are deployed on .NET client on the mobile device. Topics include:


Synchronizing applications from the device

This section describes how to synchronize mobile applications between Unwired Accelerator server and the .NET client on the mobile device. The applications to which you have access depends on the profile you use. You can select one or more applications from the available applications.

The speed of your network determines how fast you can synchronize. An ActiveSync shared internet connection is typically faster then a GPRS connection.

StepsSynchronizing mobile applications on you device

  1. From the Applications screen, select a profile from the drop-down list. The applications to which you have access depend on the profile you select.

    If no profiles exist, see “Managing .NET user profiles” for information about setting up .NET client user profiles.

  2. Select Menu | Synchronize. In a few moments, depending on the speed of your network connection, a list of applications available on the Unwired Accelerator server displays.

  3. Select one or more applications to sync by tapping on them. Selected applications are highlighted. Tap a highlighted application to deselect it.

  4. After highlighting all the applications you wish to synchronize, select Menu | Synchronize. During synchronization, the Progress screen reflects the progress of the synchronization. After synchronization completes, the Applications screen displays.

    NoteDuring synchronization, you can click the Cancel button to cancel the process. Applications that have been downloaded and saved are already committed to the local database, and are not rolled back. Applications that are in the process of being downloaded and saved are rolled back.


Opening and closing applications

This section describes how to open synchronized mobile applications on your mobile device. Applications are of two types:

StepsOpening and closing mobile applications on your device

  1. From the Applications screen, select the application to open. You can either:

  2. Select Open. The application opens.

    To close the application, select Menu | Close, or click OK in the upper right corner of the screen.


Working with grid applications

This section provides guidelines for working with grid applications:


Sorting application data

This section provides guidelines for sorting application data:


Searching application data

This section provides guidelines for searching application data:


Deleting an application from the device

This section describes how to remove an application from your mobile device. You can also remove all applications for a profile.

StepsDeleting mobile applications from your device

  1. From the Applications screen, select the application to remove. You can either:

  2. Select Yes to confirm. The application is removed from the list.

NoteTo delete all applications in the profile, select Menu | Delete | Delete All. You are prompted to confirm the deletion request.


Working with records on the device

This section describes how to insert a new record and update an existing record. New and updated records are sent to the data source when you synchronize the application.

NoteCurrently, you cannot delete a record from the mobile device using the .NET client.

StepsInserting a record

  1. Select the application to open as described in “Opening and closing applications”.

  2. Select Open from the menu.

  3. Select New from the menu.

  4. Fill in the fields to create a new record. The fields available depend on the mobile application.

  5. Select Save from the menu.

  6. Click Menu | Sync Update to update the data source.

StepsModifying a record

  1. Select the application to open as described in “Opening and closing applications”.

  2. Select Open from the menu.

  3. Select the record to change.

  4. Select Update from the menu.

  5. Change one or more fields to modify the record.

  6. Select Save from the menu.

  7. Click Menu | Sync Update to update the data source.