102
Views
7
Comments
You don't have permission to view this screen

When I click on design form link it shows Invalid Permission error. In design form I added the Dynamic Reactive form from Dynamic Reactive form demo application.

2023-03-03 06-59-12
Reemali patil

 Hi Chetna,

Make sure you have the appropriate user role and permissions assigned to access and view the form. Create appropriate role to have permission or set the particular screen to anonymous to view the particular screen without any role.

Thanks

Reemali

2024-09-27 19-05-42
Ravi Kumar Tasubilli

Hi Chetan,

Check user role permissions in screen properties, so you can assign users who can access to the particular screen.

Thanks,

Ravi. 

UserImage.jpg
Accelance Partners

Hi @Chetna Upadhyay ,

For accessing any screen you have to provide permission for particular screen.Similar as Ravi and Reemali said. So you have to set role permission for changing permission. Whenever you click on any screen the role option appear where you can set the permission, for more clarity check that below image.

Hope it provides more clarity to you.


Thanks,

Rakhi

UserImage.jpg
Chetna Upadhyay

I granted all the permissions in roles which are required.

UserImage.jpg
Accelance Partners

Can you share some screenshots for more understanding.

UserImage.jpg
Chetna Upadhyay


This error shows in the error logs.

I need to access this screen which is a dynamic form screen. This screen displays for a second and then the permission denied screen comes up.

2021-03-18 21-03-15
Benjith Sam
 
MVP

Hi Chetna,

As per the error log - The user authorization got failed while executing the GetFieldsToDesignForm server action referenced from the DynamicFormsReactive_CS (Module)which gets called in the GetSections DataAction flow defined under the DesignForm Screen scope..

  • Debug and check the DynamicFormsReactive_CS (Module)  > GetFieldsToDesignForm server action flow to identify the reason for the authorization failure.
    • Check whether there is any explicit role check or something similar in the same server action flow. 

I hope this helps!


Kind regards,

Benjith Sam

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.