-
What to do when an assigned approver is unable to edit Visualforce page?
Hello,
I've a three level approval process. When I initially submit a record to level 1, level 1 approver checks the record and approves it to level 2, during the level 2 approval process, assigned approver inputs details in the fields of assigned visualforce record which are required for level 3 approver. However, during the level 2 process, the assigned approver was only able to edit the record once. If he tries to edit the record again (before approving it to level 3), it says insufficient privilege. This issue is really getting on my nerves. I would really appreciate if any one can help me. I've given the necessary view/edit permissions, record editablity for all concerned approvers but I'm only able to edit/save the record once. It's the same issue with all the approvers.
Log In to reply.
Popular Salesforce Blogs
Apex Trigger In Salesforce - The Developer Guide
Apex Trigger in Salesforce A trigger is an Apex script which executes before or after DML events occur. Apex triggers enable you to work on…
Major Benefits of Hiring a Salesforce Consultant
What is the Market Share of Salesforce? Salesforce's global market share and revenue continue to increase year after year. The company holds a market share…
Creating A Multi-Select Picklist As Checkbox In Salesforce Visualforce Pages
Introduction: Visualforce is a web development framework that enables developers to build sophisticated, custom user interfaces for mobile and desktop apps that can be hosted…
Popular Salesforce Videos
About Queueable Apex | Asynchronous Apex in Salesforce | Learn Salesforce Development
Queueable apex is an asynchronous apex method. It's similar to the @future method. By using this queueable interface, we can process an Apex that runs…
Creating a Roll-up Using DLRS | Salesforce Tutorial Video
In certain situations, an object does not support a roll-up or the relation is not permitted. Learn how to make it possible by using the…
Salesforce Apex Rest API Integration
As you know salesforce is an online cloud solution, we might be required to integrate Salesforce with some other third party tool. We have released…