Hi everyone, I have defined a template column like this:
<entity name="books" query="select * from books"> <field name="Category" column="Category" template="Books"/> </entity> I dont have a field called Category in my query, but defined in schema.xml. I'm expecting it to populate the Category field with a fixed value "Books". It doesnt work. What am I missing ? Any help is much appreciated. Thanks