Links between Roles and their Tabs.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
id |
INTEGER |
|
Specifies the unique (to the table) numeric ID. |
|
sequence |
INTEGER |
|
Used to order the role's tabs in the web interface. |
|
role_obj |
INTEGER |
usp_role::id |
Foreign key to the role_id field of the usp_role table. |
|
tab_obj |
INTEGER |
usp_tab::id |
Foreign key to the tab id field of the usp_tab table. |
|
Copyright © 2013 CA.
All rights reserved.
|
|