Salesforce Training
- Introduction
- How to Create Salesforce Account as Developer
- Overview
- How to Set up our custom app
- About Data model
- About navigation
- How to Set up a Company Profile.
- How to Configure to the User Interface
- About Ways to Configuring Search Engine
- How do you Manage Users Profile
- Ways to Managing Users
- What are Restricting Logins.
- About Determining Login Access
- About Setting up Record Access
- How to Create a Role Hierarchy.
- Dealing with Records access exception
- About Managing Field Level Security.
- Administrating Standard fields
- How to Create new Custom fields
- About Creating selection Fields like Picklists and Lookups
- How to Create Formula Fields
- About Working with Page Layouts
- About Working with Record Types
- About business processes
- About Maintaining data quality
- Import Wizards
- Data loader
- Mass transfer
- Backing up data
- Mass delete and the Recycle Bin
- What is Salesforce CRM data validation
- How to Create data validation rules
- What are custom field unique
- What are duplicate properties
- Ways to Execute an initial import
- Updating via the import wizard
- About Workflow rules
- What are Lead and case automation
- Approvals
- Running and modifying reports
- Creating new reports with the Report Builder
- Working with Report Filters
- About Formulas and Visual Summaries
- About Printing,
- About Exporting,
- What are emailing reports
- How to Build dashboards
- Creating profiles,
- About understand what a profile controls (including data access),
- How to customize profiles to manage the user experience
- How to Customize the user experience with record types and page layouts
- About Control access to records
- Employ OWD,
- sharing rules and levels,
- About roles,
- What are public groups
- About manual share
- Apply profiles,
- OWDs,
- About role hierarchy,
- About sharing to restrict access to sensitive data
- How to Apply OWDs, public groups, and manual
- What is the Use validation rules
- How to Use functions to enforce data format and data consistency
- How to Implement multi-step approval workflows and escalations to automate business processes
- About Establish approval workflow criteria with cross object formulas
- How to Set up field history tracking to audit processes
- What are the techniques to prevent or record data changes
- What are the capabilities of the Visualforce
- How to Incorporate Visualforce pages into Salesforce
- How to Construct expression bindings and incorporate Salesforce into Visualforce pages with Visualforce tags
- How to Use Visualforce tags to create page layouts,
- About input forms,
- About output tables,
- About custom components, and more
- How to Create partial page refreshes on JavaScript events
- What is the functionality that comes with Visualforce standard controllers
- How to Find out when Apex is required for creating custom controllers or extensions
-
- Overview,
- About how to include Force.com code in the salesforce.com stack,
- About environment requirements
- About the usage scenarios
- What is development lifecycle
- Types of execution methods
- salesforce objects & fields
- Introduction to object-oriented programming, classes, & objects
- How to do Installation & development using the Force.com IDE & Workbench
Force Code Building Blocks
- About Classes
- Types of variables & methods
- What are data objects
- Data objects & relationships between objects
- Force.com code variables
- About data types
- About expressions and types
- Best practices for formatting
- CommentingWhat are naming conventions
- Classes and objects
- including passing
- What are returning variables,
- About encapsulation
- What are conditions & logic flow control
- Loops and types
- About exception handling
- Introduction
- About including when to use a trigger
- What is the order of execution
- About creation & development considerations,
- About governors & limitations
- Introduction to querying data with SOQL and SOSL
- About Data Manipulation Language (DML)
- About Batch Apex
- When to use Batch Apex?
- About Batch Apex in Salesforce with example