Added in Version 6.2
The USERSECFUNCTIONS table defines Secured Functions to which a user does not have access.
|
|
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
USERID (FK) |
char(12) |
NOT NULL |
USERSECFUNCTIONS_COMPOSITE (IE) |
(Many) to (One) |
|
FUNCTIONNAME |
varchar(128) |
NULLS |
USERSECFUNCTIONS_COMPOSITE (IE) |
|
|
MODIFYDATE |
datetime(8) |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATEDATE |
datetime(8) |
NULLS |
|
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|