What can be used to override the Account's standard Edit button for Lightning Experience?
Correct Answer:
B
A Lightning Component can be used to override the Account's standard Edit button for Lightning Experience. This allows the developer to create a custom page with custom fields and custom functionality that can be used instead of the standard Edit page. It also allows for the creation of custom navigation and buttons to make the user experience more intuitive and efficient.
Reference: https://trailhead.salesforce.com/en/content/learn/projects/quick-start-lightning-components
A developer created a custom order management app that uses an Apex class. The order is represented by an Order object and an Orderltem object that has a master-detail relationship to Order. During order processing, an order may be split into multiple orders.
What should a developer do to allow their code to move some existing Orderltem records to a new Order record?
Correct Answer:
D
Which scenario is valid for execution by unit tests?
Correct Answer:
B
A developer must provide custom user interfaces when users edit a Contact in either Salesforce Classic or Lightning Experience.
What should the developer use to override the Contact's Edit button and provide this functionality?
Correct Answer:
A
Einstein Next Best Action Is configured at Universal Containers to display recommendations to internal users on the Account detail page.
If the recommendation is approved, a new opportunity record and task should be generated. If the recommendation is rejected, an Apex method must be executed to perform a callout to an external system.
Which three factors should a developer keep Hi mind when implementing the Apex method? Choose 3 answers
Correct Answer:
BDE