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
Ugesh.galiUgesh.gali 

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>

 

EIE50EIE50

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.

Force.comForce.com

Hi Ugesh,

 

Please make sure that the version settings of visualforce page and its controller/extension is same.

 

Thanks,

Pragati