SV Tech Soft provides Salesforce Online training course is good and gets through a lot of material and detail explanation.
CRM CONCEPTS
● What is CRM?
● Common business issues faced by companies today
● How CRM can help?
● What CRM brings to business?
● Evolution of CRM
● Business value of CRM
● What CRM means to you as a user?
● Customers benefiting from CRM
● A view of available of CRM products from IT industry
● Compare Salesforce.com CRM with other CRM products
SALESFORCE Administration
Sales Cloud Concepts
● Home page, Tabs, Apps, Tab Home Pages, Record, Detail Page, Related lists and Sidebar
● Understanding Leads and Opportunities
● Adding A Lead
● Adding An Account
● Edit An Account Record
● Adding A Product To An Opportunity
● Sales ID
● Adding A Task
● Connect To Microsoft Outlook
● Send And Add An Email
● Logging A Call
● Document Tab
● Web to lead
● Web to case
● Assignment Rules
● Auto response Rules
● Sales automation
● Converting A Lead
● Team Contacts
● Adding An Opportunity
● Adding A Contact
● Creating A View
● Activity History
● Submitting A Case
● Campaigns Partner Roles Portals
● Communities
Standard SFDC Applications
● Salesforce CRM Content
● Chatter
● Salesforce Knowledge
● Entitlements & Service Contracts
● Salesforce Answers
● Salesforce Mobile
● Customer Portal Partner Portal Salesforce to Salesforce
● Force.com Sites
Sales force.com Overview
● Overview of products
● Sales cloud and jigsaw
● Service cloud and Remedyforce
● Social Chatter and Radian6
● Custom Force.com, Database.com, Heroku
● App exchange
● Editions and pricing
Service Cloud Concepts Create Case
● Researching and Resolving Cases
● Communicating the Outcome
● Automate case management
● Capturing and associating cases efficiently
● Helping customers helping themselves
● Improving productivity
● Manage Cases
Security
● User Security and Authentication
● Session Security Network
● Security Security Tokens
● Data Security
Standard Objects
● Account
● Person Account
● Contact
● Lead
● Campaign
● Opportunity
● Quote
● Product and Price Book
● Case
● CRON Trigger
Managing Users
● Profiles
● Roles
● Groups
● Queues
● Permission Sets
Securing and Sharing Data
● Object-Level Security● Field- Level Security
● Record-Level Security
● Field Accessibility
● Record Types
Automate Business Process with Workflow Developing Approval Processes
● Formulas
● Syntax
● Object Formulas
● Where Do I Use Them?
● Workflows &Business Rules
● Process Builder
● Visualforce
● Limitations
● Best Practices
● Predefined Function and experiment
Going Global
● Divisions
● Locale
● Currencies
● Advanced currency Management
● Translating the User Interface
● Import
● Export
Using Analytics
● Running Dynamic Reports
● Custom Report Types
● Dashboards
● Analytic Snapshots
Overriding Link, Tabs and Label Sending Mass Email Importing Data
● Import Data wizard
● APEX Data Loader
● From Command Prompt
Monitoring your Org
● Debug Logs
● Email Logs
● Login History
● View Setup Audit Trail
● Time-based Workflow
● Outbound Messages
● Apex Job Queue
● Import Queue
● Mass Email Queue
● Case Escalation Rule Queue
● Entitlement Process Queue
● Bulk Data Load Jobs
Salesforce Development
1. Enable Developing mode
2. overview about Developer Console
3. Installing Eclipse
4. Overview about using eclipse and options
5. Installing ant and Maven in the eclipse
OOPS (Object-oriented programming)
1. MVC Architecture
2. Comparision of MVC to SalesForce APPS
3. OOPS Basics
4. Lexical
5. Tokens
6. Identifiers
7. Varaibles
8. Data Types
9. Methods
10. Access Modifiers
11. Comparission between Method/Function and Procedure
12.Classes
1. Creation of Variables
1. Getter Methods
2. Setter Methods
2. Creation of Methods
3. with Sharing
4. With Out Sharing
13. Creation of Objects14. Reference Variables
15. Constructors
16. Class Scope
17. Static Variables
18. Static Methods
19. Static Blocks
20. Final Variables
21. Final Static Variables
22. Arrays
23. Advantages and Disadvantages of Arrays
OOPS (Object-oriented programming)
24. Collections
1. List Class and Methods
2. Set Class and Methods
3. Map Class and Methods
25. Select Option ClassSOQL (SalesForce Object Query Language)
1. Group By
2. Having
3. Limit
4. Offset
5. Update Lock
6. Parent to Child object Query
7. Child to Parent object Query
8. Aggregate Result
26. Compression of Database. Query and static query27. Governing limits for SOQL
28. DML operations
29. Database. DML operations
30 Compression of DML with Database.DML
31. Database. Save Point
31. Database. Rollback operations
32. Inheritance in Class
33. Overriding classes
34. Working with workbench
35. Writing a test classes
36. SOQl Governing limit
37. DML governing limit
38. DML on No . of records
39. Future Methods
40. Setup Objects
41. Non Setup Objects
42. Mixed DML exception
43. Async ApexJob class
44. Batch Apex
1. Custom Iterable Class
2. Database.QueryLocator
3. Start Method
4. executeMethod
5. finshMethod
6. Database.BatchableContext
7. Implementing Database.Stateful Interface
8. Calling Future Methods
9. Creating a future methods in a batch
10. Invoking callouts from Batch apex
11. Implementing Database.AllowCallouts
12. Calling batch with in a batch
13. Handling exceptions in batch apex
14. Sending email from finish
15. Invoking another batch from Batch
16. Serializing Batch apex
45. Email Services1. Outbound Email Services
1. Single Email Message
2. Sending Pdf attachment
3. Sending Email Template
4. Attaching VF page as an attachment
5. Attaching the Email to activities
6. Creating a PDF from future methods
7. Mass Email Message
8. Governing Limits
2. Inbound Email Service
1. Creating Inbound Email Handlers
2. Creating Inbound Email Service
3. Creating a lead based on inbound email
4. Invoke a batch apex based on Inbound
46. Schedule Apex1. Implementing Schedule Apex
2. Cron Trigger
3. Invoking Batch Apex
4. Invoking Future Methods from Schedule Apex
5. Invoking the Callouts from Schedule Apex
6. Sending Email from Schedule Apex
7. Test Classes
8. Governing Limits
47. Triggers1. Trigger Events
2. Trigger Context variables
3. Insert Triggers
1. Trigger. New in before insert and after Insert .
2. DML in before insert and after Insert.
3. System validation and before Insert Trigger Combination.
4. System validation and Before Insert and custom validations.
5. System validation and Before Insert, Custom validation and after Insert triggerCombination.
6. System Validation, Before Insert, Custom validation, after insert, Assignment Rule Combination.
7. System Validation, Before Insert, Custom validation, after insert, Assignment Rule,Auto Response Combination
8. System Validation, Before Insert, Custom validation, after insert, Assignment Rule, Auto Response, workflow Combination
9. System Validation, Before Insert, Custom validation, after insert, Assignment Rule,Auto Response workflow 1, workflow rule 2 Combination
10. System Validation, Before Insert, Custom validation, after insert, Assignment Rule,Auto Response workflow 1, workflow rule 2, Rollup summary combination
11. System Validation , Before Insert, Custom validation, after insert ,Assignment Rule, Auto Response workflow 1, workflow rule 2 ,Rollup ,Formulas combination
4. Update Triggers
1. Trigger.Old
2. Trigger. OldMap
3. Trigger. New
4. Triger. NewMap
5. Recursive trigger
6. Trigger handlers
7. Trigger’s on Parent Child objects
5. Delete Triggers
Trigger. Old
Trigger. OldMap
6. Undlete Triggers
Trigger. New
Trigger. New Map
7. Invoking Batch Apex from Triggers
8. Invoking Schedule Apex from Triggers
9. Invoking Email’s from Triggers
10. Invoking future Methods from Triggers
11. Invoking Callouts from Triggers
12. Invoking apex classes from Triggers
13. Data loader with Triggers
14. Test Classes
48. Schema Programming1. Invoking List of object from Schema
2. Invoking List of field from a given object
3. Comparing the data type and fetching PickList fields from the object
4. Creating a custom picklist field with the options from the given picklist field from given object
5. Fetching the list of tabs available in the schema 49. Meta data API
1. Creating Object using Apex
2. Creating a field in the object with given field type in the custom object
3. Comapring two objects and and their field and Creating them in case there are no mapping
4. Creating a Tab in sales force using Java /Salesforce external org
50. Custom Setting :1 .List
2. Hierarchial
51. Salesforce to Salesforce with out Coding52. Salesforce to Excel without Coding
54. Salesforce to Facebook without Coding ( Authentication provider , Single Sing on)
55. Salesforce to OKTA (single sign on)
56. Apex based Sharing rules
57. Apex based auto approval process
58. Wrapper Class
Visualforce
1. Create VF Page
1. Using Url
2. Using Developer Console
3. Using Eclipse
4. Using Standard Navigation
2. Printing Static data3. Binding the global data on VF page
4. Global Objects in VF page
5. Apex: Page Block
6. Apex: Page BlockSection and apex :Page Block Section Item
7. Input Components
1. Input Text
2. Input Field
3. Input Hidden
4. Iinput Secret
5. Input Text Area
6. Input Check box
8. Creating Custom Account object Edit Page9. Creating Custom Object Detail page
10. CSS in VF page
1. Internal CSS
2. InLine CSS
3. External CSS using static Resource
11. List Views1. PageBlockTables
2. Data Tables
3. Data List
12. Establishing Connection between Apex and VF page using Controller13. Custom Picklist fied using SelectOption
14. Action Support ,ActionFunction,Action Pooling
15. PDF pages
16. Controller and Extentions
17. Overidding the Standard buttons and links
18. SControllers
Integration
1. Introduction to Integration
2. Understanding Salesforce APIS
3. Basics of XML & JSON
4. Intorduction to Callouts
5. Invoking APEX Through WEB Services
6. SOAP API In Salesforce
7. Exposing APEX as SOAP WEB Services
8. REST API in Salesforce
9. Exposing APEX as REST WEB Services
10.Introduction to APEX WSDL
11.APEX to WSDL
12.WSDL to APEX
13.Differentiate Between SOAP & REST
14.Implementation of SOAP
15.Implementation of REST
16.APEX in AJAX
17.Wrapper Classes
Salesforce – Lightning Frame work Concepts
Salesforce – Lightning Web Component
1) What is LWC(Lightning Web Components) and why it introduced
2) What is Scratch org and how to create
3) Lightning Web Component Bundle
4) render the HTML file conditionally
5) iterate over an array in HTML file
6) types of decorators in lightning web components
7) Lightning web component with unsupported tool
8) command is use to authorize a dev hub
9) purpose of .css file and svg file in Lightning Web Component bundle
10) Meta configuration file in Lightning Web Component
11) types of attributes that we can use to store values
12) get the id of the record from the record Detail page
13) flexipage:availableForAllPageTypes
14) call the controller method based on a component load
15) Child to parent component communication
16) Parent to child component communication
17) Dispatch event
18) template.querySelector
19) Custom label in LWC
20)Custom object in LWC
21) Import fields in LWC
22)Imperative and @wire decorator difference
Introduction and Basic Lightning components
Introduction to Lightning.
Discussing about current trending and existing frame works.
Why Salesforce lightning frame work?
Creating basic visual force page and converting this code to lightning component code.
Applying existing knowledge of visual force pages and creates new lightning components.
Creating basic calculator to understand get, set and rendering model.
Lightning Components and Applications
Developing Apps: Using HTML5 and Lightning Components.Getting Started with Lightning Development
Theming Components with CSS
How to Define and Manipulate Component Attributes
Handling System and User Events
How to Debug and Troubleshoot Your App
Working with Apex
Using Base Lightning Components
Raising and Handling Events
CRUD Operations using Lightning Data Services.Documenting and Unit Testing Components
• How to Document a Component• Apex Testing and Troubleshooting
Surfacing Lightning Components
Deep-Diving into Building Lightning Pages with Components and App BuilderBuilding Components for Lightning Experience Record Pages
Overriding Standard Actions with Lightning Components
Defining a Lightning Application
Using Lightning in Visualforce Pages with Lightning Out
Installing and Using Components from AppExchange
Packaging Components for Distribution
Lightning Experience
Introduction to Lightning Experience Lightning Component Framework Introduction to aura frameworkMigration Assistance
Enabling and Disabling of Lightning Experience for your organization Migrating from Classic to Lightning Experience Vice-VersaDomain Management
What is Domain Management?Creating Custom Domain for organization Configuring Custom Domain
Configuring Authentication Setting for your Domain
Debugging in Lightning Experience
Lightning InspectorInstalling Lightning Inspector Extension
Enabling of Debug mode in Lightning Components
Static Resource
What is Static Resource?Steps for Creating Static Resource Stylesheet Creation using Static Resource
Lightning Component
Using Lightning Component for embedding Static ResourceCSS
What is CSS? Types of CSSNamespace
Creating Namespace for your organizationLightning Resource
Creation of Lightning Resource using Console Lightning ApplicationLightning Component Lightning Interface Lightning Event
Lightning Component Bundle
Steps for creating Lightning Component ComponentCSS Styles Controller
Design Documentation
Re-render Helper
SVG File
Component IDs
Local IDs Global IDsExpressions
Value Providers GlobalProviders Global ID
$Browser
$Label
$Locale
$Resource
Custom Labels
What is Custom Labels?Steps for Creating Custom Labels Getting Label in Javascripts
Setting Label using Parent Attributes
Component Documentation
Creating Component DocumentationDesign
Designing in lightning ExperienceLightning Application Bundle
Steps for creating Lightning Application ApplicationController Helper
Style
Documentation
Renderer
SVG
Adding of SVG resource to Component Bundle Adding
Lightning Component to application
Please contact us for more details:
Mobile: (+91)9394117119
Whatsapp Direct Link: http://wa.me/919394117119?text=Salesforce+Training
0 Comments