- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2023 11:03 PM
I have a multiple related list on same table but need to show ui actions only on particular related list and hide on others
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2023 12:14 AM
We can achieve this through RP and condition evaluation on script include. Please find below steps
 
 
 
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2023 12:03 AM
We can achieve this through RP and condition evaluation on script include. Please find below steps
 
 
 
 
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2023 12:14 AM
We can achieve this through RP and condition evaluation on script include. Please find below steps
 
 
 
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2023 12:30 AM
Use below condition and script in UI Action:
Condition: RP.isRelatedList()&&new check().validate(RP.geListControl().getControlID())
Script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2023 12:31 AM
Hi,
you can check below community post which is similar to your requirement:
Thanks,
Prashant