SkillupzenEnroll

Salesforce Development + Agentforce

Professional Developer & Certification Preparation Program

  • Apex
  • SOQL & SOSL
  • Lightning Web Components
  • REST integrations
  • Apex testing
  • Agentforce actions

Build enterprise Salesforce applications using Apex, Lightning Web Components, integrations and Agentforce, and apply everything through one end-to-end real-world development project.

  • 8 weeks
  • 24 live sessions
  • 36 live hours
  • 1 real-world project
  • Certification preparation
The program

Move beyond Salesforce configuration and learn how to build scalable business applications using Apex, SOQL, Lightning Web Components, integrations and Agentforce.

This live, instructor-led professional program combines core Salesforce development with modern AI-agent development skills. Learners write code, follow live demonstrations, troubleshoot solutions and progressively build one end-to-end Salesforce and Agentforce application from Week 1.

Do not just learn Salesforce development. Build with it.

Configuration takes a Salesforce org a long way. Then a requirement arrives that declarative tools cannot reach cleanly, and the question becomes an engineering one: where does code belong, how does it stay inside governor limits, and how is it tested.

This program answers those questions by building one application across eight weeks, then giving it an Agentforce agent that calls the Apex you wrote yourself.

At a glance

Format
Live online
Duration
8 weeks
Live sessions
24
Schedule
3 sessions per week
Session duration
90 minutes
Total live training
36 hours
Project
1 progressive end-to-end project
Project start
Week 1
Level
Intermediate
Recordings
Included
Outcomes

What you will be able to do by week eight

  • Write Apex classes, methods, triggers and reusable business logic
  • Use SOQL and SOSL to retrieve and work with Salesforce data
  • Build modern user experiences with Lightning Web Components
  • Choose appropriately between Flow and custom code
  • Build and consume REST-based integrations and external services
  • Apply governor-limit, bulkification, exception-handling, security and testing practices
  • Configure Agentforce agents and extend them with developer-built actions
  • Connect Agentforce to Apex, Flow and business processes
  • Test, troubleshoot and present a complete Salesforce and Agentforce solution
The real-world project

AI-powered customer operations platform

Learners act as Salesforce developers for a fictional global company modernising its customer-operations platform. The project is introduced in Week 1 and grows with the curriculum, so every major topic becomes part of the same implementation rather than a disconnected lab.

  1. 01Design Salesforce objects, fields, relationships and application data structures
  2. 02Develop Apex classes and custom server-side business logic
  3. 03Implement automation using the right combination of Flow and Apex
  4. 04Build a Lightning Web Component for a business requirement
  5. 05Connect Salesforce to an external API or service
  6. 06Create Apex tests and validate application behaviour
  7. 07Build an Agentforce agent around a realistic business use case
  8. 08Create a custom Agentforce action that invokes Salesforce business logic
  9. 09Test the complete solution and deliver a final demonstration

How it builds, week by week

  1. 01Requirements
  2. 02Data model
  3. 03Apex
  4. 04SOQL
  5. 05Automation
  6. 06LWC
  7. 07API integration
  8. 08Testing
  9. 09Agentforce
  10. 10Custom actions
  11. 11Final demo
Curriculum

8 modules, one continuous build

Every module ends with work that goes into the same project, so nothing is learned in isolation.

Week 01Salesforce development foundations
  • Salesforce application architecture and metadata
  • Developer environments and the development lifecycle
  • VS Code, Salesforce CLI and source-driven development
  • Apex fundamentals: variables, data types, collections, conditions, loops, classes and methods

ProjectReview the business requirements, establish the development environment and create the project foundation.

Week 02Apex programming & data
  • Apex classes, methods, constructors and collections
  • DML operations and transactions
  • Exception handling and reusable business logic
  • SOQL, relationship queries, aggregate queries and SOSL

ProjectBuild the project data-access and core business-logic layer.

Week 03Triggers, security & enterprise Apex
  • Trigger events and context variables
  • Before versus after triggers
  • Bulkification and trigger architecture
  • Governor limits and efficient SOQL and DML
  • Sharing, object and field access, and secure development

ProjectImplement server-side business requirements and security-aware logic.

Week 04Lightning Web Components
  • LWC architecture, HTML templates and JavaScript
  • Data binding, events and lifecycle
  • Lightning Data Service
  • Calling Apex from LWC
  • Forms, user interactions and error handling

ProjectBuild a custom user interface for a real project requirement.

Week 05Advanced development & testing
  • Apex test classes, test data and assertions
  • Positive, negative and bulk testing
  • Code coverage concepts and testing practices
  • Queueable, Batch and Scheduled Apex
  • Debug logs, troubleshooting and performance

ProjectAdd automated tests and improve application quality and reliability.

Week 06APIs & Salesforce integration
  • REST API concepts, HTTP methods and JSON
  • Authentication concepts and Named Credentials
  • Inbound versus outbound integration patterns
  • Apex HTTP callouts
  • Serialisation, deserialisation and error handling

ProjectConnect the Salesforce application to an external API or simulated business service.

Week 07Agentforce development
  • Agentforce architecture and developer use cases
  • Agent instructions, actions, data access and permissions
  • Flow, Apex and prompt-based actions
  • Invocable Apex methods and custom business logic
  • Agent testing, security and guardrails

