An internal server occurs when using apex:relatedList with CombinedAttachments
Last updated 2022-02-10 ·Reference W-3098555 ·Reported By 11 users
Summary
An internal server occurs when using apex:relatedList with CombinedAttachments
Repro
1. create the following Visualforce page
Name : W3090786
---
<apex:page standardController="Account" >
<apex:relatedList list="CombinedAttachments"/>
</apex:page>
---
2. access to the above VF page with Account's ID as follows
http://hostname:port/apex/W3090786?Id={Account ID}
* Please replace {Account ID} by ID of an existing Account
** It is necessary to use "Id" for entity ID parameter.
You will see ISE. This is unexpected.
Workaround
use "id" for entity ID parameter instaed of "Id"
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.