CoreBOSBB

Full Version: Documents - Workflow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wish create a new workflow, when title of document contains a word "Proposta" setting folder "Propostas"

but workflow not show field Folder

How i can do that?
The folder field is a reference field and we do not support those in update workflow tasks (yet). Your current options are:

- custom workflow function: http://corebos.org/documentation/doku.php?id=en:devel:addworkflowfunction
- aftersave event: http://corebos.org/documentation/doku.php?id=en:devel:corebos_hooks#vtigerentityaftersave
- directly modify: Documents.php>save_module()