External_Entity_Map NOT FOR CLIENT USE Maps an external entity to an internal object where the external entity is uniquely defined in its own namespace by the xentity_id. The namspace is uniquely defined for our use by the xschema_code and xschema_ver. The semantics of the xentity_id, and parameters (*_rsrved fields) depends upon the namespace.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| xentity_id | nvarchar(180) | not null | Uniq. external entity reference |
| xschema_code | nvarchar(12) | not null | Internal code for entity's namespace |
| xschema_ver | integer | not null | Internal ver for entity's namespace |
| ob_persid | nvarchar(30) | with null | The "mapped to" object |
| ob_type | nvarchar(30) | with null | The "mapped to" object type |
| int1_rsrved | integer | with null | Reserved for CA - do not use. |
| int2_rsrved | integer | with null | Reserved for CA - do not use. |
| int3_rsrved | integer | with null | Reserved for CA - do not use. |
| int4_rsrved | integer | with null | Reserved for CA - do not use. |
| int5_rsrved | integer | with null | Reserved for CA - do not use. |
| int6_rsrved | integer | with null | Reserved for CA - do not use. |
| str1_rsrved | nvarchar(80) | with null | Reserved for CA - do not use. |
| str2_rsrved | nvarchar(80) | with null | Reserved for CA - do not use. |
| lstr1_rsrved | nvarchar(255) | with null | Reserved for CA - do not use. |
| lstr2_rsrved | nvarchar(255) | with null | Reserved for CA - do not use. |
Product Name: Unicenter Service Desk
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| id |