USP_SIMPLEDATALIST_ACTIONITEM
return ID and name for advocacy action items
Definition
Copy
create procedure dbo.USP_SIMPLEDATALIST_ACTIONITEM as
select
ID as VALUE,
NAME as LABEL
from dbo.ACTION_ITEM
order by NAME