Task Updates

On this page you will see, which tasks are updated and could open Task Change logs. 2017-01-19 exist related record – Version 8 2016-12-22 send Mail – Version 34 frontend confirmation box – Version 1 frontend actions – Version 2 2016-12-19 send Mail – Version 33 2016-12-06 Updates CloudFile Upload File – Version 9 CloudFile…

execute Workflow/Expression with external Record

This example is triggered everything a Project Task is updated and execute a Workflow from Module “Project” to summarize working hours. Workflow in Project Task triggered by “on every save” [vc_gallery interval=”0″ images=”520,522,524″ img_size=”large”] The workflow will only executed, if a Project is set within the Task. (Should be the default case) Then the “Execute…

Global Task Options

Starting with Version 600.1601 you could open a “global Task Options” field within every task configuration. Configurations in this block are applied for this single block and will modify the behavior of the blocks. Here you have a list and description of these configurations, currently available: Use/Output currencies formated, instead of full precision This option enable a…

Frontend Workflows

Since Version 600.1601 workflows could also be executed live during you Create / Edit a record. General Default Workflows are executed in background and started by an configured trigger. This allows powerful setups, but miss the situation you need to do a workflow, before user do something. Currently you cannot directly interact with the user to…

How to implement an own Inventory Loader?

If you want to implement your own Inventory Loader to, for example, add Products from something inside your module? That’s easy! Create a file <customname>.inc.php in the folder modules/Workflow2/extends/inventoryloader/ This file must have the following structure: [prism field=file language=php] LOADERKEYinternal key of your loader to be able to register multiple loaderLOADERLABELVisible Label of Inventory LoaderLOADERCONFIGConfig,…