Dynamically hide a column in a related list based on condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2025 08:31 AM
Hello,
There is a function "g_form.hideRelatedList()"to hide an entire related list. I searched the community articles and could not find one to hide a column within a related list. I have a one-to-one related list that displays one record from a related table in a tab. The table contains multiple fields and some of them are empty based on user choices. There are many variations of empty columns. How can I dynamically hide a column when it is empty?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2025 08:55 AM - edited ‎03-21-2025 09:08 AM
Configure > List Control and select the Omit columns if empty.
Edit: I don't know if you can do this dynamically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2025 10:14 AM
I already tried that by selecting 'Omit columns if empty' check box. Unfortunately it is not working.