apex-sort-sobs
apex-sort-sobs copied to clipboard
Library for short hand sorting of Salesforce SObjects by any field
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...