how can I extend vtiger expression to have more function in a workflow?
What I found so far is to modify core files, which get updated probably on updates of vtiger
- modules/com_vtiger_workflow/expression_engine/VTExpressionsManager.inc
- modules/com_vtiger_workflow/expression_engine/VTExpressionEvaluater.inc
so for me it is not clear what the best practice is if:
I do not want to modify the given files? e.g.
- class extending (inheritance)
- registering via database
- or other ways?