Telligent Event Calendar – To View Registrations report

Telligent Event Calendar – To View Registrations report

This question is not answered

The 'View Registration' report is available at an Event level showing specific information like User’s Last Name, First Name, Email, Registration Status and A Link for Admin to take an action like Confirm/Cancel Registration.  

Is there a way to extend this report to include other custom User Profile Attributes defined in Telligent?

All Replies
  • Registrations contain a user Id unless they are anonymous in which case it will be null.  If the user Id is present and not null you can use it to retrieve the user within the widget and display whatever profile information is available via the API.

  • As per the above comment we can display whatever user profile information is available via the API.  I tried searching for the available APIs information on Telligent site regarding this but unable to find the one specific to our requirement for modifying the user profile columns which are currently displayed on the ‘Event Calendar – Registration List (View Registrations) screen shown below.

    For example, the columns currently available are Last Name, First Name, Registration Status and Email as shown above. In addition to these columns, I need to display couple of more custom fields from user profile data like School Name, Class Year etc., which I have already defined in ‘User Profile Configuration - Fields’ under Membership Administration.

    Any inputs on how to go about this modification or any specific information on such APIs would be helpful. Thanks!

  • You need to use the user id on the registration object to get the user object and any profile data.  This documentation is available in the widget studio
     
    Patrick Mason
    Development Lead- Extensibility
    o: 214.420.1329
    telligent.com
     
    From: VinayakLSP [mailto:bounce-VinayakLSP@communities.telligent.com]
    Sent: Wednesday, November 14, 2012 9:45 AM
    To: discussion_evolution@communities.telligent.com
    Subject: RE: [Telligent Evolution Platform Discussion] Telligent Event Calendar – To View Registrations report
     

    As per the above comment we can display whatever user profile information is available via the API.  I tried searching for the available APIs information on Telligent site regarding this but unable to find the one specific to our requirement for modifying the user profile columns which are currently displayed on the ‘Event Calendar – Registration List (View Registrations) screen shown below.

    For example, the columns currently available are Last Name, First Name, Registration Status and Email as shown above. In addition to these columns, I need to display couple of more custom fields from user profile data like School Name, Class Year etc., which I have already defined in ‘User Profile Configuration - Fields’ under Membership Administration.

    Any inputs on how to go about this modification or any specific information on such APIs would be helpful. Thanks!