Previous Topic: usp_role TableNext Topic: usp_role_tab Table


usp_role_go_form Table

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.