When should you use Apex?
Select all that apply:
Adding visual elements to the UI
Attaching business logic to a data event (insert, update, delete)
Augment behavior that applies when accessing data through the UI
Have logic that executes regardless of where the event originates (UI/S- Control/Web services API)
Want to process multiple records at the same time
Use classes when coding Apex that will he used by other developers.
Submit