MobileDevices
Tracks devices used by CRM users for security and audit purposes.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
A unique identifier for the mobile device record, used to track and reference this device within the system. |
| Mobile Device Type | String | True |
The type or category of the mobile device, used to classify devices, such as 'smartphone' or 'tablet'. |
| Global ID | String | True |
A globally unique identifier for the record, ensuring consistent identification of the device across different systems or platforms. |
| Link | String | False |
A URL or hyperlink associated with the device record, often used for linking to external resources or applications related to the device. |
| Mobile Device Name | String | False |
The name assigned to the mobile device, typically a descriptive or brand-specific identifier for the device. |
| Status | String | False |
The current status of the device, such as 'Active', 'Inactive', or 'Disconnected', to indicate the operational state of the device. |
| Created By | String | True |
The individual or system that created the device record, providing accountability for its entry into the system. |
| Created Date | Datetime | True |
The date and time when the device record was created, tracking when the device was first registered in the system. |
| Last Modified By | String | True |
The individual or system that last modified the device record, offering a trace of who made changes to the record. |
| Last Modified Date | Datetime | True |
The date and time of the last modification to the device record, ensuring an audit trail of updates made. |
| Active? | Bool | False |
A boolean flag indicating whether the mobile device is currently active or deactivated within the system. |
| AppID | String | False |
The identifier for the mobile application associated with the device, linking the device to its corresponding application. |
| App Deleted Date/Time | Datetime | False |
The date and time when the application associated with the device was deleted, if applicable. |
| Device | String | False |
The model or brand of the mobile device, used to specify the particular type or make of the device. |
| Last App Version | String | False |
The version of the mobile application that was last installed or used on the device, helping to track app updates and compatibility. |
| Last Connected Date/Time | Datetime | False |
The date and time when the device last connected to the system or network, useful for tracking device activity. |
| Last Device Model | String | False |
The model of the mobile device that was last used, providing insight into device updates or changes over time. |
| Last OS Version | String | False |
The last operating system version installed on the mobile device, important for managing system compatibility and updates. |
| Log Out Date/Time | Datetime | False |
The date and time when the user last logged out of the device or application, used for session management. |
| Mobile ID | String | False |
A unique identifier for the mobile device, often used to track and manage devices within a mobile device management system. |
| Push Company Alerts Disabled | Bool | False |
A flag indicating whether push notifications for company alerts are disabled on the device, used for managing alert settings. |
| Push Notifications Enabled | Bool | False |
A flag indicating whether push notifications are enabled on the mobile device, controlling the receipt of system notifications. |
| User | String | False |
The user associated with the mobile device, linking the device to a specific individual or account. |
| Owner | String | False |
The entity or individual who owns the mobile device, used for managing device ownership and responsibilities. |
| Legacy CRM Id | String | False |
The identifier for the mobile device record in the legacy CRM system, ensuring continuity between older and newer systems. |