V_SIMPLEDATALIST_SITESFORSPECIFICUSER
List of all sites in the system that specified user can interact with (based on Role assignments).
Fields
Field | Field Type | Null | Description |
---|---|---|---|
LABEL | nvarchar(250) |
Definition
Copy
/*
Generated by Blackbaud AppFx Platform
Date: 1/27/2010 7:10:51 PM
Assembly Version: Blackbaud.AppFx.Platform.SqlClr, Version=2.5.465.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_SIMPLEDATALIST_SITESFORSPECIFICUSER AS
select
[NAME] as LABEL
from
dbo.SITE;