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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Access denied error for input form Topic is solved
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Access denied error for input form
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.
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
Hi,
I checked the permissions and they seem to be correct. Here is screenshot of the error message:
Here is screenshot of the form permissions
I checked the permissions and they seem to be correct. Here is screenshot of the error message:
Here is screenshot of the form permissions
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Access denied error for input form
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.)
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
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
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