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
Will@X-IO.comWill@X-IO.com 

VWF Record Transaction Permissions

We have permissions set so that Sales users can Create, but not Modify Cases.  This way they can create new cases on behalf of their customers, but cannot change owner/status or make any other Service impacting changes once the case is in flight.

 

We have a Flow that can be executed from the case to request a Failure Analysis.  That VWF modifies 4 fields on the case, but since Sales users do not have permission to modify the entire case object, an exception occurs when they try to complete the VWF.  Can I execute the record update set under a different user context so that the changes can be saved?

Best Answer chosen by Admin (Salesforce Developers) 
RajaramRajaram
No. All flow transactions are executed with the sharing/security settings of the current user.