Hello,
Does anyone know if it is possible to make a related action visible or not depending on the user?.Because I want only the user who performed the action to be able to edit it again, this is my table Thank you very much
Discussion posts and replies are publicly visible
and this is the code i put showWhen: tostring(loggedInUser()) = 'recordType!user
Visibility of related actions is controlled in the record type editor. This is because you want to manage that in a central place and not individual for every interface and accidentally create a loophole.
And how can I do it?