Extend functions to CRM Vtiger 6
Without losing the integrity of the core
- Workflow custom functions:
- Update last modified time on related entity, when a comment is added. This is usefull to define workflow task with condition on modified time. For example, send a email if a opportunity was not updated (Add a comment is considered an update)
- Upload and extract the last release file of this repo in your ROOT_PATH Vtiger folder.
- Go to
http://<VTIGER_URL>/registerWorkflowCustomFunction.php
to register workflow custom functions
- Create a new comment workflow. With empty conditions.
- In Task section add a "Invoke Custom Function" action
- Register a title and select "Update last modified date when a comment is added"