- Salesforce Platform Developer I Certification Guide
- Jan Vandevelde Gunther Roskams
- 128字
- 2021-08-20 10:02:26
Understanding the features of Apex
Since we what Apex is, let's see which editions of Salesforce can support it:
- Performance Edition
- Unlimited Edition
- Enterprise Edition
- Developer Edition
- Database.com
Apex can be used to add business logic to Lightning applications, execute database triggers, and build a customized UI by programming controllers. The language and all its features (such as governor limits, future methods, and so on) run in a multi-tenant environment and can be integrated with the following components:
- The database that includes your standard and custom objects.
- A Salesforce Object Query Language (SOQL)/Salesforce Object Search Language (SOSL), which will help you search for or select the records you need.
- Web services support helps you integrate web services, such as Google, Amazon, or the customer's backend systems:
![](https://epubservercos.yuewen.com/90662C/19470378708808206/epubprivate/OEBPS/Images/b920756f-45b1-46dc-be3d-a1be0c9d3a70.png?sign=1739038361-AJI6iM01TCEu3jB3mCBTkH5GHEDNVmhM-0-83266b8593fc76438569d5aef1468077)