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
ksrksr 

Problem while creating custom UI Pages

Hi All,

 

I am getting the following privileges message while creating a custom pages.

 

 

Insufficient Privileges
You 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.

 

Here is my code:

 

<apex:page standardController="Mileage__c" >
<h1>{!$User.FirstName}'s Mileage Perspective </h1>
<apex:detail > </apex:detail>
<apex:detail subject="{!Mileage__c.Contact__c}" relatedList="false"/>
</apex:pag>
 

 

Can anyone help me How to solve the above insufficient privileges?

 

Regards,

KSR

Edwin VijayEdwin Vijay

Are you getting the error when you try to save the page or is it when you try to access the page???