Page 1 of 1
Access denied error for input form
Posted: Thu Jun 12, 2025 10:13 am
by nadir
Hello,
I want to create a button and link it to an input form. The input form should allow registering new users. I created an "Edit" form and linked it to a button. I gave access to a user, but when I log in as the user and press the button, I get "Access Denied" error.
Thanks,
Nadir
Re: Access denied error for input form
Posted: Thu Jun 12, 2025 10:19 am
by kev1n
Hi,
Please verify again that the user has the correct permissions.
Check that the user’s Access Level has permission to access the Edit Form you created.
Also, try logging in again as the user after double-checking the permissions, and test if the issue still occurs.
If you still get the "Access Denied" error, please share some screenshots:
The error message, the form access level settings, other info that might help.
Re: Access denied error for input form
Posted: Thu Jun 12, 2025 11:21 am
by nadir
Hi,
I checked the permissions and they seem to be correct. Here is screenshot of the error message:
screenshot-1.png
Here is screenshot of the form permissions
screenshot-2.png
Re: Access denied error for input form
Posted: Thu Jun 12, 2025 11:37 am
by kev1n
Does the button actually open the form in edit mode?
And what happens if you temporarily remove the "edit only" permission?
(Note: the user will need to log in again for the changes to take effect.)
Re: Access denied error for input form
Posted: Thu Jun 12, 2025 11:58 am
by nadir
If I remove the "Edit Only" permissions, the form opens in Browse mode when the button is pressed. This happens for globaladmin user as well
Re: Access denied error for input form
Posted: Thu Jun 12, 2025 12:09 pm
by nadir
When creating the "Run" object, I had not set the record id field to -1. I set it to -1 and now the form opens in Edit mode