UI actions do not show up on related lists

samadam
Kilo Sage

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?

8 REPLIES 8

Anurag Tripathi
Mega Patron
Mega Patron

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() 
-Anurag

samadam
Kilo Sage

I tried that but no luck, this only happens for non admin users.

Is there something on the condition related to role?

 

Can you show one?

-Anurag

samadam
Kilo Sage

No conditions.

samadam_1-1701969571623.png