I had a look. The issue is that you have to give the field name, not the column name.
I changed the business map code for it to check if you are giving the column name and adapt accordingly. I haven't released that code yet as I am currently validating some other changes. It will be available soon. In the meantime use the field name.
Let me know how it goes
Code:
<linkfield>ticket_title</linkfield>
Code:
<field>
<label>Title</label>
<name>ticket_title</name>
</field>
I changed the business map code for it to check if you are giving the column name and adapt accordingly. I haven't released that code yet as I am currently validating some other changes. It will be available soon. In the meantime use the field name.
Let me know how it goes
Joe
TSolucio
TSolucio