Overview:
The user enters the following value in the Speaker Fields field on the Event Rule object and wants to show Address information on the speaker details panel on the right in CRM Online.
;;Address_vod__c;;
However, when adding a Speaker to an Event, the Address field does not display.

Root Cause:
This is because the value is not correct.
The default value for this field is:
;;CV;;Services;;RecentEvents;;Training;;Address_vod;;Status_vod;;Cap_Remaining_vod;;Year_to_Date_Utilization_vod;;
So when displaying the Address field, it should be Address_vod, which does not include __c.
Solution:
Change the value entered in the Speaker Fields field as below:
;;Address_vod;;
Once this is done, the Address field displays as expected.
Related Documentation:
CRM Help Documentation: Speaker Selection and Filtering
Send us your feedback: We are always looking for feedback to help improve our Knowledge Base! Please let us know if this article is helpful or provide feedback on how we can improve your experience by clicking here.