Hi All,
As per requirement, I have added a Content Select widget for Channel Object Type to set default CI for the channel.
In the site, i could get RCRD value of the CI, but I stuck to retreive other field values from the CI.
bean value of Content Select CCE in Channel Object Type Definition is "ciSelect"
using ${currentChannel.ciSelect} able to get its RCRD value
Also using below code to generate its link:
<templating:contentLink var="linkUrls" oid="${currentChannel.contSelect}" format="${param.vgnextfmt}"/>
Link: ${linkUrls}<br/>
, but I want to get CI's title & Description.
Please someone help the way to get values of title & description from the Content.
Thanks
Jayaram