Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
By DiegoSandoval
#815701
I have issues with the information in the grid (ItemGrid) when I want to show it in the Output document. I was using the ProcessMaker's wiki https://wiki.processmaker.com/3.2/Output_Documents.

The HTML of my output document related with the Grid is:

<table border="1" cellspacing="0">
<tbody>
<tr><th>Quantity Required&nbsp;</th><th>PNC Unit Price&nbsp;</th><th>SCI Control No.&nbsp;</th><th>Lot Number&nbsp;</th><th>Loc From</th><th>Loc To</th></tr>
<!--@>ItemGrid-->
<tr>
<td>@#QuantityRequired</td>
<td>@#PNCUnitPrice</td>
<td>@#SCIControlNumber</td>
<td>@#LotNumber</td>
<td>@#FromLocation</td>
<td>@#ToLocation</td>
</tr>
<!--@>ItemGrid--></tbody>
</table>


The rest of the variables is working fine
User avatar
By amosbatto
#815704
You are not closing the grid properly.
Change:
<!--@>ItemGrid--></tbody>
To:
<!--@<ItemGrid--></tbody>
Also remember that grid variables and the IDs of the fields in the grid are case sensitive.
By DiegoSandoval
#815722
amosbatto wrote:You are not closing the grid properly.
Change:
<!--@>ItemGrid--></tbody>
To:
<!--@<ItemGrid--></tbody>
Also remember that grid variables and the IDs of the fields in the grid are case sensitive.
It works, thank you very much

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]

Cenforce 150 is a medication used to cope with a c[…]

What's SAP FICO?

Trustworthy and skill-building, each of these actu[…]