V_SEARCHLIST_CONSTITUENTMERGEDCONSTITUENTS

Trace a merged constituent to the constituent with which it was merged.

Fields

Field Field Type Null Description
ID uniqueidentifier
LOOKUPID nvarchar(100) yes
NAME nvarchar(154) yes
FIRSTNAME nvarchar(50)
MIDDLENAME nvarchar(50)
NICKNAME nvarchar(50)
KEYNAME nvarchar(100)
ISORGANIZATION bit

Definition

Copy
/*
Generated by Blackbaud AppFx Platform
Date:  2/1/2011 9:10:31 AM
Assembly Version:  Blackbaud.AppFx.Platform.SqlClr, Version=2.9.1001.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_SEARCHLIST_CONSTITUENTMERGEDCONSTITUENTS AS



                select ID, 
                    LOOKUPID, 
                    [NAME], 
                    FIRSTNAME, 
                    MIDDLENAME, 
                    NICKNAME, 
                    KEYNAME, 
                    ISORGANIZATION 
                from dbo.CONSTITUENT;