Salesforce Full Toc (Admin+dev+integration+lwc)
Salesforce Full Toc (Admin+dev+integration+lwc)
=====================================
*)Relationships in salesforce
-->Lookup Relationship.
-->Lookup Filter Configuration.
-->Lookup Dialog Configuration.
-->Master-Detail Relationship.
-->Converting Lookup to Master-Detail.
-->Converting Master-Detail to Lookup.
-->Hierarchical Relationship.
-->Roll-up Summary Fields.
-->One-One Relationship.
-->Many-Many Relationship.
-->Standard Relationships.
-->Standard Junction Objects.
-->Types of securities
1.Organization level security:
1. User overview 2.creating a user 3.Editing the user details 4.Reset the user password 5.De-
activate the user
6. freeze the users 7. login history 8. Grant account login access 9.Login access policies 10.
Viewaudit setup trails 11. expire all user passwords 12. session settings
3. Field-level security
4. Record-level security:
Under sharing types that there are two types of sharing mechanism are available.They are manual
and automated sharing/
1. Manual sharing
1. sharing record a single user 2. sharing record to multiple user 3.public groups
4. Overview of public groups 5. creating public group
6. sharing record to public groups
2. Automate sharing
1. sharing rules overview 2. creating sharing rules.
-->Permission-Sets
1.PermissionSets overview 2. creating PermissionSets 3. Assigning PermissionSets to users
*)Email templates
-->we will derive different usecases to explain the 4 types of email templates.
*)Data-automation tools.
-->Approval process
-->workflow
-->process-builder
-->Flows
*)Data-automation(flows)
-->screen-flows
-->auto-launched flows
(sheduled triggered flow,platform event flow,record-triggered flow)
Sales cloud
*)Campaign Management,Leads Management,Accounts Management,Contacts Management
Opportunities Management,Cases Management
*)Quote&Quote line items,Product,pricebook
*)Account teams,opportunity team,case teams
*)Lead Standard Fields,Lead Custom Fields
*)Lead Layout
*)Import Leads
*)Custom List Views
*)Lead Aging,Lead Scoring,Lead queue,Lead Assignment
*)Score Rating
*)Web to Lead,Lead Auto Response Rule,Lead Settings,Lead Analytics,Lead Convert Field Mapping
Lead Duplicate Rule,Lead Process: Lead Status Picklist
Service cloud
*)Introduction to service cloud
*)Case management
*)Case management:case escalation rule
*)Setup salesforce knowledge articles
*)Live web-chats
*)Omni-channel routing
*)Setup the lightning service console
SALESFORCE DEVELOPMENT
*)All basics of salesforce
*)OOPS Concepts
*)Exception handling
-->try,catch,finally,throw block
*)SOQL&SOSL
-->Under this we will discuss by taking different usecases by writing some
apex-programs with soql .
-->and also we will discuss(order-by,where,in,like operator,offset,forupdate,limit
clause,ALL rows)
-->DML Statements(Insert,update,delete,upsert,undelete,merge)
-->Database class methods with different usecases and Transactional control statements.
-->SOSL QUERIES
*)TRIGGER
-->Trigger events(Before insert,Before update,Before delete,After insert,
After update,After delete,After undelete)
-->Trigger context variables
-->Best practices,order of executions of triggers
-->Trigger handler factory
-->Deriving the multiple examples based on triggers from base-level to advanced-level.
*)Email programming
-->outbound email features(Messaing.singleemail class,Messaing.massemail class)-->sending the email
-->Inbound email featured(Messaing.Inboundemail handler)-->receiving the email.
*)Asynchronous programming
-->Batch-apex
-->flex-queue
-->future method
-->queuable apex.
-->shedule-apex
-->cron-expressions
*)VF-PAGES
-->Discussion of entire all tags overview by taking different usecases.
<Apex:page>,<apex:SectionHeader>,<apex:pageBlock> etc;
-->visual-force controllers(standard,custom,extension)
-->Implementing css in vf-pages.
*)Test-classes
-->Taking different test-cases from base-level to advanced level.
-->@istest,@testsetup,bulk datacreation
-->writing test-cases on triggers.
-->writing test-cases on batch-apex,future-method,queuable-apex,shedule-apex
Integration
*)Introduction to integration
*)Full overview of json
*)Discussion on rest-api
webservices(@httpget,@httppost,@httpput,@httpdelete,@httppa
tch)
*)OAuth authentication(Integration with external systems)
*)Integration with external apis
*)Software setup:
*)Fundamentals of LWC:
*)Design the first lwc components
*)One-way and two-way databinding
*)Decorators(@api,@wire,@track)
*)getters in lwc
*)Conditional-rendering(if:true,if:false),Template looping(for:each and iterator)
*)Get Information About the Current User,Fetch recordid and object name
*)Toast Notifications
*)Base lightning components
*)Lightning-record-view-form,Lightning-record-edit-form,Lightning-record-form
*)Illustrating different examples on account,contact, and opportunity,lead andcase object.A part
from that creating different forms using the custom objects also.
*)Apex in lwc
*)when to use apex method
*)How to import and expose apex methods
*)wire apex method with parameters
*)call apex methods imperatively
*)Navigation service
*)Navigate To Home,Navigate To Chatter,Navigation To New Record
*)Navigate To List View,Navigate To Files
*)Navigate To Record Page in View and Edit Mode,Navigate to tab,Navigate to external web-
page,Navigate To lwc-component,Navigate to vf-page.