When should Apex not be used?
Select all that apply:
When adding visual elements to the UI
When adding business logic that only applies when accessing data through the UI
When you want to process multiple records at the same time
When you add functionality lo an S-Control or composite app to process one record at a time.
If you want to integrate with a third party system that does not support web services.
Submit