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…

create Invoice/Quote/SO

The default behavior of this task is equal to the Create Record Task. This task could be create Invoices, Quotes, … with selected Products. You could specify all values of these modules, like item/group tax or discount. All other settings are equal to the default record creator. You could select all products you have created…