08-16-2018, 12:56 PM
I am using this
$(general : (__WorkflowFunction__) format_date($date_start, "d.m.Y") )
but still get an error: Fatal error: Uncaught Exception: Was expecting a closing bracket in /.../modules/com_vtiger_workflow/expression_engine/VTParser.inc:132 Stack ...
I don't see a missing bracket.
This custom function works and seems to have the same structure:
$(general : (__WorkflowFunction__) __email_begruessung( $(cto_id : (Contacts) salutationtype), $(cto_id : (Contacts) lastname), $(cto_id : (Contacts) cf_833), $(cto_id : (Contacts) cf_836) ) )
$(general : (__WorkflowFunction__) format_date($date_start, "d.m.Y") )
but still get an error: Fatal error: Uncaught Exception: Was expecting a closing bracket in /.../modules/com_vtiger_workflow/expression_engine/VTParser.inc:132 Stack ...
I don't see a missing bracket.
This custom function works and seems to have the same structure:
$(general : (__WorkflowFunction__) __email_begruessung( $(cto_id : (Contacts) salutationtype), $(cto_id : (Contacts) lastname), $(cto_id : (Contacts) cf_833), $(cto_id : (Contacts) cf_836) ) )