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
lnryanlnryan 

Completed Approval Process Visibility in Visualforce

We have a visualforce dashboard that shows a pre-filtered list of recently updated (ie Approved/Denied) or submitted approvals. It's controlled with a controller that explicitly specifies 'without sharing'. It works fine in the sandbox displaying both open and completed approvals, but in the production environment it only show the given user's pending approvals.

 

Any ideas on how to fix this?