Salesforce CRM Free Tutorials
- tekslate
- Dec 18, 2014
- 1 min read
Customization in cloud: * With Force.com developers can customize declaratively or programmatically. · Declarative Customizations can be made point and click in a browser. · Programmatic customizations are made with code. *Declarative customizations require an understanding of Force.com concepts, without coding Knowledge. *Programmatic Customizations require coding skills and allow developers to extend beyond the declarative Salesforce.com Capabilities.
Application Building Blocks:
Declarative Customization ———-> Simplicity + Speed
Programmatic Customization ——-> Control + Flexibility
How to chose – Declarative or Programmatic:-
Most Complete and rebust solutions actually use a combination of declarative and programmatic solutions developers should understand how to develop using both declarative and programmatic features.
Force.com Apex code is a strongly typed programming language that executes on the Force.com platform. Apex is used to add business logic to applications, to write data base type triggers, and to program controllers in the user interface layer. It has a tight integration with the data base and query language, good web service support, and includes features such as futures and governors for execution in a multitenant environment.
- Integrated with DML, Inline, SOQL and SOSL and holds the ability to do bulk processing. - Data focused. - Hosted by the Force.com platform and knows multitenancy. - Automatically upgradeable. - The architecture is the same for developer and End user perspectives.
For More Details follow below link:
ความคิดเห็น