apex-sort-sobs icon indicating copy to clipboard operation
apex-sort-sobs copied to clipboard

Library for short hand sorting of Salesforce SObjects by any field

Results 4 apex-sort-sobs issues
Sort by recently updated
recently updated
newest added

Proper Time-field support was lacking. Due to absent unit test it failed while I was using it. Current code tries to cast from Time data type to a Decimal (using...

Sorting on Time fields threw exception. Time cannot converted to a decimal.

I have a list of Sobjects that has multiple types of Sobjects in there that I want to sort by the common field CreatedDate. Is there a way to do...