Gatilhos, JavaScripts e Serviços Web

From ProcessMaker

Jump to: navigation, search

Triggers

A Trigger is a piece of code. In ProcessMaker, triggers are intended to add flexibility when dealing with complex business rules. Most business rules are far more than simple Boolean conditions. In such scenarios, triggers provide the appropriate framework to perform complex calculations.

Here you can find the Triggers Reference Manual and the ProcessMaker Functions .

JavaScript in Dynaforms

It is possible to add JavaScript code to ProcessMaker Dynaforms. JavaScripts add more functions to the dynaforms, as they make it possible to define your own field validations and alerts for the end user as well.

Since the JavaScript code is directly executed on the end user-side, the JavaScript operations can only affect the fields in the corresponding dynaform. For this reason it is not possible to perform actions related with the server-side, like database operations, or operations among different dynaforms.

For more information, visit the JavaScripts manual.

Web Services

ProcessMaker's web services provide the interface that allows ProcessMaker's integration with other systems and hereby share the management of processes and cases obtaining this way a global integrated and more complete solution.

Please review the available ProcessMaker Web Services.

translations