Links between Roles and Go Form type Web Forms.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
id |
INTEGER |
|
Specifies the unique (to the table) numeric ID. |
|
is_default |
INTEGER |
|
Indicates if this is the default Go Form for the role. |
|
role_obj |
INTEGER |
usp_role::id |
Foreign key to the role_id field of the usp_role table. |
|
web_form_obj |
INTEGER |
usp_web_form::id |
Foreign key to the web form id field of the usp_web_form table. |
|
menu_bar_obj |
INTEGER |
usp_menu_bar:: id |
Foreign key to the menu bar id field of the usp_menu_bar table. |
|
Copyright © 2013 CA.
All rights reserved.
|
|