CSO_CONTENT_PREVIEW_URL

This table contains the list of configured preview URLs that can be used to provide a live preview of a content record in the mgmt console.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

CSO_CONTENT_PREVIEW_URL_PK

RECORD_ID

Columns

Name Datatype Length Not-null Comments
URL VARCHAR2 1000 The URL to the IM JSP tag library app that will be used to preview the detail record of this content channel. THe URL can contain variables that get replaced at run time to indicate the GUID of the record.
CONTENT_CHANNEL_ID VARCHAR2 32 Yes This is the Reference to content channel record.
DATE_ADDED TIMESTAMP Yes This is the date that the record was added to the repository.
DATE_MODIFIED TIMESTAMP Yes This is the date that the record was modified.
NAME VARCHAR2 50 Yes This is the name for the preview link we had.
RECORD_ID VARCHAR2 32 Yes This is the primary key of the table.

Indexes

Index Uniqueness Columns
CSO_CONTENT_PREVIEW_URL_U1 Unique RECORD_ID
CSO_CONTENT_PREVIEW_URL_N1 Non Unique CONTENT_CHANNEL_ID