kentico_borisp
-
9/21/2011 1:50:15 PM
RE:list of event subscriptions
Hello,
You need to create a custom query e.g. GetEvents:
select * from View_CONTENT_BookingEvent_Joined where nodeid in (Select AttendeeEventNodeID from Events_Attendee where ##WHERE##)
Now use this query in a custom repeater web part and specify this WHERE condition:
AttendeeEmail = '{%currentuser.email%}'
And the transformation:
CMS.Event.Preview
Best regards, Boris Pocatko
|