Change the Field Label Dynamically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 08:09 AM
Hi,
I was able to change the field label dynamically on the form view using onLoad Client script but the same isn't working when the record is previewed in the list view
Form view - This works as expected
List View - This doesn't work. The view used here for preview is Sys_popup
The Script that I've used -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 09:36 AM - edited 02-11-2025 09:41 AM
Not sure if it's possible. There is an article on how to modify the sys_popup view here: Customize the Reference Icon Pop-up
Edit to add - does a client script doing a g_form.setLabelOf that runs on the sys_popup view not work?