[SalesForce] Sorting related-list records

I want to sort related-list records on CreatedDate in ascending. But I don't want to show CreatedDate field in related-list. Any thoughts? Can I use default sorting?

Best Answer

I don't think it's possible. Even when tweaking the layout in Eclipse IDE you'll get an error back.

Save error: The sort field: CreatedDate is not a displayed field in the related list

Can you sort by it indirectly? Maybe you have an autonumber field there?