Custom Hyperlink on Entity list for Related Records Using JavaScript Here I am going to explain how we can open records in the entity list using a custom hyperlink. In this scenario, we had a requirement to open the entity list to view the records, which is OOB and we were also asked to implement a link to related entity record which is shown in the entity list. I will explain a simple JavaScript here that I implemented to open related record using JavaScript. The entity list above displays the list of Registrations for a Contact against the Courses. We can view the details of the Registration by clicking on any of the Name Colum rows. In order to view the Courses Enrolled for? details we have written a JavaScript and after implementing the JavaScrip we get the following result on the entity list. JavaScript Code Snippet used: