I have an existing CTD. I have added a relation to this CTD with 4 attributes. Sample XML for the structure is as follows
<Author>
<AUTHORID/>
<FIRSTNAME/>
<LASTNAME/>
<PUBLISHDETAILS>
<ID/>
<OWNERID/>
<PUBLISHEDTIME/>
<UNPUBLISHEDTIME/>
</PUBLISHDETAILS>
</Author>
I have added two HIDDEN widgets for publish time and unpublish time and populate them through listeners. i want to show the values in the management console against the content instances. I trie using the "summary & visible" check boxes of the attributes. but, didnt work. Please help me display these two details in management console