Valid PDII Dumps shared by EduDump.com for Helping Passing PDII Exam! EduDump.com now offer the newest PDII exam dumps, the EduDump.com PDII exam questions have been updated and answers have been corrected get the newest EduDump.com PDII dumps with Test Engine here:
Access PDII Dumps Premium Version
(163 Q&As Dumps, 35%OFF Special Discount Code: freecram)
Recent Comments (The most recent comments are at the top.)
Why Client-side Validation is correct:
You can validate multiple fields at once before submission
You can call setCustomValidity() and reportValidity() on multiple components
This allows all errors to be shown at once, improving the user experience.
It's B, not D!!! Salesforce recommends custom validation rules (D), but they only show one error at a time in lightning-record-edit-form. To show multiple errors at once like the users are asking in the question, B (Client-side validation) is the best choice
We recommend using custom validation rules to verify data input instead of implementing client-side validation errors. A validation rule can contain a formula or expression that evaluates the data in one or more fields. You can include an error message to display on an invalid field. See Validation Rules in Salesforce Help for more information.
Custom validation rules will only allow for one error at a time - I think B is correct
Looks like D.
I think so, It should be D.
D?
https://developer.salesforce.com/docs/component-library/bundle/lightning-record-edit-form/documentation