IC
Interchange Global Advisors
make your connection
Preview · Invite-only
← Salesforce Consulting 101 Module 07 of 08
Module 07 · the language

The Words You'll Hear Day One

A working glossary so you're never the one who has to ask what “UAT” means mid-meeting. You don't need to use these words to sound smart — you need to understand them so the room makes sense.

By the end you can

Define the day-one vocabulary: prod, sandbox, declarative, story, scope, UAT, go-live, hypercare.

Estimated time: 15 min  ·  Prerequisite: Module 03

Environments

  • Production (prod) — the real, live system real users work in. Mistakes here are visible to the client immediately.
  • Sandbox — a safe copy of an org for building and testing. You break things here so you never break prod. Work happens in a sandbox; finished work is moved to production.
  • Deploy / migrate — moving work from a sandbox into production.

How things get built

  • Declarative (“clicks”) — building with point-and-click configuration, no code. Most Salesforce work is declarative.
  • Code — Apex is Salesforce's programming language, used for what clicks cannot do.
  • “Clicks, not code” — a guiding preference: do it with configuration if you can, code only when you must.

How work is described and shipped

  • Requirement — something the client needs the system to do.
  • User story — a requirement written from the user's view: “As a sales rep, I want X so that Y.”
  • Scope — the agreed list of what the project will (and will not) deliver. “Out of scope” means not in this project.
  • UAT — user acceptance testing; the client confirms the work before launch.
  • Go-live — the moment it is turned on for real.
  • Hypercare — the extra-attentive support window right after go-live.

Using them without faking it

If a term flies by that you do not know, write it down and look it up afterward — do not let a fog of unknown words build up. Nobody expects fluency in week one; everyone expects you to close the gap fast.

Key terms from this module
Production (prod)
The real, live system real users work in.
Sandbox
A safe copy of an org for building and testing.
Declarative
Point-and-click configuration, no code (“clicks”).
User story
A requirement from the user's view: “As a … I want … so that ….”
Scope
What the project will and will not deliver.
On an engagement

Keep your own running glossary of these terms plus the client's specific lingo. By week three it is the document everyone else borrows.

The one thing to remember

A small vocabulary — prod, sandbox, declarative, story, scope, UAT, go-live, hypercare — unlocks most of what's said in a delivery meeting.

How this was written. This module was authored from established Salesforce-ecosystem knowledge — not assembled from a live web search. Nothing was fetched or “pinged” at build time, so there is no retrieval log to show. The references below are authoritative places to verify each point and read further; the flags note anything that shifts over time and should be re-checked before this goes in front of a client.
Reference & further reading
Verify before client use