- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 01:31 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 11:22 AM
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
2. check or uncheck 'omit links'
3. click update
Hope this helped
-- Bala Guthy
Please mark this as helpful or a solution depending it's utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 01:52 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 01:59 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 02:07 AM
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