Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(100) | Default = '' | The name of the parameter set. | |
![]() |
nvarchar(255) | Default = '' | The description of the parameter set. | |
![]() |
datetime | ![]() |
This date is used to filter records by the date the process was last run. | |
![]() |
bit | Default = 0 | Designates whether or not an ID set should be created as a result of the process. | |
![]() |
nvarchar(100) | Default = '' | The name of the output ID set to be created by the process. | |
![]() |
bit | Default = 0 | Designates whether or not to overwrite the output ID set if one with the same name already exists. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | ![]() |
IDSETREGISTER.ID | A foreign key to the ID set used to filter the which constituents will be processed. |
![]() |
uniqueidentifier | CONSTIT_SECURITY_ATTRIBUTE.ID | A foreign key to the constituent security attribute to be assigned by the process. | |
![]() |
uniqueidentifier | IDSETREGISTER.ID | A foreign key to the ID set to filter which constituents will be assigned the constituent security attribute. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
NAME | ![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |
Referenced by | Field |
---|---|
![]() |
PARAMETERSETID |