ShareCo Academy
Every course, filterable
Four tracks, taught from production code rather than slides. Every guardrail is named after the incident that produced it, and every hour count says what it counts.
- Courses
- 47
- Tracks
- 4
- Lessons
- 1880
- Estimated effort
- 234 hr
What we teach, and the exams we prepare you for
47 of 47 courses · 234 hr estimated effort
Courses
- Salesforce Foundations1.1 · Beginner
The org, the data model, and where everything actually lives
Open an org you have never seen and explain how it works. The orientation an inherited admin never gets.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- Salesforce Foundations1.2 · Beginner
Users, profiles, permission sets and sharing
Design record access that survives an audit. Start private, open deliberately, and verify every change as the real user.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 42 lessons
- Salesforce Foundations1.3 · Beginner
Objects, fields, relationships and the lookup-versus-master-detail decision
Model data so it still works in year three. The lookup decision is taught through the rollup backfill it forces on you.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 42 lessons
- Salesforce Foundations1.4 · Intermediate
Flow: the automation you will actually build
Build automation you can defend in a meeting. Flows that are bulk safe, debuggable, and documented by their own naming.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 8 hr
- 67 lessons
- Salesforce Foundations1.5 · Beginner
Reports, dashboards and the question they are supposed to answer
Build screens that tell someone what to do today. If a dashboard only shows facts, it is wrong, and this course gives you the test.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- Salesforce Foundations1.6 · Intermediate
Data management: imports, duplicates, and cleaning up after someone else
Load data without corrupting the org, and find the corruption already in it. Taught around phantom invoice data found in a real migration.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 42 lessons
- Salesforce Foundations1.7 · Intermediate
Release management without a sandbox horror story
Ship a change to production and be able to reverse it. Sandboxes, change sets, source control, and the deploy that blanked a credential.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- Salesforce Foundations1.8 · Intermediate
Administrator exam preparation
Sit the Administrator exam knowing your weakest section by name. Two full mock exams, sampled on the published domain weightings, reported per section.
Prepares for the Salesforce Certified Administrator exam.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 32 lessons
ShareCo certificateIssued on a passing assessment, not on completion. - Salesforce Foundations1.9 · Intermediate
Data modelling in depth: the schema you will still like in year three
Design an object graph that survives the second and third thing the business asks for. Taught from an org carrying 90 custom objects, 1,781 custom fields and two parallel stock ledgers it is honest about.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 50 lessons
- Salesforce Foundations1.10 · Intermediate
Debugging Flow when it fails silently
The worst flow failure is the one that reports success. Built around a screen flow that told field staff their time was logged while logging nothing, because 42 active orders had zero work orders and an empty collection loops zero times.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 42 lessons
- Salesforce Foundations1.11 · Advanced
Data migration and three-way reconciliation
Retire a system without importing its errors. Taught from a real migration of 16 archive objects and roughly 50,000 records, where a reported lifetime total turned out to carry phantom data from the source system.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 50 lessons
- Salesforce Foundations1.12 · Intermediate
Field service and mobile adoption
Get a field crew onto one system and keep them there. Taught from a rollout where technicians opened five to six systems every morning, assets left site with no removal tracking, and the desktop table component does not render in the mobile app at all.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 42 lessons
- Build on Salesforce2.1 · Intermediate
Apex fundamentals, and the governor limits that shape every design
Write Apex that survives production. Governor limits taught as a design constraint, including the 120-second callout budget that decides your timeouts.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 8 hr
- 63 lessons
- Build on Salesforce2.2 · Intermediate
Triggers, handlers and bulk safety
One trigger per object, all logic in a handler, and recursion controlled on purpose. The pattern that keeps an org maintainable at year five.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 47 lessons
- Build on Salesforce2.3 · Intermediate
Lightning Web Components: the parts that actually matter
Build components users can work in all day. Data access, composition, events, and the mobile pass that is not optional.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 8 hr
- 63 lessons
- Build on Salesforce2.4 · Advanced
Building an operational surface, not another dashboard
Build the screen a team runs their day from. The kanban board pattern proven across task, work order, purchase order, dispatch and production.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 47 lessons
- Build on Salesforce2.5 · Advanced
Integrations: named credentials, callouts, and where secrets live
Call an external system safely and prove the key never leaked. Named credentials taught through the argument for them, not the click path.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 47 lessons
- Build on Salesforce2.6 · Advanced
Generating documents: PDF engines that do not fall over
Produce a quote, an invoice or a statutory declaration that renders correctly every time. Nineteen engines in production taught as one pattern.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 31 lessons
- Build on Salesforce2.7 · Intermediate
Testing that proves something
Write tests that catch defects rather than tests that reach 75%. Coverage is a floor, not a goal, and this course treats it that way.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 39 lessons
- Build on Salesforce2.8 · Advanced
Configuration over code: custom metadata as an architecture
Turn tribal knowledge into data rows with citations. Taught through a real tax engine rebuilt around one constraint: formula fields cannot query custom objects.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 31 lessons
- Build on Salesforce2.9 · Intermediate
Flow patterns, and the point where Apex is the right answer
Pick the automation that fits: screen, record-triggered, scheduled, autolaunched or Apex. Then learn the four tells that a flow has grown into something that should have been code, from an org running roughly 191 active flows beside 32 triggers.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 39 lessons
- Build on Salesforce2.10 · Advanced
Async Apex, and the job that stopped with exit code zero
Move work off the user’s transaction, then prove it is still running. Built around a scheduled sync that stopped for about twelve hours with exit code zero and no error, roughly fifty missed cycles, while accounting queued invoices and watched nothing happen.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 47 lessons
- Build on Salesforce2.11 · Advanced
Accounting integration patterns: invoices, classes and the four-decimal boundary
Sync invoices, bills and timesheets to an accounting system without inventing money. Taught from a live two-way integration where 16% of replayed invoice lines carried more than four decimal places, and a bare class-name lookup filed three regions’ revenue under one.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 47 lessons
- Build on Salesforce2.12 · Intermediate
Platform Developer I exam preparation
Sit the Platform Developer I exam knowing your weakest domain by name. Two full mocks sampled on the published domain weightings, reported per section, with every weak section linked to the lessons that fix it.
Prepares for the Salesforce Certified Platform Developer I exam.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 32 lessons
ShareCo certificateIssued on a passing assessment, not on completion. - Agentforce and AI3.1 · Intermediate
The three places AI can run, and how to choose
Separate a conversational agent, a model called from Apex, and a model in a pipeline. Most teams only know the middle one and pick it for the wrong problems.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 3 hr
- 27 lessons
- Agentforce and AI3.2 · Intermediate
Buy versus build: when the answer is a lookup and AI would only add cost
The course that makes the rest of the track credible. If the answer is a lookup or a calculation, use Apex. It is free and exact. Use AI only for language.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 3 hr
- 26 lessons
- Agentforce and AI3.3 · Intermediate
Prompt Builder and Agent Builder in practice
Build a grounded prompt template and an agent with real topics and actions. Then test it against the cases that break it.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 50 lessons
- Agentforce and AI3.4 · Advanced
Calling a model from Apex safely
The tier most teams reach for, built properly. Callout budget, structured output, per-user identity, retries, and the writes that must be validated first.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 8 hr
- 66 lessons
- Agentforce and AI3.5 · Advanced
Prompt injection, and the envelope that stops it
The most demonstrable five minutes in the catalogue. Every user-editable field is untrusted input. Build the envelope, then watch the attack fail.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- Agentforce and AI3.6 · Advanced
Validating model output before it touches a record
Allow-listed enumerations, range-checked scores, capped arrays, and dropping what fails rather than storing it. Plus the provenance rule that matters most.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- Agentforce and AI3.7 · Advanced
Cost control as architecture
Cost is a design decision, not a billing surprise. One cache rule keeps a 250-record book to a handful of model calls a day.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 3 hr
- 26 lessons
- Agentforce and AI3.8 · Advanced
Gemini Enterprise and Salesforce: the per-user identity bridge
Connect an external agent platform to Salesforce so every tool call runs as the asking user. The platform enforces the permissions, so we never reimplement them.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 8 hr
- 66 lessons
- Agentforce and AI3.9 · Advanced
Least privilege, and the export that leaked
Two generations of a fix for a real incident, taught in order. Exports landed in a team-visible drive while the requester got a permission error.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- Agentforce and AI3.10 · Advanced
Agentforce Voice and the telephony decision
Voice changes the constraints: latency, barge-in, transcription error and a caller who cannot see the screen. Decide the telephony path before you build.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 42 lessons
- Agentforce and AI3.11 · Advanced
Agentforce Specialist exam preparation
Sit the Agentforce Specialist exam knowing your weakest domain by name. Two full mocks, sampled on the published weightings, reported per section.
Prepares for the Salesforce Certified Agentforce Specialist exam.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 6 hr
- 31 lessons
ShareCo certificateIssued on a passing assessment, not on completion. - Agentforce and AI3.12 · Advanced
Call intelligence, and what not to log
Turn answered calls into structured records at fractions of a cent each, and decide deliberately what never gets recorded at all. A live seven-day import logged 37 of 56 calls, skipped 19 on purpose, and reported the uncomfortable finding that only one of 37 external numbers matched a contact.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 42 lessons
- Agentforce and AI3.13 · Advanced
Vision, documents, and the confidently wrong answer
Read an image or a document without inventing what is not on it. A blank business card once produced a confident name and a confident company, and that single incident is the reason every rule in this course exists.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 3 hr
- 26 lessons
- AI-assisted development4.1 · Intermediate
The operating instructions file: making an org legible to an agent
Write the file that makes an agent useful in your org on its first run. Conventions, constraints, and the click paths that verify a change.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- AI-assisted development4.2 · Intermediate
The done rule: why an agent may not mark its own work complete
The course. A change may be called complete only after end-to-end verification under the real user’s permissions, with the test data deleted.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 3 hr
- 26 lessons
- AI-assisted development4.3 · Intermediate
The seven design gates, and shipping systems instead of dashboards
Seven gates between a request and a shipped system. Understand the real operation, model it, design one surface, simplify, confirm, build in slices, verify.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- AI-assisted development4.4 · Advanced
Running agents in parallel with worktrees
Run several agents at once without them overwriting each other. Isolation, merge discipline, and knowing when parallelism stops paying.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 3 hr
- 26 lessons
- AI-assisted development4.5 · Advanced
Verification: logging in as the real user, and cleaning up after yourself
The practical half of the done rule. Build the verification pass, run it under the real user, on a phone, and delete every record you created.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 42 lessons
- AI-assisted development4.6 · Advanced
The multi-agent adversarial audit
Nine agent result blocks, 87 findings anchored to file and line, condensing to five root causes, all confirmed against live systems and fixed the same day.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 5 hr
- 42 lessons
- AI-assisted development4.7 · Advanced
Automated backlog triage against a live org
Point agents at an org and get back a costed backlog. Every item analysed against live data, with the objects touched and the exact click path to verify it.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- AI-assisted development4.8 · Advanced
Deploying agents, and the footguns that cost three weeks
Four deployment failures, each of which cost real downtime, and the practice that prevents each one. Named after the incidents that produced them.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- AI-assisted development4.9 · Advanced
The autonomous task loop: the org is the queue and the completion target
Point an agent at the work already sitting in your org. Read the open task records, do the work, verify it under the real user, delete the test data, and only then write back what was done and how it was checked.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 4 hr
- 34 lessons
- AI-assisted development4.10 · Advanced
Adversarial code review, and the defect five reviewers found
Point several reviewers at the same change from genuinely different angles, then keep only what survives scrutiny. On one review, 30 finding reports de-duplicated to 16 real defects, 14 were investigated and rejected, and the one that had killed an entire feature panel was found independently five times.
Canadian dollars. One learner, lifetime access to this course version. Tax extra.- 3 hr
- 26 lessons
Tell us what your team already does and we will say where to start
03Learning paths
Or take a track end to end
A path bundles courses, adds a capstone, and awards a certificate. The certificate is issued on a server-scored assessment, never on finishing the lessons.
- ShareCo Certified Administrator$899Path price, one learnerCanadian dollars, tax extra. The 12 courses in it list at $2,738 bought separately.
Salesforce Administrator
Track 1 end to end, finishing on the exam preparation course. For an accidental admin who now owns an org and has to defend how it is configured.
- 12 courses
- 63 hr
- Renew every 24 months
- ShareCo Certified Developer$1,299Path price, one learnerCanadian dollars, tax extra. The 14 courses in it list at $4,036 bought separately.
Salesforce Developer
Two foundation courses, then all of Track 2, closing on the Platform Developer I exam preparation course. For an admin moving into code, or a developer new to the platform and its limits.
- 14 courses
- 83 hr
- Renew every 24 months
- ShareCo Certified AI Practitioner$1,299Path price, one learnerCanadian dollars, tax extra. The 8 courses in it list at $2,892 bought separately.
AI on Salesforce
The seven core Agentforce courses plus exam preparation. For the people deploying AI on the platform and the people funding it.
- 8 courses
- 37 hr
- Renew every 12 months
- ShareCo Certified AI Developer$1,199Path price, one learnerCanadian dollars, tax extra. The 11 courses in it list at $3,939 bought separately.
AI-Assisted Development
All of Track 4, with the testing course from Track 2 placed where it is needed. For consultancies and in-house teams running agents against a live org.
- 11 courses
- 44 hr
- Renew every 12 months
- ShareCo Certified Platform Engineer$1,499Path price, one learnerCanadian dollars, tax extra. The 47 courses in it list at $14,853 bought separately.
The Full Stack
All four tracks, all forty-seven courses. For someone who intends to own a Salesforce platform end to end, including the AI on top of it.
- 47 courses
- 235 hr
- Renew every 24 months