Salesforce Trailhead 2023 – Developer Beginner
Salesforce Trailhead 2023 – Developer Beginner, available at $54.99, has an average rating of 4.9, with 56 lectures, based on 33 reviews, and has 227 subscribers.
You will learn about Platform Development Basics Apex Basics & Database Apex Triggers Apex Testing Visualforce Basics Developer Console Basics Quick Start: Visual Studio Code for Salesforce Development Search Solution Basics This course is ideal for individuals who are Students who have successfully completed Salesforce Trailhead 2020 – Admin Beginner and Intermediate It is particularly useful for Students who have successfully completed Salesforce Trailhead 2020 – Admin Beginner and Intermediate.
Enroll now: Salesforce Trailhead 2023 – Developer Beginner
Summary
Title: Salesforce Trailhead 2023 – Developer Beginner
Price: $54.99
Average Rating: 4.9
Number of Lectures: 56
Number of Published Lectures: 56
Number of Curriculum Items: 56
Number of Published Curriculum Objects: 56
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Platform Development Basics
- Apex Basics & Database
- Apex Triggers
- Apex Testing
- Visualforce Basics
- Developer Console Basics
- Quick Start: Visual Studio Code for Salesforce Development
- Search Solution Basics
Who Should Attend
- Students who have successfully completed Salesforce Trailhead 2020 – Admin Beginner and Intermediate
Target Audiences
- Students who have successfully completed Salesforce Trailhead 2020 – Admin Beginner and Intermediate
You are required to have successfully completed the following Udemy courses before you take this one:
-
Salesforce Trailhead 2021 – Admin Beginner
-
Salesforce Trailhead 2021 – Admin Intermediate
The Developer Beginner trail has modules that are covered in the two Admin courses above. Without completing the two courses above, your developer beginner trail will not be complete.
If you have completed the two Admin courses above, then you’re ready to rock’n roll! It’s development time!
This course is the starting ground of Salesforce Development.
My aim and final goal is to equip and guide you so that you are able to develop your own Salesforce Apps that are App Exchange ready.
This course is only the starting point for your salesforce development adventure. The final destination is for you to be able to distribute your own apps at the Salesforce App Exchange.
Hopefully make some serious money making apps that will change your world and the world around you.
To accomplish this goal, you and I will need to go through a few trails together, but, in the end, it’s totally worth it.
This is the first trail.
Developer Beginner
Platform Development Basics
Meet the tools and technologies that power development on the Salesforce platform.
-
Get Started with Platform Development~15 mins
-
Develop Without Code~15 mins
-
Code with Salesforce Languages~20 mins
-
Extend the Salesforce Platform~15 mins
Data Modeling
Give your data structure with objects, fields, and relationships.
-
Understand Custom & Standard Objects~15 mins
-
Create Object Relationships~15 mins
-
Work with Schema Builder~15 mins
Data Management
Learn how to import and export data in Salesforce.
-
Import Data~30 mins
-
Export Data~10 mins
Data Security
Control access to data using point-and-click security tools.
-
Overview of Data Security~10 mins
-
Control Access to the Org~15 mins
-
Control Access to Objects~25 mins
-
Control Access to Fields~15 mins
-
Control Access to Records~15 mins
-
Create a Role Hierarchy~15 mins
-
Define Sharing Rules~15 mins
Formulas and Validations
Tailor your apps without writing code by using point-and-click logic.
-
Use Formula Fields~15 mins
-
Implement Roll-Up Summary Fields~15 mins
-
Create Validation Rules~15 mins
Salesforce Flow
Automate processes for every app, experience, and portal with declarative tools.
-
Choose the Right Automation Tool~10 mins
-
Automate Simple Business Processes with Process Builder~30 mins
-
Guide Users Through Your Business Processes with Flow Builder~30 mins
-
Combine the Power of Process Builder and Flow Builder~25 mins
-
Customize How Records Get Approved with Approvals~30 mins
Salesforce Mobile App Customization
Customize your mobile experience with the Salesforce app.
-
Get Started with the Salesforce Mobile App~15 mins
-
Customize Navigation~15 mins
-
Create Global Quick Actions~25 mins
-
Create Object-Specific Quick Actions~25 mins
-
Customize Compact Layouts~15 mins
Apex Basics & Database
Use Apex to add business logic and manipulate your data in Salesforce.
-
Get Started with Apex~45 mins
-
Use sObjects~15 mins
-
Manipulate Records with DML~45 mins
-
Write SOQL Queries~30 mins
-
Write SOSL Queries~30 mins
Apex Triggers
Write Apex triggers to perform custom database actions.
-
Get Started with Apex Triggers~30 mins
-
Bulk Apex Triggers~30 mins
Apex Testing
Write robust code by executing Apex unit tests.
-
Get Started with Apex Unit Tests~15 mins
-
Test Apex Triggers~15 mins
-
Create Test Data for Apex Tests~15 mins
Visualforce Basics
Use Visualforce to build custom user interfaces for mobile and web apps.
-
Get Started with Visualforce~10 mins
-
Create & Edit Visualforce Pages~10 mins
-
Use Simple Variables and Formulas~15 mins
-
Use Standard Controllers~15 mins
-
Display Records, Fields, and Tables~15 mins
-
Input Data Using Forms~20 mins
-
Use Standard List Controllers~20 mins
-
Use Static Resources~20 mins
-
Create & Use Custom Controllers~20 mins
-
hideHide 9 Units
Developer Console Basics
Get to know the Salesforce web-based integrated development environment (IDE).
-
Get Started with the Developer Console~15 mins
-
Navigate and Edit Source Code~20 mins
-
Generate and Analyze Logs~20 mins
-
Inspect Objects at Checkpoints~15 mins
-
Execute SOQL and SOSL Queries~15 mins
Quick Start: Visual Studio Code for Salesforce Development
Set up and integrate the recommended IDE for Salesforce development.
-
Get Started with Visual Studio Code~5 mins
-
Make Visual Studio Code Salesforce Ready~10 mins
-
Use Visual Studio Code for Salesforce Development~10 mins
Search Solution Basics
Learn how search works, navigate use cases, and optimize search results.
-
Choose the Right Search Solution~15 mins
-
Build Search for Common Use Cases~15 mins
-
Optimize Search Results~15 mins
Are you ready to explore a whole new world? New challenges? New opportunities? New heights?
Here we goooooooooooo!
Course Curriculum
Chapter 1: 2023 Platform Development Basics (800 POINTS)
Lecture 1: Get Started with the Salesforce Platform
Lecture 2: Develop Without Code
Lecture 3: Code with Salesforce Languages
Lecture 4: Extend the Salesforce Platform
Chapter 2: Apex Basics & Database (2,100 POINTS)
Lecture 1: Get Started with Apex
Lecture 2: Get Started with Apex – Challenge
Lecture 3: Use sObjects
Lecture 4: Manipulate Records with DML
Lecture 5: Bulk DML
Lecture 6: Upsert DML
Lecture 7: Database Methods DML
Lecture 8: Related Records DML
Lecture 9: Manipulate Records with DML – Challenge
Lecture 10: Write SOQL Queries Part 1
Lecture 11: Write SOQL Queries Part 2
Lecture 12: Write SOQL Queries – Challenge
Lecture 13: Write SOSL Queries
Lecture 14: Write SOSL Queries – Challenge
Chapter 3: Apex Triggers (1,000 POINTS)
Lecture 1: Get Started with Apex Triggers 1
Lecture 2: Get Started with Apex Triggers Part 2
Lecture 3: Get Started with Apex Triggers – Challenge
Lecture 4: Bulk Apex Triggers
Lecture 5: Bulk Apex Triggers – Challenge
Chapter 4: Apex Testing (1,500 POINTS)
Lecture 1: Get Started with Apex Unit Tests Part 1
Lecture 2: Get Started with Apex Unit Tests Part 2
Lecture 3: Get Started with Apex Unit Tests Part 3
Lecture 4: Get Started with Apex Unit Tests – Challenge
Lecture 5: Test Apex Triggers
Lecture 6: Test Apex Triggers – Challenge
Lecture 7: Create Test Data for Apex Tests Part 1
Lecture 8: Create Test Data for Apex Tests Part 2
Chapter 5: Visualforce Basics (4,100 POINTS)
Lecture 1: Get Started with Visualforce
Lecture 2: Create & Edit Visualforce Pages
Lecture 3: Create & Edit Visualforce Pages – Challenge
Lecture 4: Use Simple Variables and Formulas
Lecture 5: Use Standard Controllers
Lecture 6: User Standard Controllers – Challenge
Lecture 7: Display Records, Fields, and Tables
Lecture 8: Display Records, Fields, and Tables – Challenge
Lecture 9: Input Data Using Forms
Lecture 10: Input Data Using Forms – Challenge
Lecture 11: Use Standard List Controllers
Lecture 12: Use Standard List Controllers – Challenge
Lecture 13: Use Static Resources
Lecture 14: Use Static Resources – Challenge
Lecture 15: Create & Use Custom Controllers
Lecture 16: Create & Use Custom Controllers – Challenge
Chapter 6: Developer Console Basics (2,100 POINTS)
Lecture 1: Get Started with the Developer Console
Lecture 2: Navigate and Edit Source Code
Lecture 3: Navigate and Edit Source Code – Challenge
Lecture 4: Generate and Analyze Logs
Lecture 5: Inspect Objects at Checkpoints
Lecture 6: Inspect Objects at Checkpoints – Challenge
Lecture 7: Execute SOQL and SOSL Queries
Chapter 7: Quick Start: Visual Studio Code for Salesforce Development (75 POINTS)
Lecture 1: Get Started with Visual Studio Code
Chapter 8: Search Solution Basics
Lecture 1: Choose the Right Search Solution (300 POINTS)
Instructors
-
Jimmy Tanzil
Salesforce Certified Application Architect, Developer, Admin
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 4 votes
- 4 stars: 6 votes
- 5 stars: 23 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024