Hi All,
As per the requirement we want to add an Article CI as primary content for each Channel to display.
So, I have added a Content Select CCE widget in Channel OTD (Object Type Definition) and able to get the Content Instance's ID which added to the Channel by using below bean.
${currentChannel.ciSelect} // ciSelect is bean name of Content Select Widget.
<!-- Able to get URL also -->
<templating:contentLink var="linkUrls" oid="${currentChannel.contSelect}" format="${param.vgnextfmt}"/>
Link: ${linkUrls}<br/>
But we want to display the Article's Title & Description, I tried but somehow i stuck to retreive these values.
Please help to get other values of Article CI, using its RCRD value.
Thanks in Advance
Jayaram