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
18 Nov, 2025

Building a Power Apps Code-First Application from Scratch: A Step-by-Step Guide

Introduction: Power Apps has long supported rapid app development with low-code/no-code tools. With Code-First Apps, developers can now create fully…

READ MORE
Blogs
16 Oct, 2025

Bug Logging in Azure DevOps

Logging bugs in Azure DevOps is an essential part of the software testing and development process. It allows teams to…

READ MORE
Thumbnail
Blogs
13 Oct, 2025

Preserve Email Formatting in Outlook Using Power Automate

Introduction When you use Microsoft Power Automate to send emails, it’s common to want your message to look clear and…

READ MORE