Valid PDI Dumps shared by ExamDiscuss.com for Helping Passing PDI Exam! ExamDiscuss.com now offer the newest PDI exam dumps, the ExamDiscuss.com PDI exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PDI dumps with Test Engine here:
A developer must create a Lightning component that allows users to input Contact record information to create a Contact record, including a Salary c custom field. What should the developer use, along with a lightning-record-edit-form, so that Salary__c field functions as a currency input and is only viewable and editable by users that have the correct field level permissions on Salary _c?
Correct Answer: C
* The requirement specifies that theSalary__cfield should function as acurrency inputand honor field- level security. * Thelightning-input-fieldcomponent (Option C) automatically respects field-level permissions set in Salesforce and ensures theSalary__cfield is editable and viewable only by authorized users. * Other options do not guarantee compliance with field-level security: * Option A:<lightning-input-currency>does not enforce field-level security. * Option B:<lightning-formatted-number>is read-only and cannot be used for editing. * Option D:<lightning-input>requires custom logic for enforcing security. : Lightning Web Components Documentation Field-Level Security Best Practices