ProcessMaker code contributions
User avatar
By amosbatto
#824328
Use this trigger:
Code: Select all
$sql = "SELECT CLIENT_NAME AS clientName, CLIENT_PHONE AS clientPhone FROM PMT_CLIENTS";
@=clientsGrid = executeQuery($sql);

Then, put this in the HTML code of your Output Document template:
Code: Select all
<table><tbody>
<tr><th>Client Name</th><th>Client Phone</th></tr>
<!-- @>clientsGrid -->
<tr><td>@#clientName</td><td>@#clientPhone</td></tr>
<!-- @<clientsGrid -->
</tbody></table>
Make sure that you click on the "HTML" button to get the code.

Being the best in the started business is the obje[…]

Winzo is a popular and unique game on the mobile p[…]

Cannot create process using templets

Real details. The problem was solved by effect!

However, it is essential to use it responsibly and[…]