Home > Courses > Salesforce

Salesforce Course In Hyderabad

Perfect for professionals looking to enhance their CRM expertise.
Register for Demo

    Salesforce Course In Hyderabad

    Our Salesforce course covers the essentials of using Salesforce CRM to manage sales, marketing, and customer service. Learn how to navigate Salesforce’s powerful tools for automation, data analysis, and reporting, while gaining hands-on experience in configuring and customizing the platform to meet business needs and drive success.

    Key Highlights

    Live Sessions
    Dedicated Success Coach
    Placement Success Manager
    Placement Drives

    Salesforce Course In Hyderabad

    > Introduction to salesforce basics.

    –>Sales-cloud,service-cloud
    –>Salesforce releases,editions on salesforce,Multitenant architecture.
    –>How to create the Apps,Objects,fields,tabs,pagelayout,record-level management –>with different
    usecase
    –>Datatypes (we have 19dataypes)

    –>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.

    >discussing all the logical functions and deriving the different usecases for it.

    –>Overview of security
    –>Licenses overview
    1. Types of Licences , 2. Available Licences
    –>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.Deactivate 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
    2.Profile level security (or) object level security
    Under profile-level security we will discuss regarding Types of profiles,Creating
    customprofiles,Assigning profiles to users.
    3.Field-level security
    4.Record-level security:
    Under record-level security we will discuss the concepts of roles,Rolehierarchy,OWD(organizationwide default), Sharing settings,Transfer record ownership
    5.Sharing settings
    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.
    –>Transfer record ownership
    Here we will discuss the concepts of Manual transfer,Queues and Automate transfer.
    1.Overview of transfer 2. Types of Record Transfer 3. Manual Transfer(1. Transfer record
    ownership to user).
    4. Queue (1. Queues overview,2. creating queue,3. transfer records to queue)
    5. Automated transfer(1. Assignment rules overview,2. Creating Assignment rules
    (1. Lead assignment rules , 2. Case Assignment Rules)
    3. Transfer Record to Queue automatically).
    –>Web to Lead,Web to Case and also Configure email to case
    –>lead auto-response rules,case auto-response rules
    –>case escalation rules

    1.PermissionSets overview 2. creating PermissionSets 3. Assigning PermissionSets to users

    we will derive different usecases to explain the 4 types of email templates.

    –>we will discuss different tools under this
    Data-loader,Data-import wizard,Data-loader.io,workbench

    –>Approval process
    –>workflow
    –>process-builder
    –>Flows
    *)Data-automation(flows)
    –>screen-flows
    –>auto-launched flows
    (sheduled triggered flow,platform event flow,record-triggered flow)

    *)Campaign Management,Leads Management,Accounts Management,Contacts Management
    Opportunities Management,Cases Management
    *)Quote&Quote line items,Product,pricebook
    *)Lead Standard Fields,Lead Custom Fields
    *)Lead Layout
    *)Import Leads
    *)Custom List Views
    *)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

    *)Introduction to service cloud
    *)Case management
    *)Case management:case escalation rule
    *)Setup salesforce knowledge
    *)Live web-chats
    *)Omni-channel routing

    *)All basics of salesforce
    –>coming to basics we will cover datatypes(primitive,sobject),conditional statements,
    iterative statements,Array,Collections(List,set,map)
    *)OOPS Concepts
    –>classes,objects,object relationship management,creating bulk records, getset
    methods,constructor,encapsulation,inheritance,polymorphism(method
    overriding&overloading),wrapper classes,abstraction,interface,static and instance
    methods.
    *)Exception handling
    –>try,catch,finally,throw block
    –>List of exceptions(Dml exception,limit exception,List exception,Math
    exception,null-pointer exception,custom exception) with different usecases.
    *)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

    *)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

    Lwc (Lightning web components)

    HTML,CSS AND JAVASCRIPT

    > Introduction to Lightning web-components

    *)Why salesforce introduced lwc
    *)comparison between aura and 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)

    Composition and Query selectors

    > Styles in lwc
     Lifecycle hooks

    *)Flow of licecycle hooks
    *)Connected-callback,Rendereedcallback,Errorcallback,Disconnected- callback
    *)Create a signin and signup form using render method.

    *)Parent to Child communication
    *)Child to parent communications by creating custom event.
    *)Demonstrating a realtime userstories by creating different form andmaking an interaction
    between parent to child components.

    *)PUBSUB
    *)Lightning Message service:
    Communication between lwc to lwc
    Communication between lwc to aura
    communication between lwc,aura and visualforce.

    *)Images from static resources,Thirdparty javascript libraries in lwc, Using Thirdparty css library
    *)Content Asset Files,Access labels,Access Client Form Factor
    *)Get Information About the Current User,Fetch recordid and object name
    *)Toast Notifications

    *)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

    *)when to use apex method
    *)How to import and expose apex methods
    *)wire apex method with parameters
    *)call apex methods imperatively

    *)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 webpage,Navigate To lwc-component,Navigate to vf-page.

    *)Create records,update records,delete records from the component.
    *)Wire method,How wire is reactive
    *)Different types of examples needs to be covered for wire adapters

    Book-listing Api with rest callout

    Realtime usecase/project work on salesforce

    2000+ Companies Hired

    Our Students Says

    Mohemmad Aslam Trainer

    Madistek Training Institute provided me with a comprehensive learning experience that went beyond textbooks. The trainers are industry experts who make complex topics easy to understand. Thanks to their hands-on approach, I now feel confident in my skills and have already landed a new job in my field!

    Samadhaan Gote Software Developer

    Madistek is one of the best training institutes I’ve attended. The trainers were extremely knowledgeable and always available for help. The practical labs and industry-relevant training have helped me gain the skills needed for career growth. I now have the confidence to take on more challenging roles!

    Frequently Asked Questions

    1. Where is the training institute located?
    Our institute is located Hyderabad Telangana India – 500081
    Yes, we offer both online and in-person classes to accommodate different learning preferences.
    You can enroll by visiting our website and filling out the registration form, or you can visit our institute in person for assistance.
    Eligibility varies by course. Some courses may require prior knowledge or specific qualifications, while others are open to beginners. Contact us for details on your chosen course.
    Course fees vary depending on the program. Please visit our website or contact us for detailed information.
    Yes, we offer flexible payment plans for certain courses. Contact us for more information.
    Yes, we have partnerships with various companies and provide job placement assistance to our students.
    We allow retakes in certain circumstances. Please contact our administration for further information.
    Scroll to Top