USP_SIMPLEDATALIST_FUNDRAISINGEVENT
Returns a list of fundraising events.
Definition
Copy
CREATE procedure dbo.USP_SIMPLEDATALIST_FUNDRAISINGEVENT as
select
ID as VALUE,
NAME as LABEL
from dbo.EVENT
where PROGRAMID is null
and ISACTIVE = 1
order by NAME