Hello! Is there a way to turn off the actions button from Object Explorer? Even better would be if I can limit who can run actions from Object Explorer to a specific group (maybe admins)? Thanks!
Hi, thanks for reaching out! Unfortunately, I don’t believe we support hiding the actions button in Object Explorer.
Although there is not currently a way to turn off the actions button from Object Explorer, it is possible to prevent individual Action Types from appearing in the Actions dropdown.
This only works for Action Types that accept an Object input (so not actions that create objects), and cannot be configured to be group-aware.
You can test this out by adding the hubble-oe:hide-action
typeclass to the object parameter in your Action Form. More information about this typeclass and how to apply it to an action type can be viewed on our public docs.
5 Likes