Você está na página 1de 1

1. What is Apex? A. Apex is an object oriented, on demand programming language 2. When to use Apex Language in Salesforce? A.

Apex is used to Perform complex validation over multiple objects Create complex business processes that are not supported by workflow Create web services Create E-mail services Create custom transactional logic Create custom logic to another operation 3. What are limitations of Apex? A. Apex cannot be used to render elements in the User interface other than error messages Apex cannot change standard functionality Apex can only prevent the functionality from happening or add additional functionality Apex cannot create temporary files They cannot spawn thread 4. Some of apex characteristics are they are case-insensitive and is on demand and is compiled and executed on cloud. 5. What are Apex Classes and Triggers? A. All apex code is saved as one of two things Class : An Apex library of attributes and methods that can be instantiated into an object Trigger : An Apex Script that executes Before Or After an DML event on a particular Salesforce Object .

Você também pode gostar