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
hramanihramani 

Is there a possiblity, where a User belonging to a specific Profile doesn't have access to an Approval process.

I have an Approval Process being called from a Process builder.
I have a User belonging to a specific profile (Let's say 'Marketing' Profile). That profile on a specific object, (Let's call it 'Nomination__c') has Read,Create,Edit,Delete and View All permission. It doesn't have Modify All permission.

I have an Approval Process written on the Nomination__c Object. It really doesn't have any particular entry criteria. I'm calling this Approval process from a Process builder (skipping the entry criteria) so that I don't have to click on the 'Submit for Approval'.

When I create a Nomination__c record logging in as a Marketing Profile user, I'm getting an error saying "Error Occurred During Flow "Nomination_Approval_Flow": No applicable approval process was found." 

Is it because I dont have 'Modify All' permission on Marketing Profile?

Can someone help please.
sachinarorasfsachinarorasf
Hi Hramani,

Please read all the details regarding the approval process setting from below link:

https://help.salesforce.com/articleView?id=approvals_creating_approval_processes.htm&type=5 (https://help.salesforce.com/articleView?id=approvals_creating_approval_processes.htm&type=5)

Please mark it as best answer, if you find it helpful.

Thanks.
Sachin Arora