Salesforce Developer Lightning
Learn the best Skills you need to become a successful Salesforce Developer with Us training program which provides training in best customer relationship management service and also provides a complementary suite of enterprise applications focused on customer service, marketing automation, analytics, and application development that will help you reach next leap.
Salesforce Developer Lightning Course content
Salesforce Developer Course Overview
Introduction to oops concepts
MVC Architecture:
• Model
• View
• Controller
Apex Programming Overview:
• CSS Introduction
JavaScript Introduction:
• Internal
• External
Static Resources:
• Adding External CSS files to the static resources
• <apex: stylesheet/>
• Adding External Javascript files to the static resources
• <apex:includescript/>
Apex Class Creation – Calling
• Defining Class
• Access Specifiers
• Method Declarations
• Debugging results
• Naming conventions & Code Commenting
Data Types:
• Primitives
• Collections (List, Set and Map)
• Subject
Controllers:
Standard Controller
• Record setvar
Custom Controller
• SOQL Query – Query data with SOQL and place them on Pages
• Custom Save Functionality
• With Sharing class Vs. without Sharing Class
• User mode Execution Vs. System mode Execution
Extensions
• Save - Standard controller with extension sample
Wrapper Classes:
• Display multi object data
• Adding check boxes to the data and perform related operations
View State:
• Inner Queries & Relational Queries
Triggers:
• Trigger Events
• Trigger Overview
• Defining Triggers in Salesforce
Trigger Context variables
Ajax Components & its related components:
• Action Function
• Action Support
• Action Region
• Action Pollar
• Action Status
• Rerender
• Render
• Facet
• Output panel
Packages:
• Package Overview
• Defining packages
• Package Types
1. Managed
2. Unmanaged
• Managed Vs Unmanaged Packages
Force.com Sites – Public website Building:
• Building public websites for the external Users
Batch Apex:
• Batch apex Use and its Methods
Scheduling Apex:
• Scheduling apex Use and its Methods
• Limitations
Different sandboxes:
• Sandbox Vs. Production Environments
• Change sets
• Limitations