function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MohaMoha 

Cannot View Document List using EnhancedList

Hello, i'm using the <apex:enhancedList> to view the Document List but its rendering an Error that  : 

Insufficient PrivilegesYou do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. 

but if use another Object in the EnhancedList it works,

this is the Tag that i'm using : <apex:enhancedList customizable="true" type="Document" listId="00lb0000000fizX" height="250" rowsPerPage="25"/>

Marko LamotMarko Lamot

do you, as a user, have access to all documents in the salesforce?

MohaMoha
yes, i'm the Admin and i checked the profil and i found that i have all the permissions from read to modify all, that's why i don't get why i render this error
Marko LamotMarko Lamot

sorry, my question was missleading;

i'm not 100% sure but i think apex:EnhancedList does not support document object

 

MohaMoha
too baad, thanks anyway