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
RichardC.ax220RichardC.ax220 

Letter list on a detail related list page only works when sorted by name

We have an app with a master-detail relationship. The detail object has a related list on the master's page. When you click Go To List in the detail related list, you get the list with letters (A | B | C...) on the top. We found that if the list is sorted by a field other than the detail object name, those letters do not work. When you sort the list by name, the letters work fine.

 

Has anyone else noticed this? If so, did you report it?

shillyershillyer

Are you sure? I just tried this with the related Opportunity list on the Accounts detail page and it appears to be working fine. If I sort on Opportunity Name, I can use the letters above to filter my list and if I sort on Stage, I can click on "C" to show me only Closed Won or Closed Lost. This is what I found in the docs:

 

At the top and bottom of the list, click a letter to display the contents of the sorted column that begin with that character.

 

Best,

Sati