- DarkLight
Modes
- DarkLight
Source Table | Column Name | Display Name | Data Type | Description | Platform |
---|---|---|---|---|---|
OBD_MODES | Id | Id | int | The auto-generated ID when the entry is inserted into the table. | All |
OBD_MODES | MinLength | MinLength | int (null) | The minimum length for the contact phone number for this mode. | All |
OBD_MODES | MaxLength | MaxLength | int (null) | The maximum length for the contact phone number for this mode. | All |
OBD_MODES | ChannelId | ChannelId | int (not null) | The channel ID that is mode is mapped to. | All |
OBD_MODES | CreatedDateTime | CreatedDateTime | datetime (null) | The date and time this mode was created. | All |
OBD_MODES | ModifiedDateTime | ModifiedDateTime | datetime (null) | The date and time this mode was last updated. | All |
OBD_MODES | ExportedModeID | ExportedModeID | int (null) | The mode ID that is from a different source. | All |
OBD_MODES | TenantID | TenantID | int (null) | The Tenant ID auto-generated by the application when a new tenant is created. | All |
OBD_MODES | SubTenantID | SubTenantID | int (null) | The Sub Tenant ID autogenerated by the application when a new tenant is created. | All |
OBD_MODES | MODENUMBER | MODENUMBER | int (not null) | The numeric identifier for the mode. | All |
OBD_MODES | MODENAME | MODENAME | nvarchar (50) (not null) | The name of the mode. | All |
OBD_MODES | MODEDESCRIPTION | MODEDESCRIPTION | nvarchar (128) (null) | A descriptive text for the mode. | All |
OBD_MODES | IsNumber | IsNumber | Bool | Indicates if the mode is a number. | All |
OBD_MODES | MaskInConsole | MaskInConsole | Bool | Indicates if the mode should be masked when viewed on the admin console. This will NOT mask the mode when exported to a file. | All |
OBD_MODES | MaskInExport | MaskInExport | Bool | Indicates if the mode should be masked when viewed on the admin console. This will mask the mode even when viewed on the admin console. | All |