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
27 Feb, 2026

How to Use Parameters in Power BI to Connect to Microsoft Dataverse

When working with multiple environments in Microsoft Dataverse (DEV, TEST, PROD), hardcoding the environment URL inside Power BI Desktop creates…

READ MORE
Blogs
25 Feb, 2026

Power Apps Production Deployment Checklist: Best Practices for a Smooth Go-Live

Introduction In Power Apps, even a small mistake during deployment can impact users and business processes. This checklist will help…

READ MORE
PCF Ribbon Button Thumbnail
Blogs
16 Feb, 2026

Launching a PCF Control from a Ribbon Button using Custom Pages in Dynamics 365

Introduction: In Model-driven apps, PCF controls are typically embedded inside forms or views. However, unique business requirements often demand more…

READ MORE