Add a custom Record Selection method
You are able to implement your own Record Selection method. For example if you need some special filter or have an external system, you want to use to filter. Create a file <customname>.inc.php in the folder modules/Workflow2/extends/recordsource/ This file must include a Class, which extends from WorkflowRecordSource. You must implement the following structure to be…