I want do something like this in List Page. I want to print variables in any record lines.
I do this:
function transaccio_Snippet3(&$params)
{
global $record;
echo $record["FieldName"];
} // function transaccio_Snippet3
but it doesn't work. It prints only the last register line.
I know how to do it editing the list page but prefer to do this in a snippet.
Thank for your help!