How to set menu window permissions

If you don't log in, I hope you can't see where it's painted yellow.

Or, I don't want that window to appear even if I click it.

What should I do in this case?

The simplest way is to configure the View's permissions: right click on it, Configure View Permissions, however I would tend to disable the button and add a security icon (as well) so the operator knows in advance that they don't have access

What should I do with the view permission?

I don't know this part well, so could you tell me in detail?

First, add all of your user roles into the Security Levels config page:

Then in the Designer, right click on your View, select Configure View Permissions:

Then only those user roles will be able to access the View.

e



bb

Even after logging in through a test, the screen 'Distribution panel registration' is entered.

You've opened the Project properties and configured the project's access permissions, not the View's permissions. Re-read my instructions

1.Please tell me how to open View's Permissions.

a

ff

where?

:face_with_raised_eyebrow:

Under the Perspective -> Views folder, find your View.. Right click on it. Click Configure View Permissions

  1. I really don't know what you're trying to find.

What version are you running?

image

Maybe you need to select IDP in your Project Properties > Project General to be able to see Permissions

You have to open the View first it appears

I found what I told you, set it up, and logged in with test, so I can't see the screen.

What I want is to keep the screen out.

Maybe just disable the navigation button instead using an expression to disable it:

isAuthorized(False, 'Authenticated/Roles/Administrator')

a

Where should I do that expression?

Hold My Hand Love GIF by DEEPSYSTEM - Find & Share on GIPHY

On the enabled property. And before you ask, you should use an Expression binding

3 Likes