Valid CRT-450 Dumps shared by ExamDiscuss.com for Helping Passing CRT-450 Exam! ExamDiscuss.com now offer the newest CRT-450 exam dumps, the ExamDiscuss.com CRT-450 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CRT-450 dumps with Test Engine here:
(Full question statement) A developer is tasked with building a custom Lightning Web Component (LWC) to collectContactinformation. The form will be shared among different types of users in the org. There are security requirements stating that only certain fields should beeditable and visibleto certain groups of users. What should the developer use in their Lightning Web Component to support the security requirements?
Correct Answer: A
Comprehensive and Detailed Explanation From Exact Extract: A (Correct):lightning-input-field is part ofLightning Data Service (LDS), and itautomatically enforces field- level security (FLS)and CRUD rules. This is thebest practicefor handling sensitive data in LWC forms and ensures compliance with user-level permissions. Incorrect options: B:force:inputField is used inAura, not in Lightning Web Components. C/D:These are deprecated or older framework components that donotinherently enforce FLS. Reference:LWC Developer Guide - lightning-input-field This topic relates toUser Interface (25%)andsecurity in LWC development, a key concept in the PD1 exam.