MultipleChoice
An Opportunity needs to have an amount rolled up from a custom object that is not in a master-detail relationship.
How can this be achieved?
OptionsMultipleChoice
Which code statement includes an Apex method named updateAccounts in the class AccountController for use in a Lightning web component?
OptionsMultipleChoice
A developer wants to improve runtime performance of Apex calls by caching results on the client.
What is the most efficient way to implement this and follow best practices?
Options