Table Detail Report
PREFDIR_TYPE
Column Section | Top of Page |
Table-level Detail
Description: | Preference directory type. |
Definition: | The data type for the entry - supported types include text, value, switch, color, registered and pointer |
Table Type: | REFERENCE |
Column Detail - PREFDIR_TYPE
Column Name | Type | Null? | Definition |
---|---|---|---|
ENTRY_ID | DOUBLE | N | The entry id that the data type is specified for. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
VALUE | VARCHAR(64) | N | Normalized attribute values |
VALUE_UPPER | VARCHAR(64) | N | An upper case version of the value is stored for string comparison purposes for an equality search. |
PREFDIR_VALUE
Column Section | Top of Page |
Table-level Detail
Description: | Preference directory values. |
Definition: | The value associated to the entry. |
Table Type: | REFERENCE |
Column Detail - PREFDIR_VALUE
Column Name | Type | Null? | Definition |
---|---|---|---|
ENTRY_ID | DOUBLE | N | Entry id that we are setting a value for. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
VALUE | VARCHAR(2000) | N | Normalized attribute values |
VALUE_UPPER | VARCHAR(255) | N | An upper case version of the value is stored for string comparison purposes for an equality search. |