Change field in search result of related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 09:45 AM
Hi,
I had a requirement like, In change record's related list, we have a tab called "Affected locations", when we go to Affected locations tab click on edit, then a page opens, In that page we have collection of locations. there in search results we have location "name" values, But instead of location "name" I want "city" values to get populated in search results and this enhancement needs to be reflected only on change table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 05:01 PM
If you want the "City" to display here, you have to change the "Display" for the field to true, and change "Name" to false on the cmn_location table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 12:04 AM
But I need this specific enhancement to be reflected only on change_request table. If I make city's display as true, this will be reflected to all the tables where "Affected locations" related list is there. But I need this to be happen only on change_request table