Exam Name: | Salesforce Certified Platform Developer II (SU24) | ||
Exam Code: | PDII Dumps | ||
Vendor: | Salesforce | Certification: | Developers |
Questions: | 193 Q&A's | Shared By: | syeda |
A developer wrote a class named asccuntRisteryManager that relies on field history tracking. The class has a static method called getaccountHistory that Lakes in an Account as a parameter and returns a list of associated accountHistory object records.
The following test fails:
What should be done to make this test pass?
Given the following code:
Assuming there were 10 Contacts and five Accounts created today, what is the expected result?
A developer is creating a Lightning web component that displays a list of records in a lightning-datatable. After saving a new record to the database, the list is not updating.
What should the developer change in the code above for this to
happen?
Which interface needs to be implemented by an Aura component so that it may be displayed in modal dialog by clicking a button on a Lightning record page?