I would like to know how can I add a dynamic field column to the dashboard. I want to show the "Status" dynamic field of a process ticket in order to save time to the agent in charge because in the process the tickets is assigned the the same agent in several activities.
Thank you so much for your support.
<td width="60%">
<div title="$QData{"Title"}">$QData{"Title","70"}</div>
</td>
<td>$QData{"Queue"}</td> <!-- add if you want to see the Queue -->
<td>$QData{"CustomerID","15"}</td> <!-- add if you want to see the Company -->
<td>$QData{"Owner"}</td> <!-- add this line for the owner-->
<td>$QData{"Responsible"}</td> <!-- add this line for the responsible -->
<td>$QData{"Time"}</td>