- (Exam Topic 1)
A company has the Lightning Component above that allows users to dick a button to save their changes and redirects them to a different page. Currently, when the user hits the Save button the records are getting saved, but they are not redirected.
Which three techniques can a developer use to debug the JavaScript? Choose 3 answers
Correct Answer:
CDE
- (Exam Topic 1)
Which method should be used to convert a Date to a String in the current user's locale?
Correct Answer:
A
- (Exam Topic 1)
Which type of controller is best suited when you want all of the basic DML functions from an object's normal new/edit page?
Correct Answer:
A
- (Exam Topic 1)
Universal Containers implements a private sharing model for the Convention_Attendence_c custom object. As part of a new quality assurance effort, the company created an Event Reviewer___c user lookup field on the object. Management wants the event reviewer to automatically
gain Read/write access to every record they are assigned to.
What is the best approach to ensure the assigned reviewer obtains Read/Write access to the record?
Correct Answer:
B
- (Exam Topic 3)
A developer is developing a reusable Aura component that will reside on an sObject Lightning page with the following HTML snippet:
Caura: component implements-“forcethaaRecordid, flexipage:availableForAllPageTypes”>
Correct Answer:
D