Platform basics A case is the Service Cloud record for a customer question, problem, or request. It tracks who raised it, what it concerns, its status, priority, and every interaction until it is closed. Well-designed case processes, with clear statuses, assignment rules, and escalation paths, are the foundation of service reporting and of any routing or AI deflection you add later.
Learn more → Automation and development A change set is Salesforce's built-in, point-and-click way to move configuration and code from one connected org to another, typically from a sandbox to production. It works for simple deployments but has no version history, cannot easily remove components, and becomes error-prone as teams grow. Many organizations move to DevOps Center or source-control-based pipelines for more predictable releases.
Learn more → Data and security A connected app is a configuration in Salesforce that lets an outside application authenticate and access your org through APIs, usually with OAuth. It controls which users can connect, what scopes they get, and session policies. Reviewing connected apps regularly matters because an unused or overly permissive connection is a common and easily overlooked path into company data.
Learn more → Platform basics A contact is the Salesforce record for an individual person, usually linked to an account. It stores details such as name, title, email, and phone, and ties that person to opportunities, cases, and campaigns. Keeping contacts deduplicated and correctly linked lets sales, service, and marketing see the same person and avoids embarrassing duplicate outreach.
Learn more → Products CPQ stands for configure, price, quote: tools that let sellers build valid product bundles, apply pricing and discount rules, and generate quotes. Salesforce CPQ is now end of sale for new customers, though existing customers can keep using, renewing, and getting support for it; Revenue Cloud Advanced is its successor. Either way, clean products and pricing rules matter more than the tool.
Learn more → AI and data CRM Analytics, formerly known as Tableau CRM and Einstein Analytics, is Salesforce's native analytics product for building interactive dashboards and datasets inside Salesforce. It can combine Salesforce and external data and embed insights on record pages. It suits teams that need more than standard reports but want analytics to live within the CRM where users already work.
Platform basics A custom object is a database table your team creates in Salesforce to store information that standard objects do not cover, such as projects, contracts, or equipment. Custom objects get the same platform features as standard ones, including reports, security, and automation. Create them deliberately, because unnecessary custom objects fragment data and add long-term maintenance.
Projects and services Cutover is the planned switch from an old system or process to the new Salesforce setup. It covers the final data load, freezing changes in the legacy system, deploying to production, enabling users, and a rollback plan if something goes wrong. A rehearsed, hour-by-hour cutover plan is what separates a calm go-live weekend from a chaotic one.
Learn more →