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
junaid_aj1junaid_aj1 

Insufficient Privileges

Hi All,

 

I had configure RBAC and give permission on page level access.If a User X is not having a permission to access ,the system

will show this error message.

 

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.

 

My Problem is this error Message is shown at the Salesfoce page,I want to Show this error message at user define Page.

 

I dont want the end user to Land into the Home Page of Salesforce.

 

I want to show User Friendly Message.

 

Any Help would be Great.

 

Thanks in advance.

 

Thanks & Regards,

Mohammed Junaid.

 

Cool_DevloperCool_Devloper

Junaid,

For achieving this, you have to develop an intermediatory page which will be invoked before your actual page is loaded.

You can do the profile check/other validations within this page code and then re-direct the logged in user the way you want to;)

Cool_D