Contains customized field characteristics.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| FIELDID |
nvarchar(200) |
|
Default = '' |
Field ID of the customized field. |
| ISHIDDEN |
bit |
|
Default = 0 |
Is field hidden? |
| ISREQUIRED |
bit |
|
Default = 0 |
Is field required? |
| DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
| DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
| TS |
timestamp |
|
|
Timestamp. |
| TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| DATAFORMINSTANCEID |
uniqueidentifier |
|
DATAFORMINSTANCECATALOG.ID
|
The Data Form Instance to which this field characteristic belongs. |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_DATAFORMFIELDCHARACTERISTIC_DATEADDED |
DATEADDED |
|
|
yes |
| IX_DATAFORMFIELDCHARACTERISTIC_DATECHANGED |
DATECHANGED |
|
|
|
| PK_DATAFORMFIELDCHARACTERISTIC |
ID |
yes |
yes |
|
| UIX_DATAFORMFIELDCHARACTERISTIC_DATAFORMINSTANCEID_FIELDID |
DATAFORMINSTANCEID, FIELDID |
yes |
|
|
Triggers
Referenced by