Salesforce
CRT-450 · Question #145
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…
The correct answer is B. The method must use the @Future annotation. D. The method must be defined as static. E. The method must be defined as public. See the full explanation below for the reasoning.
Question
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
Options
- AThe method must use the @AuraEnabled annotation.
- BThe method must use the @Future annotation.
- CThe method must use the @invocableMethod annotation.
- DThe method must be defined as static.
- EThe method must be defined as public.
How the community answered
(33 responses)- A18% (6)
- B73% (24)
- C9% (3)
Community Discussion
No community discussion yet for this question.