[SalesForce] How we run a visual flow( Not Auto Flow) in system mode.

Requirement..

we want to modify the record of an object without giving System Admin Permission, means at user mode.

How we do the needful, we tried with the help flow and process builder but unable to launch the visual flow which has screen through process builder because process builder run's in a system mode.

Can you please suggest the appropriate way to solve the business requirement.

Best Answer

You can use the Flow to update another field, that then triggers the Process Builder that will run in System and modify the record the Running User is unable to modify.

The only other option would be to possibly use an Apex plugin.

There is no way to make your Visual Flow run as System.

Related Topic