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
sausalito devsausalito dev 

Solutions related list on Case Object

I would like to display the Solutions related to a particular Case but cannot determine the relationship between them.  I can add a related list to either the standard Solution or Case detail page, but the Schema Builder shows Solutions not connected to any other Objects!.  On a page with standardcontroller="Case", I have tried using <apex:relatedList list="solutions" /> but am getting an error:

'solutions' is not a valid child relationship name for entity Case


Any suggestions greatly appreciated.

Best Answer chosen by Admin (Salesforce Developers) 
sausalito devsausalito dev

In the WSDL, found:  CaseSolutions

This works in place of "solutions" above, but not sure why it doesn't show up in Schema Builder