Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(100) | Default = '' | Unique name of the map entity. | |
![]() |
nvarchar(max) | Default = '' | Describes the map entity. | |
![]() |
bit | Default = 0 | Whether the map entity will return multiple address | |
![]() |
bit | Default = 0 | Whether or not the ID is a selection ID | |
![]() |
nvarchar(255) | Default = '' | The SQL stored procedure which takes an ID of the FROMRECORDTYPE and selects a list of the GEOCODE values | |
![]() |
nvarchar(512) | Default = '' | Image key that represents FROMRECORDTYPE. | |
![]() |
xml | |||
![]() |
nvarchar(255) | Default = '' | The folder path where the merge task catalog item will be displayed when presented in a UI tree view. | |
![]() |
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. |
![]() |
nvarchar(100) | Default = '' | ||
![]() |
nvarchar(100) (Computed) | case when len(SPECUINAME) = 0 then NAME else SPECUINAME end |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | RECORDTYPE.ID | The ID of the record type to map from | |
![]() |
uniqueidentifier | RECORDTYPE.ID | The ID of the record type that will appear on the map | |
![]() |
uniqueidentifier | ![]() |
RECORDTYPE.ID | The record type ID for the address |
![]() |
uniqueidentifier | SEARCHLISTCATALOG.ID | The searchlist to be used when adding an instance to the map. | |
![]() |
uniqueidentifier | ![]() |
DATAFORMINSTANCECATALOG.ID | The add form to be used when saving an instance of the map. |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | ![]() |
PAGEDEFINITIONCATALOG.ID |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
NAME | ![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |
Referenced by | Field |
---|---|
![]() |
MAPENTITYCATALOGID |