UI actions do not show up on related lists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 09:00 AM
I have a related list added to another table. There are few UI actions that exists which show up when opening the related list in seperate window but not on the related list itself, no restrictions or conditions on these ui actions. what could prevent them from up showing up on the related list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 09:05 AM
HI ,
You can add/append this in the condition on the ui action to prevent them to show up on related list.
!RP.isRelatedList()
OR the opposite to make sure they only show on related list
RP.isRelatedList()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 09:10 AM
I tried that but no luck, this only happens for non admin users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 09:11 AM
Is there something on the condition related to role?
Can you show one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 09:19 AM
No conditions.