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

You do not have the level of access necessary to perform the operation you requested.
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.
<apex:pageBlock title="Customer Stage" mode="inlineEdit"> <apex:pageBlockTable value="{!CustomerSatgeList}" var="customerSatge"> <apex:column > <apex:facet name="header">Color1</apex:facet> <apex:detail subject="{!customerSatge.Name}" relatedList="false" inlineEdit="true"/> </apex:column> </apex:pageBlockTable> </apex:pageBlock>
Hi,
1) Look in to the object and field level security.
2) Make sure the visualforce page is exposed to the respective profile (if not include this page in the profile).
3) Check for the roles, if it is restricting from doing required operation on records.
Thanks.
Hi Ugesh,
Please make sure that the version settings of visualforce page and its controller/extension is same.
Thanks,
Pragati