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
questions for improvement
using ExamTopics; using Newtonsoft.Json; using Microsoft.Web.WebView2.WinForms; using System; using System.Collections.Generic; using System...
-
GST Questions and Answers Q51) How do you handle ITC on goods sent for job work? ...
-
Plugin Interview Questions: 1. Explain in details about the event execution pipeline. 2. When do we register a plugin in a...
-
When we created a new entity in CRM, we have to option for “ownership” as “User or Team” and “Organization”. Below are the main differences ...
No comments:
Post a Comment