function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
amit mittalamit mittal 

can we sort the attachments on accout record

HI,

 

Do you have any idea if we can sort the records (attachment) for any (account) record.

 

1. Is developing a new Visual Force page the only option?

2. If we develope a new Visual Force page then is there any way to sort the records without writing apex code for sorting?

 

If you have any idea then pls shre share with me.

 

Thanks,

Amit

Cool_DevloperCool_Devloper

You can use the Sort() method on a list of primitive data type!

In case of attachments, i think you can order them by their names, right?

Cool_D