Stores all the workflow trigger information.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uedbid | integer | not null | ID identifying this row |
| uecheckedout | integer | with null | Not used |
| uecheckedouttime | date | with null | Not used |
| uemodtime | date | with null | Not used |
| uenumemptyrequired | integer | with null | Left over from legacy code |
| ueporinstanceid | varchar(255) | with null | Identify the portal instance which this row belongs to |
| uepubstage | integer | with null | Left over from legacy code |
| uepubtime | date | with null | Left over from legacy code |
| uedesc | nvarchar(1000) | with null | Not used |
| uefolderpath | varchar(255) | with null | Path of the folder this trigger is for |
| uemajortype | varchar(255) | with null | Major type this trigger is for |
| ueminortype | varchar(255) | with null | Minor type this trigger is for |
| uename | nvarchar(255) | with null | Not used |
| ueop | varchar(255) | with null | Folder operation that fires this trigger |
| ueprocid | varchar(255) | with null | ID of workflow template to initiate when the trigger is fired |
| ueworkflow_id | varchar(255) | with null |
Product Name: Portal r12 Content Management
Table Type: Table