V_SIMPLEDATALIST_PDACCOUNTSYSTEMVALUES
Returns a list of accounting systems for a given user for reports.
Fields
| Field | Field Type | Null | Description |
|---|---|---|---|
| VALUE | uniqueidentifier | ||
| LABEL | nvarchar(50) |
Definition
Copy
/*
Generated by Blackbaud AppFx Platform
Date: 3/19/2013 1:37:14 AM
Assembly Version: Blackbaud.AppFx.Platform.SqlClr, Version=3.0.504.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_SIMPLEDATALIST_PDACCOUNTSYSTEMVALUES AS
select
ID as VALUE,
NAME as LABEL
from dbo.PDACCOUNTSYSTEM