PowerPlatform-DataverseServiceClient icon indicating copy to clipboard operation
PowerPlatform-DataverseServiceClient copied to clipboard

Secured Feilds Not Retrieved when using ExecuteFetchXML or Retrieve

Open deepsmehta opened this issue 3 years ago • 1 comments

When we try to retrieve fields where field level security is enabled, those fields are not returned at all.

deepsmehta avatar Aug 10 '22 06:08 deepsmehta

Depending on the user running the request that is correct behavior for field level security. FLS is evaluated sever side.

If it's expected that the calling user should be able to read, I would suggest that you verify the role and group assignments for that user to make sure the users security profile is configured correctly.

Note FLS rules apply to system admins too.

MattB-msft avatar Aug 11 '22 04:08 MattB-msft