Is it possible to hide a related record action link based on certain conditions? In the example below, a record summary view, when the status is In-Progress, the START MAINTENANCE action link should be hidden.
Is this possible? If so then where could I find the option to configure this?
Thanks.
Discussion posts and replies are publicly visible
Yes. You can do this in the record object. Adding a screenshot below for your reference.
Here you can write an expression like rv!record[status]<>"In-Progress"