V_SIMPLEDATALIST_BANKACCOUNT

This simple list returns a list of open bank accounts.

Fields

Field Field Type Null Description
VALUE uniqueidentifier
LABEL nvarchar(100)

Definition

Copy
/*
Generated by Blackbaud AppFx Platform
Date:  11/11/2014 4:13:43 PM
Assembly Version:  Blackbaud.AppFx.Platform.SqlClr, Version=4.0.2.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_SIMPLEDATALIST_BANKACCOUNT AS



                select distinct
                    BANKACCOUNT.ID as VALUE
                    BANKACCOUNT.[ACCOUNTNAME] as LABEL
                from dbo.BANKACCOUNT
        where STATUSCODE <> 0