Previous Topic: usp_role_tab TableNext Topic: usp_special_handling Table


usp_role_web_form Table

Links between Roles and Report type Web Forms.

Field

Data Type

Reference

Remarks

id

INTEGER

 

Specifies the unique (to the table) numeric ID.

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.