Salesforce Lightning Training by The Interface Pvt. Ltd.
Training Program
Salesforce is a world leader in Customer Relationship Management (CRM). Training by Interface ensures that the aspirant is successfully able to code, develop and deploy on Salesforce portal platforms.
- Apex is the language that Salesforce created for developing on their platform and Visualforce is the language Salesforce uses to create user interfaces
- HTML is also used for user interface development and can be interspersed with VisualForce
- Javascript is used heavily in the new Lightning components (the future of UI development in Salesforce)
Salesforce Lightning (30-40 Hours)
- Lightning Aura Components Vs Lightning Web Component (lwc)
- Set-up the development environment
- Scratch Orgs, Salesforce CLI and sfdx Commands
- Modern JavaScript Essentials (ES6)
- Component Bundle - lwc
- Data Binding in template
- Decorators / Properties
- Lightning Data Service & Creating form components
- Api callouts from Javascript
- Composition
- Communicate with events
- Child-to-Parent without bubbling
- Child-to-Parent bubbling
- Component Lifecycle Hooks
- Publish-Subscribe pattern
- Import Static Resources
- lightning/ui*Api Module
- lightning/uiListApi (beta)
- Wire Service / communicate with apex
- Api Callouts from apex (Named Credentials)
- Lightning Navigation
- Component Lifecycle Hooks
- Publish-Subscribe pattern
- Import Static Resources
- lightning/ui*Api Module
- lightning/uiListApi (beta)
- Wire Service / communicate with apex
- Api Callouts from apex (Named Credentials)
- Lightning Navigation Module
- NavigationMixin
- CurrentPageReference
- @Salesforce Module
- Show Toast Module
- Debugging lwc