You need to sign in to do that
Don't have an account?

Related List component causing Insufficient Privileges
<apex:page standardController="Order__c"> <apex:relatedList list="Cases"/> </apex:page>
This is in one of my sandbox orgs. I have System Admin permissions. Yet, I get an Insufficient Privileges error on page load. The Cases related list does work on the standard layout. I am not sure which permission I should change. Thanks!
All Answers