LightningNEX Academy

Learn the implementation, not only the syllabus.

Salesforce programmes for students and working professionals who want practical understanding of Admin, Apex, LWC, Integrations, Flow and Agentforce.

AdminApexLWCIntegrationsAgentforceProjects
Explore Programmes
AdminFoundation
Apex + LWCEngineering
IntegrationsConnected systems
AgentforceAI delivery
Programmes

Choose a specialist track or the full journey.

Paid enrollment is connected to Razorpay and your LightningNEX student account.

Development

Salesforce Developer Track

Apex, SOQL, triggers, async processing, testing and implementation patterns.

₹20,000
View Course
Frontend

Lightning Web Components

JavaScript, component architecture, Apex integration and reusable UI patterns.

₹20,000
View Course
Integration

Salesforce Integrations

REST, SOAP, OAuth, Named Credentials, events and external-system patterns.

₹20,000
View Course
AI

Agentforce Engineering

Topics, actions, grounding, Flow/Apex orchestration and implementation projects.

₹25,000
View Course
Bundle

Complete Salesforce Engineering

Admin through development, LWC, Integrations and Agentforce.

₹35,000
View Course
Foundation

Salesforce Administration

Core administration, security, Flow automation and platform orientation.

₹20,000
View Course
Free learning

Learn something before you buy.

Short practical explanations create value immediately and show the style of LightningNEX teaching.

if (caseRecord.Priority == 'High') { scheduleNow = true; } else { queueForReview = true; } // Flow uses the same idea: // condition → outcome A / outcome B

How an if condition works

An if statement checks a condition. If it is true, one logic path runs. Otherwise, another path runs.

How a Flow Decision works

A Decision element routes records into different outcomes based on values or formulas.

Basic API idea

Salesforce sends a request, receives a response, then validates, stores and reacts to that response.

Preview the teaching

See real LightningNEX recordings.

Admin, Development and Integration have public preview lessons. LWC and Agentforce remain private for enrolled students.

Admin · Welcome

Development · First Lesson

Integration · First Lesson