[SalesForce] Not able to add fields in Related list for a page layout

I am trying to add fields in a Related Cases Related list for a Pagelayout in Case object. I am not able to add fields like Record Type, Case Description etc Snap shot of the issue here

What could be the reason. I dont see the fields Available section to add fields.

Also the Second question is to add this related list in visualforce page. Is there a tag to add this. Please let me know.

I am a System administrator.

Best Answer

1) I am not too sure WHY those field are not available. Looks like this functionality is not available yet according to this.

2) You can use <apex:relatedList> tag to display related list of records on a VF page

Related Topic