Subapp components and settings
The following tables describe the main components and settings for the OpInsights subapp. The tables are organized by their corresponding tab in the Application Studio toolbar.
Subapps
Name | Contents | Description |
---|---|---|
OpInsights_subapp | Log Metric element containing unique parameters | This subapp should be placed at the beginning and end of the range of app components for which you want to collect usage data. This subapp collects general warehouse data. Every time the Start subapp records data, the data is sent to the Mobile Enterprise Platform Metrics database table as a separate row from the Stop data. When the collected data is later sent to the Business Intelligence fact tables, the data from Start data row is added to the data in each corresponding Stop data row to form one row of data that can be used for analysis. |
DSI_WorkShift |
|
An optional subapp that uses the current time stored on the device to return the current work shift. This subapp ensures that captured data is always associated with the correct work shift by measuring the current local time on the device against the current UTC time. Generally, you should call this subapp early in the app business logic, near the start subapp. Every time the start subapp is called, this subapp should also be called. |
Work shift subapp parameter
ID | Output | Description | Data type | Initial value |
---|---|---|---|---|
P_sWorkShift | TRUE | WorkShift | String | "" |
Work shift subapp variables
ID | Description | Type | Initial value |
---|---|---|---|
V_isCaptureAnalytics | Off or On | String | trim(GetConfigValue("Capture_Analytics_SystemLevel","")) |
V_sEventID | Event ID | String | GenerateGUID() |
V_sWorkShift | Work Shift | String | "" |
For a list of the Log Metrics element parameters used to determine the app transaction sources and the order of data for the usage data captured for the solution, refer to Analytics app instrumentation data points for more information.
Loading...
There was a problem loading this topic