<apex:enhancedList> does not show ListView , but only "Loading..." icon is shown
Last updated 2022-02-10 ·Reference W-3200671 ·Reported By 9 users
Summary
<apex:enhancedList> does not show ListView , but only "Loading..." icon is shown in below condition. It has occurred since Summer'16.
1. list="AttachedContentDocuments"
2. Account record id is given as URL parameter
Repro
Create a Visualforce(Case12345) page:
<apex:page StandardController="ACCOUNT">
<apex:outputPanel layout="block">
<apex:enhancedList id="elist" height="800" type="Contact" />
</apex:outputPanel>
<apex:relatedList subject="{!Account}" list="AttachedContentDocuments" />
</apex:page>
and hit it with url /apex/Case12345?id=<AccountID>
Workaround
n/a
Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.