View: dbo.Contact_Email_Type_View | |||
View definition | |||
CREATE VIEW dbo.Contact_Email_Type_View AS SELECT --!!WARNING: Do not delete this view as it may be directly referenced in stored report filters (WI 869454). --This view returns all columns of the underlying table. --Post-2016.1.0 we will look into a better solution for this directly referenced view issue. contact_email_type_KEY = CTET.contact_email_type_KEY , description = CTET.description FROM dbo.Contact_Email_Type CTET | |||