I have a dictionary process containing some appartments, and another process where you make reservations. I would like to do one thing - let's say you are browsing the appartments list and when you find the right one, you want to make the reservation right from the appartment form. At the moment to do this I first need to click "edit", then a menu button with the relevant action appears which I can click and all works as planned. I also made a javascript button which invokes the action from the button, but it works only when the menu button is visible. Is there a way to do this "just like that"? I have all the admin rights. But I want to let standard users be able to browse the appartments list (they can do it right now) and start a reservation right from the list or specific appartment form (they will not be able to click "edit").