SECRIGHTS Table

The SECRIGHTS table contains information about security access rights for each user and team.

If you applied the SLX Indexes for MS SQL.sql script to your database, your index information may be different than described in this topic.  For more information, see the Index Changes.pdf document.

Legend
 

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

SECRIGHTSID (PK)

STANDARDID(12)

NOT NULL

SECRIGHTS_SECRIGHTSID_PK (CA)

 

 

SECCODEID (FK)

STANDARDID(12)

NULLS

SECRIGHTS_SECCODEID (IE)

(Many) to (One)

SECCODE.SECCODEID

ACCESSID (FK)

STANDARDID(12)

NULLS

SECRIGHTS_ACCESSID (IE)

(Many) to (One)

USERSECURITY.USERID

PROFILEID (FK)

STANDARDID(12)

NULLS

SECRIGHTS_PROFILEID (IE)

(Many) to (One)

SECPROFILE.PROFILEID

RECORDACCESS

BOOLEAN(1)

NOT NULL

 

 

 

RANK

BOOLEAN(1)

NULLS

 

 

 

DEFAULTMEMBER

BOOLEAN(1)

NULLS

 

 

 

MODIFYDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID