PL-100 · Question #69
You have a Power Platform solution that uses Common Data Service. You need to secure all fields that support field-level security. Which field can you secure?
The correct answer is D. cr7b_accountid. In Power Platform (Dataverse), field-level security (FLS) can only be applied to custom fields and a limited set of specific system fields - it cannot be applied to core system fields that are required for platform functionality. 'createdon' (A) is a system-generated timestamp…
Question
Options
- Acreatedon
- Baccountid
- Cowninguser
- Dcr7b_accountid
How the community answered
(33 responses)- B6% (2)
- C3% (1)
- D91% (30)
Explanation
In Power Platform (Dataverse), field-level security (FLS) can only be applied to custom fields and a limited set of specific system fields - it cannot be applied to core system fields that are required for platform functionality. 'createdon' (A) is a system-generated timestamp field and does not support FLS. 'accountid' (B) is the primary key field of the Account entity; primary key fields are excluded from FLS. 'owninguser' (C) is a system ownership field that also cannot be secured via FLS. 'cr7b_accountid' (D) is a custom field, identifiable by its publisher prefix ('cr7b_'). Custom fields are eligible for field-level security profiles. Therefore, D is the only field that can be secured using field-level security.
Topics
Community Discussion
No community discussion yet for this question.