Override role permissions with button
Hello everyone! I am hoping someone may be able to assist me with this issue.
I have a role that prevents users from editing a record once the status of the record has changed to "Closed". However, there are instances where I want to allow the user to edit certain aspects of the record. I would do this by creating a button that would show up for the user based on certain conditions that I set.
The issue, naturally, is that even though I can display the button for them, they still cannot edit the record due to the restrictive conditions of the role. They get the "Access Needed" message.
Is there a way to override user's roles, and maybe use Administrator access, in a URL button so that users who see the button can click it and edit the record?
Thank you in advance for your input!