Wednesday, July 30, 2025

Field Security/Column Security Profile Into Dynamics 365 CRM/Model Driven App

Field security or column level security allows us to control access to particular column. It helps in protecting sensitive information like password, Ids etc.

Field/Column Level Security allows only assigned user or team to perform the operation (Create, Update and Read) on this Field Level Security/Column security profile.

   To create view go to make.powerapps.com => Environment => Solution (Open your solution)


Open your table (Student Registration) => Columns=> Here I am select the Student Fees column.
Click on column => go down and check the check box Enable Column Security => Save

Now go to your Model Driven App and see the before Student Fees column key will be display.
Now create the Colum Security Profile.





Once you save open the newly created Column Security Profile => Edit


Now set the permission for Read, Create and Update.



Hint: You can customize it from Classic View as well.
To customize these options inside your solution-- switch to classic view:



In classic view> select field security profile > new > give it a name > field permissions > select column for which you want to create field security. And then customize create read write operations.

No comments:

Post a Comment

Environment Into Dynamics 365 CRM/CE And Power Apps

Environment is a container or workspace where you can create solutions, apps, tables, security roles, connections etc. Environment providing...