how related list respond to the click on values

kapil_shinde
Tera Expert

Hi All,

 

do we know how related list opens form specific to the column when we click on any of the value. For example , Approver list on Change form, when we click on Requested in the State column it opens sysapproval_approvers form. Similarly when we click on any of the user in User column it opens user form ?

 

Thank you in advance

1 ACCEPTED SOLUTION

Hi @kapil_shinde  as others have said it is OOB functionality. However these links are shown on all list views, not just related lists (which is after all a list view). If you  are looking for a way to control / manage it, you can do that in 'List Controls' by checking / unchecking 'omit links'

 

1. right click on a column header in the list view you want to modify

Screenshot 2024-01-27 at 11.17.08 AM.png

 

2. check or uncheck 'omit links'

 

Screenshot 2024-01-27 at 11.17.34 AM.png

3. click update 

 

Hope this helped

-- Bala Guthy

Please mark this as helpful or a solution depending it's utility

View solution in original post

7 REPLIES 7

chetanb
Tera Guru

@kapil_shinde In the form layout, related lists display records from tables related to the current record through reference fields

  • Clicking on a value in a related list, such as a user in the "User" column, triggers the system to open the referenced record in the corresponding table.

 

Please appreciate the efforts of community contributors by marking the appropriate response as correct answer and helpful.

This may help other community users to follow the correct solution in the future.

Regards,

CB

Thanks CB,

how system respond to these triggers does it use Client Script or UI Action or something else? that is what I am trying for find out.

When you click on a value in a related list, it typically opens a related form based on the reference field associated with that column and this behavior is controlled by the config. of the reference field and related list on a form.

 

Hope this helps.

 

Regards,

CB