New Grp_Line_Link Table (in FI_Data_2)
- Last UpdatedDec 18, 2018
- 1 minute read
Defines the many-to-many relationship between user groups and lines. This allows configuration of which users may or may not access each defined line. Every combination of line and user group will have a record in this table.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
grp_id |
int32 |
Y |
N |
Group ID |
|
line_id |
int32 |
Y |
N |
Line ID |
|
accss |
logical |
N |
N |
Specifies whether members of this group have permission to make operational changes to this line. Default = No. |
|
last_edit_comment |
string254 |
N |
Y |
Why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 0 |
N |
N |
Unique row identifier |
FK from grp_id to grp_name. (Cascade delete)
FK from line_id to line. (Cascade delete)