Page 1 of 1

Ajax in processmaker

Posted: Mon Aug 29, 2016 1:13 am
by Anuradha
Hello All,

We have one process where we have to create search functionality using ajax.So please give me any suggestion to archive these in process maker.

Re: Ajax in processmaker

Posted: Tue Aug 30, 2016 10:18 am
by amosbatto
If you are using ProcessMaker 2.X, then see the code examples here:
http://wiki.processmaker.com/index.php/ ... _DynaForms

Those code examples need to be modified for ProcessMaker 3, because the JavaScript code to populate a dropdown box and populate a grid are different in PM3. If you tell me exactly what you are trying to do, I might be able to give you a code example for PM 3.

Re: Ajax in processmaker

Posted: Wed Aug 31, 2016 12:17 am
by Anuradha
We are working on ProcessMaker 3.0.1.8-community .
In our process ,one drop-down ,where value fetch from database table , on basic of selected value, checkboxes with respective value from another table should be populated dynamically .
Following attachment showing the problem definition.