UFN_SELECTION_CONSTITUENT_BBNCMEMBER

Returns all CONSTITUENT IDs for constituents have have joined Blackbaud Internet Solutions.

Return

Return Type
table

Definition

Copy


        CREATE function dbo.UFN_SELECTION_CONSTITUENT_BBNCMEMBER()
        returns table
        as return
        SELECT ID from dbo.CONSTITUENT WHERE NETCOMMUNITYMEMBER=1;