Security in Application created in V7.2.1

I have created a new project in platform v7.2.1 (Studio 13.1) where I am trying to figure out it’s behaviour. I have created a role giving access to screens but the screens are not displaying properly.

Here is a comparison.

The screen displayed in Admin role (super user):
image

The same screen displayed while I logged in a different user having a created role assigned to it.

image

Here is the access authorized to the role:

image

image

Any suggestions?

Hi,
in addition to giving access to entity, you should also give access to entity attributes. In new security model, attributes (like everything else) are denied by default. You should find the entity on the attributes tab and allow access to specific attributes or all attributes of the entity. Also there is a checkbox on attributes tab that gives access to all attributes of all entities.

Thank you Max.