Salesforce Developer Certification Training - Dev 501

Intellipaat
Course Summary
Our Salesforce Advanced Developer certification training course lets you master Salesforce. We provide the best online training classes to help you learn Salesforce Apex, Triggers, Developer console, MVC architecture, data validation, controllers. You will work on real life industry projects.
-
+
Course Description
About Salesforce Developer Training Course
What you will learn in this Salesforce Developer Online Training Course?
- Understand what is object query language in Salesforce
- Salesforce Wrapper and Test Classes
- Using Iterator and Trigger operations
- Learn the batch operations and its importance in Salesforce
- Schedule a class using Scheduling Apex
- Deploy Standard and Custom Controllers for new classes
- Learn about declarative interface and force.com fundamentals
- Learn about various aspects like data validation, security, and debugging.
- Prepare for the SalesforceDev 501 Advanced Developer Certification
Who should take this Salesforce Developer Training?
- Software developers and app developers
- CRM professionals, developer and administrators
- System administration personnel
- Those aspiring for a career in Salesforce Development
What are the prerequisites for this Salesforce Developer Training?
You don’t need to have any specific skills for taking this training. A basic knowledge of Salesforce, CRM and its functionality is beneficial.Why should you take the Salesforce Developer Training Course?
- Worldwide CRM software market totaled $26.3 billion in 2015 – Gartner
- Salesforce is the undisputed market leader in CRM growing faster than the market – Forbes
- Salesforce Developer Consultant in United States can earn $117,000 – indeed.com
-
+
Course Syllabus
Salesforce Developer Course content
MVC Architecture of SalesforceIntroduction to Salesforce, understanding the MVC Architecture, overview of Salesforce 501, the Visualforce MVC Model, defining Collections, Sets, declaring a Set and using in Operation, list method in Salesforce and understanding Map.Introduction to JavaScriptUsing JavaScript in Visualforce pages, deploying Salesforce Object Query Language, using Query Editor for editing queries, working with Iterators on multiple objects, generating a Query.Salesforce Apex DataUnderstanding the Salesforce Apex language, Apex Data Types, introduction to Apex Triggers, importance of Triggers, Trigger – before and after use cases, types of Triggers, the Trigger operations, understanding the Trigger context, writing Triggers, generating error messages, old and new Trigger.Triggers OverviewThe various scenarios in which Triggers can be fired, understanding Insert Trigger, Update Trigger, working with After Update & After Insert Trigger, relationship between Accounts, Contacts & Opportunities in Salesforce, updating account records, mapping account IDs, comparing Trigger.newmap and Trigger.oldmap.Introduction to Wrapper ClassesUnderstanding Salesforce Wrapper Classes, various Class methods and data structures, properties of Wrapper Classes, the test classes in Salesforce, executing Apex Class.Understanding Developer ConsoleIntroduction to Salesforce Developer Console, IDE for creating, testing and debugging applications, checking and executing Salesforce Test Classes, making changes in Classes, working with Eclipse platform and Plugin, scheduling a custom-level class.Apex SchedulingScheduling Apex Classes using Apex Scheduler, writing Apex Classes that implement Sscheduleable Interface, monitoring and stopping execution of Scheduled Apex Jobs, understanding the concept of Visualforce Pages.Standard/Custom ControllerUnderstanding of Standard and Custom Controllers in Salesforce, the concepts and differences between the two, working with Standard Controller, validation rules and controller actions, building a Custom Controller, designing a new Visualforce Page and Account, HTML Tags in Salesforce, learning Apex programming.Understanding Standard ControllerDeep dive into Standard Controllers, learning about Salesforce Objects – Standard and Custom Objects, creation of new Apex Page in accounts using programming, extending the controllers, understanding Debug and Apex Debug Log, the Apex:param Tag, Output Link and Apex:command Link, defining the Rendered Function.Exception Handling in ApexUnderstanding how to handle error exceptions in coding, working with Standard & Custom Objects, setting up Master-Detail relationship, designing Custom Controller with coding, creating Wrappers, statement updating, understanding the Try and Catch function for exception handling in Apex.Introduction to Ajax ComponentsUnderstanding the Ajax components, the various options in Visualforce Pages, inline Visualforce page, inserting buttons and links, deploying Custom Label for alert messages, page loading, introduction to Triggers, custom fields and custom settings, data access from internal & external memory, coding best practices, understanding Declaration & Initialization, understanding Nullified Triggers, Apex Transactions.Usage of Batch ApexIntroduction to Salesforce Batch Apex concept, defining the Batch Apex, Command Button and Apex Output Link, the significance of Batch Apex for working with large number of records, the important steps, start, execute and finish, understanding Dynamic Query and Query Locator, calling an Apex Batch, studying the Try Catch Finish Method, understanding the Synchronous and Asynchronous transactions, Style Tag, deploying JavaScript in Visualforce Page, value passing from one Visualforce Page to another.Introduction to Salesforce Lightning
Salesforce Lightning collection of tools and technologies, modern user interface for speed optimization, Lightning Experience, building reusable components to customize Lightning Experience, Salesforce1 Mobile App.Salesforce1 Lightning Process BuilderIntroduction to Salesforce1, action layouts for Salesforce1, Lightning Process Builder, creating process using visual layout, create whole process rather than using multiple workflow rules, process for working together in one UI for different users.Salesforce Account Sign-upTwo types of free accounts, lifetime free developer account, 30 days trial production account, understanding how to sign up for the lifetime free developer account, account creation at https://developer.force.com.Salesforce domain Sign-upCreation of custom domain in Salesforce, defining of custom domain name for the organization at https://<myDomain>.lightning.force.com, testing the domain, event driven lightning framework, Aura Framework, deploying the domain, using Developer Console, creating Lightning Components.Using HTML and CSS styleUsing CSS and HTML for styling Lightning Components, referencing Components in Lightning App, creating CSS file in Developer Console, linking to Lightning Component, uploading external style sheet to static resource.Component attributesUnderstanding what attributes are, member variables in Apex Class, typed fields on a specific instance of a component, referencing from within Component’s markup using expression syntax, making components dynamic with attributes, using aura:attribute> tag to add attribute to component or app.Lightning FunctionsUnderstanding client side controller, defining functions, binding to components, passing value to functions and other JavaScript based operations, defining attribute in application, referencing component in application.Composition of ComponentsCreating fine-grained components in larger components, fitting components together, creating simple components like c:LC and c:LC2, creating wrapper component c:wrappercomp containing simple components.Conditional StatementsThe IF Else conditional statement, aura:if, isTrue expression, instantiating components in either its body or the Else attribute.Value ProvidersAccessing data using Value Providers, encapsulating related value together, the value providers for a components v (view) and c (controller).Out of the box componentsUsing out-of-the-box components for Salesforce1, Lightning Experience, Lightning Apps, components belonging to different namespaces, Aura, Force, force Chatter, force Community, lightning design system styling, lightning namespace components, user interface.Common UI and UI namespaceUnderstanding common UI, using aura:component, UI components such as ui:input and ui:output, easy handling of common UI, component styling and extension.UI component dynamic updateDynamically updating UI components, JavaScript controller actions for firing events in Lightning Component Framework, event declaration using aura:event tag in a .evt resource.Event handlingEvent-driven programming using JavaScript, Java Swing, the component event and application event, writing handlers in JavaScript controller actions.Server side controllerCreating server side controller in Apex, @Aura Enabled annotation, annotation to enable client and server-side access to controlled method, calling a server-side controller action from a client-side controller.Hands on example of Server side controllerA real example of deploying Server side controller by pulling data from Opportunity object, creating Client side controller to invoke Server side controller and passing the returned value to components.Building Lightning ApplicationBuilding Contact Management App on Lightning Framework, uploading CSS file and uploading it to static resource for referencing in application, creating contact Controller Apex Class, pulling data from contact and returning the list of contacts, designing User Interface by using HTML and CSS Classes provided in Bootstrap Style sheet.Project WorkProject 1 – Building Lightning ApplicationObjective Building component to call client side controller function and handle data, alternate method for pulling contact details based on ID, creating component to handle the event, creating client side controller for binding user event and calling new Apex Controller method, adding fields to components, querying fields in the controller method and displaying on the screen.Project 2 – Developer ConsoleObjective – This project involves working with the Salesforce Developer console. The Salesforce Developer Console is basically an integrated development environment that includes a set of tools for creating, debugging, testing and verifying of applications in Salesforce. Some of the tasks that you will be specifically working on are as below:- Executing test classes
- Checking test class execution
- Deploying change of classes
- Learning about & deploying Eclipse
- Scheduling of a particular class
Project 3Domain – CloudObjective – Build a Lightning Component with Yelp’s Search API that displays a list of businesses near a certain locationProject 4Domain – CloudObjective – Build a simple conference management app with Apex and Visualforce
This course is listed under
Development & Implementations
, Enterprise Applications
, Data & Information Management
, Networks & IT Infrastructure
, Project & Service Management
and Quality Assurance & Testing
Community
Related Posts: