How to add custom inventory fields

If you implement custom fields in your Inventory Records, like Invoice, Quotes, the values will be deleted during any workflows and you couldn’t interact with this values from Workflow Designer before version 600.0825. With this version, you could create a file named “InventoryFields.inc.php” directly into the “extends” directory. This file will not be overwritten during…

How to add custom fileactions

If you want to create a new action, what to do with files, generated by blocks, you could use this interface. Existing examples of this interface is the directly download, store in Filestore, … Add a file in /modules/Workflow2/extends/fileactions/ with the filename “<individual>.inc.php” This file must contain a class which extends from WorkflowFileAction. This class…