ProjectAdd an Agentforce agent and a developer-built action to the existing application.

Week 08Advanced Agentforce & project completion
  • Custom Apex actions and agent-to-Apex interaction
  • SOQL and data retrieval for agents
  • External API actions and error handling
  • Testing agent behaviour and deployment considerations
  • Final integration, testing and troubleshooting

ProjectConnect Salesforce data, Apex, LWC, automation, integration and Agentforce; complete and present the final solution.

Live learning

How a 90-minute session runs

Learn. Build. Apply.

  1. Learn. Understand the concept from an experienced instructor.
  2. Build. Follow live coding, demonstrations and guided hands-on work.
  3. Apply. Immediately implement the concept in the ongoing real-world project.

Every week adds another layer to the same application, building practical implementation experience across the cohort.

  1. 50 minConcept and live codingNew topic, explanation and instructor demonstration
  2. 25 minGuided hands-on and project workApply the topic to the progressive real-world project
  3. 15 minQ&A and troubleshootingQuestions, debugging, recap and next steps

Learners continue development and project work independently between live sessions.

Who it is for

Built for practitioners, not spectators

  • Salesforce administrators ready to transition into development
  • Aspiring Salesforce developers with platform fundamentals
  • Existing Salesforce developers who want practical Agentforce development skills
  • Software developers moving into the Salesforce ecosystem
  • Salesforce consultants who need deeper technical implementation capability
  • Technical professionals preparing for developer and Agentforce-related credentials
Your instructor

Learn from a practitioner, not just a presenter

Daniel Okonkwo

Lead Salesforce Developer

Years developing on the platform
9
Salesforce credentials held
5
Enterprise integrations shipped
25+
  • Enterprise Apex patterns and trigger architecture
  • Lightning Web Components and front-end performance
  • REST integrations and Named Credentials

Placeholder profile and placeholder portrait. Replace both with the real instructor’s verified name, role, photo, credentials and LinkedIn before publishing.

Daniel leads development on large multi-org Salesforce estates, where governor limits and bulkification stop being interview trivia and start being the reason a deployment succeeds or fails at 2am. He teaches the way he reviews code: read it, run it, then explain why the version that passes tests is still the wrong one.

Certification

Certification preparation

Salesforce developer credentials

Structured certification-focused review, hands-on practice, exam-domain guidance and preparation strategy, aligned to the published curriculum. Credential names are reviewed before each cohort because Salesforce updates its exam blueprints.

Agentforce credentials, where applicable

Exam-domain review, practice questions, study strategy and recommended self-practice, plus interview and career-readiness guidance.

Important. Official Salesforce certification exams and exam fees are separate unless explicitly included in the enrolment package. Salesforce certifications are awarded by Salesforce, not by the academy.

Dates and fees

Reserve your seat in the next cohort

Next live cohortFew seats remaining
Starts
Ends
Live days
Mon · Wed · Fri
Session time
19:00–20:30 Kolkata time
Class size
Maximum 24 learners
Language
English
Enrol by
Delivery
Live online

Founding cohort price

$349USD

Standard price $499

Includes live instruction, recordings, guided project work, one real-world project and certification preparation. Taxes, payment fees and official Salesforce certification exam fees are separate.

Included

What enrolment includes

  • 8 weeks of live instructor-led training
  • 24 live sessions and 36 live hours
  • Salesforce development with Apex and SOQL
  • Lightning Web Components
  • APIs and integrations
  • Agentforce development and custom actions
  • 1 progressive end-to-end real-world project
  • Hands-on coding and project reviews
  • Q&A and troubleshooting in every session
  • Session recordings
  • Certification preparation
  • Interview preparation
  • Academy certificate of completion
Questions

Answers before you commit

Do I need Salesforce experience?

Yes. This is an intermediate developer program. Learners should understand Salesforce fundamentals such as objects, relationships, users, security and basic Flow. Beginners should start with the Salesforce Administration + Agentforce program.

Are the classes live?

Yes. Sessions are delivered live online by an instructor, with recordings available to enrolled learners.

Will I build a real project?

Yes. One end-to-end real-world Salesforce and Agentforce project starts in Week 1 and is developed progressively across the eight-week cohort.

Is the project separate from the course?

No. Guided project work is integrated into the live sessions, and learners continue implementation independently between classes.

What happens if I miss a class?

Enrolled learners can use the session recording and course materials to catch up.

Does the fee include an official Salesforce certification exam?

No, unless explicitly stated in the enrolment package. The program provides certification preparation; official credentials and exam fees are managed separately by Salesforce.

Is this suitable for working professionals?

Yes. The program uses 90-minute live sessions three times a week and combines live learning with independent project work.

Learner voices

From people who finished this program

Placeholder content. These quotes are written examples, not real learners. Replace them with permissioned testimonials, or remove the section, before this site goes live.

  • I had been configuring orgs for three years and kept hitting a wall where code was the only answer. Eight weeks later I was writing bulkified triggers and an Agentforce action that calls my own Apex.

    Sample LearnerSalesforce Developer
Enrolment

Build it in eight weeks, with help

Build enterprise Salesforce applications using Apex, Lightning Web Components, integrations and Agentforce, and apply everything through one end-to-end real-world development project.