SFDC BASICS AND DEVELOPMENT


UNDERSTANDING THE TERMS IN SFDC


INTRODUCTION TO SFDC EDITIONS

Designing Applications on Force
1 Learn about factors to consider when building a data model
2 Develop custom objects and fields, encrypted fields, field help, and field history tracking
3 Use master detail, lookup, and many-to-many relationships
4 Create a user interface for custom applications using the Custom Object tab, Page Layout, and
5 Customization options
6 Set field attributes on the page layout
7 Use the Custom Object queue and event-based workflow rules with field update actions
8 Develop custom formulas and validation rules
Designing Applications for Multiple Users
1 Learn about factors to consider when designing applications for multiple users
2 Create profiles, understand what a profile controls (including data access), and customize
3 profiles to manage the user experience
4 Customize the user experience with record types and page layouts
5 Control access to records
6 Employ OWD, sharing rules and levels, roles, public groups, and manual share
7 Apply profiles, OWDs, role hierarchy, and sharing to restrict access to sensitive data
8 Apply OWDs, public groups, and manual sharing to create conditional access to data
9 Analyze suitability of FLS, page layouts, and record types to satisfy business requirements
Implementing Business Processes
1 Use validation rules to enforce conditional required behavior
2 Use functions to enforce data format and data consistency
3 Implement multistep approval workflows and escalations to automate business processes
4 Create parallel approval workflows and workflow approvals with dynamic approval routing
Visual force Pages
Ø Learn about the capabilities of the Visualforce framework
Ø Incorporate Visualforce pages into Salesforce Construct expression bindings and incorporate
Ø Salesforce into Visualforce pages with Visualforce tags
Ø Use Visualforce tags to create page layouts,input forms, output tables, custom components;
Ø Create partial page refreshes on JavaScript events
Ø Learn about the functionality that comes with Visualforce standard controllers
Ø Find out when Apex is required for creating custom controllers or extensions
Ø Creating Apex Classes and triggers
Ø Customization using Apex programming
Ø Creating Packages
Ø Deploying SFDC