WF_APPLICATION_FOLDER

Description

Contains information about the folders in an application.

Columns

For the descriptions in this table, the term item refers to an application folder.

Column Name Data Type Size Description
FOLDER_IDvarchar32(Primary key) The unique item ID.
FOLDER_NAMEnvarchar 128 The file name associated with the item.
APP_IDvarchar32(Foreign key to WF_ENABLED_APPS table) The ID (GUID) associated with the item.
DESCRIPTIONnvarchar 2048 A free text description of the item.
PROC_GROUP_IDvarchar32The ID (GUID) of the item.
PARENT_FOLDER_IDvarchar32(Foreign key to WF_APPLICATION_FOLDER table) The ID (GUID) of an item.
CONTENT_TYPEnvarchar 128 The content type of the item.
CREATED_BYnvarchar64 The user who created the item.
CREATED_DATEdatetime8 The date the item was created.
LAST_MODIFIED_BY nvarchar64 The user who last updated, or modified, the item.
LAST_MODIFIED_DATE datetime8 The date the item was last modified.
DISPLAY_NAMEnvarchar 128 The display name of the item.

Relationships

Table Name Relationship
WF_ENABLED_APPSn – 1
WF_APPLICATION_FILE1 – n