Questions and discussion about using ProcessMaker 2: user interface, running cases and functionality
Forum rules: Please search to see if a question has already been asked before posting. Please don't ask the same question in multiple forums.
#786751
First, create a string variable in the graphical interface named "ProcessCategory". Then, create a textbox in your DynaForm which is associated with the ProcessCategory variable. Finally, create a trigger which is set to fire before the DynaForm with the following code to look up the process category:
Code: Select all
$p = new Process();
@@ProcessCategory = $p->Load(@@PROCESS)['PRO_CATEGORY_LABEL'];

Hi, there is a trigger after my dynaform in which […]

Hi, does anybody know how can I have radio buttons[…]

The guide on Tesamorelin injections by Valhalla Vi[…]

If you are looking for a solution to migrate Lotus[…]