Wednesday, July 7, 2021
How can we know what are all attributes can be secured in CRM with field level security?
There are thousands of attributes from all entities those can secured with field level security. We can get those attributes in two ways:
• Install metadata browser for the customized CRM and query the entity metadata for the following properties
CanBeSecuredForCreate, CanBeSecuredForRead, CanBeSecuredForUpdate
• Open EntityMetadata.xslx file for uncustomized CRM and query the entity metadata for the following properties
CanBeSecuredForCreate, CanBeSecuredForRead, CanBeSecuredForUpdate
Subscribe to:
Post Comments (Atom)
Featured Post
-
Merging PDF Files Based on Name Segments in C# In this blog post, we will explore how to merge multiple PDF files using C#. The me...
-
Dynamics CRM Questions and Answers Q251) How do you create and manage multiple forms for a single entity? + T...
-
Automating Email with VBA In this blog post, I will walk you through a VBA script that automates the process ...
No comments:
Post a Comment