You can implement ActionFactory to create different types of actions that are predefined in the Device Application Designer.
| Action Type | Description |
|---|---|
| Alert | Shows a message to alert the user. |
| Connection | An action for navigating to another screen. |
| Navigation Back | An action for navigating to the previous screen. |
| Exit | Exits the client application. |
| Logout | Logs out the user, and clears the user name and password. The user will be required to enter login credentials during the next login attempt. |
| Operation | An action for performing a mobile object operation. |
| Persist | Persists local variables assigned to this screen. |
| Refresh | Refreshes the current screen. |
| Synchronize | Synchronizes the MBO in the current screen. |
| Object Query | An action for performing an object query of a mobile business object |