System
The System nodes allows you to launch an action in the app, for example, open the app inbox.
You can find the list of options in the table below.
Option | Description |
---|---|
BACK | Navigate back in the app's history. |
DATAMATRIX_START |
Start the camera for reading location ID and context from a QR code/ barcode. For the usage example, see the Set up QR/barcode reading section. |
GIS_INFO | Show the GPS information (latitude, longitude, time stamp). To use this feature, you also need to enable the Auto GPS setting in the user profile. |
GO_TO_MAIN_MENU | Open the app main menu. |
GO_TO_OPTIONS_MENU | Open the app Options menu. Options menu is the one that appears on the left when the user taps . |
GPS_LOCATING_START |
[GPS app only] starts the GPS positioning. |
INBOX |
Open the app Inbox. Tick the Read Only checkbox to make the inbox available only for reading. |
LOGOUT |
Log the user out of the app. |
MOBILE_ID_START | Track the phone location with the mobile ID search. |
ON_LOGIN | Context to run after the user logs in. |
ON_LOGOUT | Context to run before the user is logged out. |
ON_ROUND_FINISH | Run the specified context when the user finishes the round. |
PROFILE | Opens the user’s profile to modify fields such as name, password or email. |
QUIT | Close the app. |
REGISTER | Open the registration form to register a new user. To use this option, turn on the Self-Registration option in the app streamer properties in the Reslink web service. |
RELOGIN | Re-authenticate the current user. This feature might be useful when you debug the app and need to re-login to get the latest app version. |
REPORT | Submit the report inside the Form node. |
RESEND_SMS_VALIDATION | Send the SMS with IMEI environment info. |
RESET_REPLY_CODE | Clear the messaging reply code. After this the reply code won't be reported, until reply is selected again. |
RESET_RF_CACHE | Clear the persistent remote function cache. |
RESET_SITE | Reset the site information to null in the client. The client will not report site ID. |
ROUND_CANCEL | Cancels the round that has no locations visited. The context is activated after canceling the round. |
ROUND_FINISH | Finish the round that is in progress and has at least one location visited. The context is activated after stopping the round. |
ROUND_GET_TASKS | Activate the location's embedded remote function response (that came in the round definition) if it exists. The context is activated if there is no active round. |
ROUND_PAUSE | Pause the round. The context is activated if there is no active round. |
ROUND_RESUME | Resume the round. The context is activated if there is no active round. |
ROUND_START | If there is no active round, creates and starts built-in remote
function res_round_start . If there is active round, the
round manager is shown. |
ROUND_STATUS | Shows the round information. |
RUN_LAST_LOCATION | Run the last active location. |
RUN_NODE_CONTEXT |
Run a node with the specified context. This option can be used, for example, to create shortcuts. |
START_EXTERNAL_APP |
[Android only] Attempts to start an external application as defined by the package name. |