USP_BBNC_GETPAGEMAPPINGS

Returns the list of Blackbaud Internet Solutions page mappings stored in the system.

Definition

Copy


            CREATE procedure dbo.USP_BBNC_GETPAGEMAPPINGS
            as
            set nocount on;

            select
                ID,
                PAGEID
            from dbo.NETCOMMUNITYPAGEMAPPING