ent_logon_list
- Last UpdatedNov 20, 2024
- 1 minute read
The ent_logon_list table stores a list of entities (by a list name) that a given Operator user might want to log onto. The labor settings if not null override both those in user and labor_exec.
|
Field |
Datatype |
PK |
Nulls |
Description |
|---|---|---|---|---|
|
user_id |
string40 |
Y |
N |
Identify user owning the list |
|
list_id |
string40 |
Y |
N |
Identify the list – initially ‘default’ or ‘last used’ only |
|
ent_id |
int32 |
Y |
N |
Identify entity included in list |
|
cur_lab_cd |
string40 |
N |
Y |
Default labor code for this user/entity |
|
pct_lab_to_apply |
tfloat |
N |
Y |
% of labor time to apply, if logged on to > 1 entity at a time |
|
cur_lab_dept_id |
string40 |
N |
Y |
Default labor dept. (cost center) |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
Y |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail |
FK from ent_id to ent. (Cascade delete)
FK from user_id to user_name. (Cascade delete)
FK from cur_lab_cd to labor_cat. (Cascade delete)
FK from cur_lab_dept_id to labor_dept. (Cascade delete)