Skip to content
REDOO-NETWORKS
Digital Solutions to Drive Your Business Forward
REDOO-NETWORKSREDOO-NETWORKS
  • Services
    • CRM & ERP
      • flexx.suite
      • Vtiger CRM
      • kita.works
    • Software- & App Development
      • Custom Software Solutions
      • App Development
      • API & System Integration
    • E-Commerce & Marketing
      • Web Development & Online Shops
      • Corporate Design
      • Google Ads & SEM
  • Team
  • Support-Portal
  • Contact
  • Shop
  • Account
  • English
  • German
  • Services
    • CRM & ERP
      • flexx.suite
      • Vtiger CRM
      • kita.works
    • Software- & App Development
      • Custom Software Solutions
      • App Development
      • API & System Integration
    • E-Commerce & Marketing
      • Web Development & Online Shops
      • Corporate Design
      • Google Ads & SEM
  • Team
  • Support-Portal
  • Contact
  • Shop
  • Account
  • English
  • German

Category Archives: Developer

You are here:
  1. Home
  2. Workflow Designer
  3. Category "Developer"

How to add a function for custom Expressions?

Developer, Workflow DesignerBy Redoo Networks GmbH19. August 2016

If you reach the limit of the module you maybe want to extend the features with PHP. The easiest way is to add your own function to custom expressions. Create a new file inside modules/Workflow2/extends/functions/ with the filename <individual>.inc.php All functions with the nameprefix wf_ you define in this file, will be available during custom…

How to execute a Workflow by PHP

Developer, Workflow DesignerBy Redoo Networks GmbH19. August 2016

You could execute a workflow manually in your own vtigerCRM extension or PHP file. You only need the following PHP Code: [prism field=code1 language=php] At the moment it is not possible to add a file with this type of Execution. This will be added as fast as possible.

Add custom Communication Provider

Developer, Workflow DesignerBy Redoo Networks GmbH16. August 2016

You are using a SMS/FAX provider the Communicate Extension of Workflow Designer do not support? That’s no problem if you could develop your own PHP interface. You also could ask our team if we should do this for you. You need to add one file to folder modules/Workflow2/extends/communicate with the filename <individual>.inc.php The structure of this…

←12←
Go to Top