IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Description: Stores the additional first level email recipients when an item is sent for approval (for 2 step workflow) or publishing (for 1 step workflow)
CREATE
TABLE
[dbo].[sf_wrkflw_dfntn_ddtnl_frst_lvl](
[id] [uniqueidentifier]
NOT
NULL
,
[seq] [
int
]
[val] [
varchar
](255)
CONSTRAINT
[pk_sf_wrkflw_dfntn_dd_436CF226]
PRIMARY
KEY
CLUSTERED
(
[id]
ASC
[seq]
)
WITH
PAD_INDEX =
OFF
STATISTICS_NORECOMPUTE =
IGNORE_DUP_KEY =
ALLOW_ROW_LOCKS =
ON
ALLOW_PAGE_LOCKS =
[
GO
SET
ANSI_PADDING
ALTER
[dbo].[sf_wrkflw_dfntn_ddtnl_frst_lvl]
CHECK
ADD
[ref_sf_wrkflw_dfntn_d_6A239D1A]
FOREIGN
([id])
REFERENCES
[dbo].[sf_workflow_definition] ([id])
Description: Stores the additional second level email recipients when an item is sent for publishing through the workflow.
[dbo].[sf_wrkflw_dfntn_ddtnl_scnd_lvl](
[pk_sf_wrkflw_dfntn_dd_6936DCD4]
CLUSTERED (
[dbo].[sf_wrkflw_dfntn_ddtnl_scnd_lvl]
[ref_sf_wrkflw_dfntn_d_FA8BA617]
Description: Changed column
Description: New column
Description: New columns
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important