i want to use a news record id to get some data from a table.
The background: I have extends tx_news with one new field in tca. The data will be saved into the correct database table - but i can't get this content in a viewhelper. To resolve this problem, i want to use the record id from the current news entry to make a mysql call.
But i don't know from where come this id.
For example: newsItem.Id doesn't functional.