Is it possible to sort values in Related Record JSON? #594
Labels
Layer: Log Management
Items related to the custom objects & Logger Console app
Type: Enhancement
New feature or request
New Feature Summary
In error log field "Related Record JSON" I see this:
I would like to see it sorted from A to Z.
Why?
I got null pointer exception and want to check EndDate field value. I am expecting to have it at the top but list is unordered.
This is "Nice to have" as I can use search currently but it would be usefull to sort Map keys before it is converted to JSON.
Possible solution:
Probably you need to create List out of Map.keyset() then sort it and rebuild MAP again.
The text was updated successfully, but these errors were encountered: