Footprints Data Model

Table
Table Name Portal
Table Definition A portal in the FootPrints 12 User Interface.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Portal Id The automatically generated primary key of the portal table. LONG Yes
Portal GUID The value of a Portal, stored as a string. VARCHAR(255) Yes
Portal Name Name of the portal. VARCHAR(255) Yes
Portal Description Portal Description. VARCHAR(1024) No
Portal Theme Theme name to be used in Portal rendering. VARCHAR(255) No
Portal Logo GUID Logo to be displayed VARCHAR(255) No
Portal Active Console Id A Foreign Key to the Console table. LONG Yes
Is System Indicates if Is System or user custom portal. BOOLEAN Yes
Allow Anonymous Access Indicates if Allow Anonymous Access. BOOLEAN Yes