You need to sign in to do that
Don't have an account?
amit 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
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