Stores relationship map instances.
Fields
Field |
Field Type |
Null |
Notes |
Description |
CONTEXTRECORDID
|
nvarchar(100)
|
false
|
|
The ID of the record that represents the root node of the relationship map instance.
|
NAME
|
nvarchar(255)
|
false
|
|
The name of the relationship map instance.
|
DESCRIPTION
|
nvarchar(1000)
|
false
|
|
A description of the relationship map instance.
|
DEFINITIONXML
|
xml
|
false
|
|
The relationship map instance definition XML.
|
PARAMETERDEFINITIONXML
|
xml
|
true
|
|
The parameter definition XML for filtering the relationship map instance's nodes.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
OTHERSCANMODIFY
|
bit
|
false
|
|
Flag indicating whether a user other than the owner of the relationship map instance can modify the instance.
|