How to Update a task manually?

Sometime there are updates of single tasks, without a bundled Workflow Designer update. There are also tasks, which are not installed automatically. If you want to check for tasks/updates or our support request this, use the following howto: [ult_tab_element tab_style=”Style_2″ tab_animation=”Fade”][single_tab title=”Open Task Management” tab_id=”96ece355-ebdc-7″] Click on the Link “Task Management” in sidebar of Workflow…

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…