dbo.SXAEISInstanceReviewRequest 
Default Table Name  SXAEISInstanceReviewRequest 
Definition  Holds potential likely matches based on queries 

dbo.SXAEISInstanceReviewRequest Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SiteID    smallint  NO  Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. 
Build    int  NO  Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. 
TouchedBy    varchar(50)  NO  Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
TouchedWhen    datetime  NO  The date and time that the row was last updated and will be based on the Enterprise time zone. 
CreatedBy    varchar(50)  NO  Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. 
CreatedWhen    datetime  NO  The date and time that the row was created and will be based on the Enterprise time zone. 
InstanceReviewRequestID(PK)    bigint  NO  Auto generated unique primary key value. 
DataModelID(FK)    int  NO  A foreign key to the DataModelID column in the SXAEISDataModel table. 
EntityDefinitionID(FK)    int  NO  A foreign key to the EntityDefinitionID column in the SXAEISEntityDefinition table. 
PrimaryInstanceID    bigint  NO  The InstanceID of the first suspected duplicate instance 
SecondaryInstanceID    bigint  YES  The InstanceID of the second suspected duplicate instance 
RequestingClientApplication    varchar(50)  NO  The name of the application being used when the pair of records were found to be possible duplicates 
RequestedReviewType    varchar(50)  NO  Type of review needed to be performed on this instance 
FirstRequestedWhen    datetime  NO  Enterprise TimeZone - Date the duplicate pair was first identified 
FirstRequestedBy    varchar(100)  NO  User that first requested the duplicate pair 
LastRequestedWhen    datetime  NO  Enterprise TimeZone - Date the duplicate pair was last reviewed 
RequestCount    int  NO  Number of times this duplicate pair was identified 
ReviewingClientApplication    varchar(50)  YES  Application that was used to review the duplicate pair 
ReviewedWhen    datetime  YES  Enterprise TimeZone - Date the duplicate pair was reviewed 
ReviewedBy    varchar(100)  YES  PHI: User that reviewed the duplicate pair 
ResolvingAction    varchar(10)  YES  Action taken to resolve the possible duplicate pair 
MSrepl_tran_version    uniqueidentifier  NO  Optimistic lock identifier. 
MSReplrowguid    uniqueidentifier  NO  Unique GUID used to support merge replication. 

dbo.SXAEISInstanceReviewRequest Primary and Unique Keys 
Key Name  Key Type  Keys 
InstanceReviewRequestPK  PrimaryKey  InstanceReviewRequestID