knowledgecenter-breadcrum

Knowledge Center

01 Dec, 2025

Dynamics 365: Why One User Could Edit a Field and Another Couldn’t

Posted on 01 Dec, 2025 by Shoaib Khan, Posted in Dynamics 365 Microsoft Power Platform

Blogs

Recently, we faced an issue in Dynamics 365 where the field was locked for one user but editable for another. The field was not disabled on the form, and both users had the same security roles. So why was one user blocked?

The Real Cause

After some digging, we found that the field was protected by Field Level Security/Column Security Profile.
However, the environment had 30+ Field Security Profiles, so checking each one manually was not practical.

We also knew that:

  • User A could edit the field.
  • User B could NOT edit the field.

So the goal was simple:
Find out which Field Security Profile gives access to User A.

The Solution: Use Advanced Find

Instead of manually opening all 30+ profiles, we used Advanced Find to quickly identify which Field Security Profiles were assigned to the user who could edit the field.

Step 1: Search Field Security Profiles Assigned to the Working User

In Advanced Find:

  • Look for: Field Security Profiles
  • Add filter: Users → Contains Data → [User who can edit]

This showed exactly which profiles that user had access to.

Step 2: Check Team-Based Assignments

Sometimes access comes through Teams.

So we repeated the search:

  • Look for: Field Security Profiles
  • Filter: Teams → Team Equals → [The user’s team]

This helped us identify additional profiles inherited through team membership.

Step 3: Identify the Right Profile

Now we only had to check 1 profile instead of 30+.
Inside that profile, we found the field secured with Update permission.

User B was not part of that profile, so the field was locked for them.

Step 4: Fix the Issue

We simply added the user (or their team) to that Field Security Profile.
Immediately, the field became editable.

Final Summary

  • The field was locked due to Field Level Security.
  • Advanced Find helped quickly locate which Field Security Profile provided access.
  • Adding the missing user to that profile solved the issue in minutes.

Comment

This is a Required Field

Loading

Recent Updates

Blogs
31 Mar, 2026

Debugging Power Pages Server Logic Using Visual Studio Code

Power Pages Server Logic allows developers to execute secure backend JavaScript directly within Power Pages. It is commonly used for…

READ MORE
Blogs
31 Mar, 2026

Create and Deploy a Single Page Application (SPA) in Power Pages

In this blog, we’ll build and deploy a Single Page Application (SPA) using React + Vite and host it on…

READ MORE
BuildAndDeployPCF_Thumbnail.png
Blogs
25 Mar, 2026

Build And Deploy Your First Dataset PCF Control In Dynamics 365

Introduction In Dynamics 365, subgrids are commonly used to display related records, such as Opportunities under an Account. While out-of-the-box…

READ MORE