Salesforce
ADM-211 · Question #143
When should you use Apex? Select all that apply:
The correct answer is B. Augmenting behavior that applies when accessing data through the UI. See the full explanation below for the reasoning.
Question
When should you use Apex? Select all that apply:
Options
- AAttaching business logic to a data event (insert, update, delete)
- BAugmenting behavior that applies when accessing data through the UI
- CDrive logic that executes regardless of where the event originates (UI/S-Control/Web services API)
- DWant to process multiple records at the same time
- EUse classes when coding Apex that will he used by other developers.
How the community answered
(67 responses)- A1% (1)
- B79% (53)
- C3% (2)
- D6% (4)
- E10% (7)
Community Discussion
No community discussion yet for this question.