DEV Community

Wai Liu
Wai Liu

Posted on

Field level security in the Dataverse

Introduction

Whilst the Dataverse supports permissions at the table or row level, there may be times you need more granular security permissions on the individual field level.

Dataverse supports this with Column Security Profiles. They are easy to set up and this article will provide a quick example to get you started.

1. In any table, create new field called PrivateValue and make sure Column Security is enabled.

Image description

Image description

2. Add this field to a form

Image description

3. Create a new Column Security Profile

Image description

4. Configure it so you have access to the field

Image description

Image description

5. Publish and test by navigating to the form

For someone with access, it should appear like this
Image description

For someone without access, it should appear like this

Image description

6. Resources and final comments

Note that this isn't available for some of the system fields (for example, you can't enable field security for a Status Reason or Status field in a table).

Note that in your column security profile, you can provide different levels of permissions on the field (read only, create etc).

For more information see this link.

Latest comments (0)