Component Name: myEvents¶
Last Updated: 2025-09-29 Source Code: https://bitbucket.org/i2cinc/i2c.salesforce.metadata/src/STAGING/force-app/main/default/lwc/myEvents
API Name: c-myEvents Type: Display Component Target: Community pages
Business Purpose¶
Displays member's upcoming registered events in account management section. Shows event name, date, time, location with links to event details. Provides quick access to registered AANP events and conferences.
Component Structure¶
Based on file discovery and naming conventions, this component likely: - Loads AANP_Event_Registration__c records for current user - Displays as list or cards - Links to event detail pages - May include registration status
Dependencies¶
- Apex: Likely AANP_EventController or similar
- Custom Object: AANP_Event_Registration__c or similar
- May integrate with AANP_Event__c object
Usage¶
Maintenance Notes¶
Complexity: Unknown (file not fully analyzed) Key Notes: - Displays user's registered events - Part of account management suite - Likely simple display component with minimal logic