New FC_Ext_Driver_Status Table (in FI_Data)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
ext_driver_name |
string80 |
Y |
N |
Name for this external driver to uniquely identify it. |
|
status |
int32 |
N |
N |
0 = Not connected 1 = Connected successfully 2 = Connection failed |
|
status_desc |
string1700 |
N |
Y |
Description of the connection status, e.g., "Healthy" or error description of why connection failed |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |