USP_DATALIST_SHOPPINGCARTEVENTSWITHCONFLICTS

Returns a list of events registered for constituent (in a shopping cart) that conflict with a given event

Parameters

Parameter Parameter Type Mode Description
@CONSTITUENTID uniqueidentifier IN Constituent ID
@EVENTID uniqueidentifier IN Input parameter indicating the context ID for the data list.

Definition

Copy


            CREATE procedure dbo.USP_DATALIST_SHOPPINGCARTEVENTSWITHCONFLICTS(@CONSTITUENTID uniqueidentifier, @EVENTID as uniqueidentifier)
            as
                set nocount on;

                select NAME 
                from dbo.UFN_SALESORDERITEM_GETREGISTEREDEVENTSWITHCONFLICTINGTIMINGS(@CONSTITUENTID, @EVENTID