Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 844 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 844 Bytes

Floq

What is this?

Floq is a set of three Apex actions that allow Flow developers to

  • lock,
  • unlock, and
  • check the lock status of a record.

Why "Floq"?

Floq is a homophonic portmanteau of "Flow" and "lock". It is also poorly spelt, and a great excuse to make terrible wheat puns.

How do I use it?

  1. Enable Allow Apex code to set and remove approval process locks, under Process Automation Settings in your Salesforce org.
  2. Fork this repo and drop the contents of the force-app/main/default/classes folder in your project.
  3. Build awesome things.
  4. If you make any improvements to the code, share them with the rest of the world, and feel free to make a pull request.