Salesforce how-to guides
Step-by-step walkthroughs for the Salesforce features admins, developers, and architects reach for most. Each guide carries HowTo schema so Google can show it in rich results, and links back to the full dictionary entry for deeper context.
Administration (222)
How to Account Assignment Rule in Salesforce
Building an account assignment rule requires Enterprise Territory Management enabled, a territory model in Planning state, and a clear set of criteria for which accounts belong in the territory.
6 steps
How to Account Settings in Salesforce
The audit pattern: review each toggle, confirm it matches current business requirements, document any change, deploy through your normal change pipeline. Most toggles are reversible but a few (Person Accounts) are not; treat the page with respect even though it looks like a simple checkbox list.
7 steps
How to Action Layout in Salesforce
The successful pattern: define the minimum field set the action needs, use predefined values for everything else, keep the layout under 7 fields, validate on mobile before shipping. The failed pattern: drag every field onto the layout "in case the user needs it" and produce a popup nobody uses.
7 steps
How to Activation in Salesforce
Treat activation as a deliberate gate. Build and test in a sandbox, deploy to production as inactive, review, then activate. The pattern adds friction but eliminates the class of incidents where someone configured and activated in one click without realizing what the click would do.
7 steps
How to Activity Settings in Salesforce
The pattern: audit in sandbox first, make changes one at a time, communicate to users, monitor for downstream complaints. Activity Settings is low-traffic but the settings cascade across every user's daily workflow.
7 steps
How to Administrator (System Administrator) in Salesforce
The certification is the foundation; the daily practice is what separates good admins from great ones. The patterns below come from observing what experienced admins do that newer admins skip; none are required by the platform, all compound over time.
7 steps
How to AppExchange Security Review in Salesforce
The partners who pass on the first submission are the ones who treat the review as a quality gate, not a paperwork step. Run the pre-scans, document everything, fix the known anti-patterns, then submit. The partners who fail are the ones who submit and hope.
8 steps
How to Assignment in Salesforce
Good assignment design pays back over years. Bad assignment design produces "who owns this lead" tickets every week. The pattern below favors declarative-first, Queue-mediated, with clear escalation; it works for most orgs and only needs the more advanced patterns (ETM, Omni-Channel) when the basic pattern hits scale limits.
7 steps
How to Audit Trail Export Dashboard in Salesforce
The pattern has three parts: schedule the export, load the data into a queryable store, and build the dashboard. Each step has multiple implementation options; pick based on your compliance team''s requirements and the org''s tooling.
5 steps
How to Auth. Providers in Salesforce
The setup is sequential: create the Auth Provider in Salesforce, copy the callback URL to the IdP, configure the OAuth client at the IdP, copy the client ID and secret back to Salesforce, write or pick the Registration Handler, test. Each step depends on the previous; skipping a step produces an opaque failure at runtime.
7 steps
How to Authorized Email Domains in Salesforce
The setup is short but DNS-dependent. The order: register the domain in Salesforce, copy the DKIM record values, publish to DNS, wait for propagation, verify activation, then start sending. Each step takes minutes; DNS propagation is the slow part and is outside admin control.
7 steps
How to Auto Number in Salesforce
The setup is a one-click field create; the design is what determines whether the Auto Number serves the org for a decade or has to be replaced in year two. Most regret traces to under-sized digit counts, missing fiscal-year reset that was actually required, or formats that downstream integrations parsed assumptions into.
7 steps
How to Background Jobs in Salesforce
The successful pattern: schedule deliberately, monitor proactively, fail loudly, debug methodically. The failed pattern: schedule and forget, discover failures from user complaints, debug from incomplete logs. The Apex Jobs surface plus structured logging plus weekly review covers the operational discipline most orgs need.
7 steps
How to Basic Data Import in Salesforce
The successful pattern: clean the CSV, test on 10 rows in a sandbox, run full import in production, verify the email summary, address failures. The failed pattern: run a 5,000-row import in production without testing and spend the next two days reversing the damage.
7 steps
How to Big Objects in Salesforce
Big Object design is the hardest part. The composite primary key locks in the access pattern; getting it wrong makes the entire object unusable for the planned workload. Sketch the queries you need to run before defining the primary key, validate with realistic data in sandbox, and plan storage costs against the projected volume.
8 steps
How to Briefcase in Salesforce
The successful pattern: define per-role, scope tightly, exclude attachments by default, test on the actual device under realistic offline conditions. The failed pattern: ship one universal Briefcase to every role, include everything, and discover at scale that the device runs out of storage and the sync takes 20 minutes.
7 steps
How to Briefcase Builder in Salesforce
The pattern: pick the right primary, scope filters tightly, exclude attachments by default, iterate on size until under 500 MB, pilot with real users. The Builder's visual feedback makes iteration cheap; use it.
7 steps
How to Bulk Data Load Jobs in Salesforce
The pattern: use the Bulk API for the right scale, monitor through the page plus client logs, alert on failures, reconcile failed records explicitly. The page is the visibility layer; the operational discipline around it is the difference between an integration that works and one that drifts.
7 steps
How to Business Hours in Salesforce
The pattern: one Business Hours per region or team that needs distinct coverage, time zones set to the team's actual location, holidays maintained quarterly. The complexity scales with the number of regions; single-region orgs need one record, global orgs need several with careful per-feature assignment.
7 steps
How to Calendar Settings in Salesforce
The pattern: audit in sandbox, change one thing at a time, communicate to users, monitor for adoption. Calendar Settings is low-impact compared to Account Settings but still affects daily rep experience; a 5-minute change can confuse the team for a week if not communicated.
7 steps
How to Certificate and Key Management in Salesforce
The successful pattern: inventory all certificates with ownership and review dates, alert on expirations 30 to 60 days out, follow a documented rotation playbook every time. The failed pattern: discover certificate expirations from integration failures and improvise the rotation under time pressure.
7 steps
How to Change Set in Salesforce
The successful pattern: build the change, add dependencies, validate, deploy. The failed pattern: build the change, deploy, discover missing dependencies in production, scramble to fix. Validate is the safety net; skipping it is the most reliable way to create deployment incidents.
7 steps
How to Classic Email Templates in Salesforce
Classic Email Templates are created in Setup, not in the Lightning email composer. The flow below covers the standard path. The exact fields you fill depend on which of the four types you choose at the start.
4 steps
How to Classic Letterheads in Salesforce
You configure a Classic Letterhead in Salesforce Classic Setup, then link it from an HTML (using Classic Letterhead) email template. These steps apply to orgs that already have the feature, since you cannot create Classic Letterheads in Lightning Experience.
4 steps
How to Clone in Salesforce
Clone is a daily micro-action for most users; the value is in knowing exactly what gets copied so the user can adjust the right fields. For admins, knowing when to use record Clone, Clone with Related, or a custom bulk-clone Flow saves hours over months.
7 steps
How to Collapsible Section in Salesforce
The pattern: identify low-frequency sections, set them default-collapsed, leave high-frequency sections default-expanded, watch usage. The cost is minimal; the readability gain is meaningful for any page with more than 5 to 7 sections.
7 steps
How to Company Information in Salesforce
The pattern: audit annually rather than edit. Most Company Information settings should not change after go-live; the audit confirms the original choices still match reality and surfaces usage signals (license, storage) that drive procurement and data lifecycle decisions.
7 steps
How to Compliance BCC Email in Salesforce
The setup is a one-field Setup change; the discipline is in the coordination with the archival vendor and the verification testing. Most regulated orgs set this up at go-live; if it was skipped, the gap is silent until a regulator asks for records.
7 steps
How to Compliant Data Sharing in Salesforce
Deployment is significant. The pattern: identify objects requiring compliant sharing, enable the feature, design the Role-on-Account taxonomy, train users on the Participant workflow, build the compliance reports. Each step is mandatory; skipping any reduces the audit-evidence value the feature was deployed for.
7 steps
How to Connected Apps OAuth Usage in Salesforce
The pattern: monthly review of the OAuth Usage page, monthly investigation of anomalies, quarterly audit aligned with offboarding records. The cost is a few hours per month; the security and compliance benefit compounds over years.
7 steps
How to Connected User in Salesforce
The pattern: monitor monthly via OAuth Usage, revoke per-user on offboarding, revoke per-app on incidents, audit quarterly for stale authorizations. The discipline turns a silent accumulation into a controlled inventory.
7 steps
How to Console Layout in Salesforce
The successful pattern: design the layout around the agent's actual workflow, fill the utility bar with the right shortcuts, populate the Highlights Panel with the fields that matter at a glance, validate by shadowing real agents. The failed pattern: configure defaults and hope.
7 steps
How to Console Settings in Salesforce
The pattern: configure org-wide defaults that match the common agent workflow, layer per-app Console Layout variations on top, audit quarterly. The cost is low; the agent-productivity gain compounds across thousands of console sessions.
7 steps
How to Controlling Field in Salesforce
The setup is straightforward but the maintenance is real. Pair with Validation Rules to enforce at the platform level, document the dependency matrix as part of object documentation, and audit when picklist values change.
7 steps
How to Conversation Transcript Export in Salesforce
The setup is per use case. Compliance archival wants recurring full exports to an archival destination with retention policy. AI training wants filtered exports to a curated dataset. Analytics wants periodic exports to a data warehouse. Pick the use case, configure accordingly, monitor the pipeline.
7 steps
How to Custom App in Salesforce
The pattern: define the user workflow, pick navigation type, populate tabs and utility bar to match, assign to the right population, iterate based on usage. The cost is low; the productivity gain compounds across thousands of user sessions.
8 steps
How to Custom Field in Salesforce
The successful pattern: pick the right type for the semantic, name per convention, write clear help text, set FLS deliberately, add validation where appropriate, document the field's purpose. The failed pattern: build the field, drop it on a layout, never revisit, accumulate confusion.
8 steps
How to Custom Help in Salesforce
The pattern: write field help text on every custom field at creation, add object-level help links for heavily-customized objects, keep the global help link pointing to Salesforce, layer In-App Guidance for first-time workflows. The cost is small per item; the cumulative enablement gain is meaningful.
7 steps
How to Custom Labels in Salesforce
The successful pattern: any user-facing string in code goes through a Custom Label. The cost is one Setup record per string; the benefit is updateable wording, multi-language support, and a single surface for translators.
7 steps
How to Custom Links in Salesforce
The pattern: for new navigation in 2026, default to Quick Actions or Custom Buttons. Use Custom Links when the org culture or existing infrastructure makes them the right choice. For legacy Custom Links, maintain working ones and replace JavaScript-based ones during Lightning migration.
7 steps
How to Custom Notifications in Salesforce
Setup work has two halves: define the notification type in metadata, then wire up Flow or Apex to send notifications using that type. Type definition is one-time; the send wiring is per-use-case.
5 steps
How to Custom Permissions in Salesforce
The pattern: identify the business-logic gate, create the Custom Permission, reference it in code, assign through a permission set named after the role. The cost is one Custom Permission record plus one code reference; the benefit is admin-managed access without redeploying code for assignment changes.
7 steps
How to Custom Settings in Salesforce
Creating a Custom Setting is straightforward but the design choice matters. Pick List versus Hierarchy based on whether different users or profiles need different values. Plan the field types up front because they are hard to change later. Decide between standard Custom Setting and Protected Custom Setting based on whether the data is sensitive.
8 steps
How to Custom View in Salesforce
The successful pattern: identify the recurring workflow, build a view that scopes records and surfaces the right columns, share with the team if applicable, pin to default for users who use it daily. The cost is minutes; the workflow gain compounds across thousands of list visits per quarter.
7 steps
How to Data Categories in Salesforce
The setup is one-time but consequential. Design the taxonomy carefully with Knowledge owners, configure visibility per profile, train article authors on tagging, audit periodically. Skipping the taxonomy design produces categories that do not match how users actually search; the cleanup is painful.
7 steps
How to Data Classification Download in Salesforce
The pattern: download monthly, identify gaps and drift, follow up with field owners, upload corrections. The cycle is the discipline that keeps Data Classification meaningful; without it, classifications go stale fast.
7 steps
How to Data Classification Settings in Salesforce
The rollout pattern: enable the dimensions, customize value sets to org policy, classify existing fields in bulk via Download/Upload, train field owners on classifying new fields, audit quarterly. The cost is real; the compliance benefit is the evidence regulators want.
8 steps
How to Data Classification Upload in Salesforce
The pattern: download, edit offline, upload, verify result file, fix errors and re-upload. The cycle is fast for small updates (under 100 rows) and manageable for bulk audit work (thousands of rows). Always test in sandbox before applying to production.
7 steps
How to Data Encryption in Salesforce
The pattern: classify fields by sensitivity (Data Classification feature), encrypt the high-sensitivity fields with Shield, accept default at-rest encryption for everything else, document the encryption posture for auditors. The cost is real (Shield license, key management work, functional trade-offs); the compliance benefit is the audit-defensible answer.
7 steps
How to Data Encryption Keys in Salesforce
The pattern: pick the key management model that matches compliance, build the operational practice (rotation, destruction, audit), document for auditors. The decision is heavy; reverse migration is operationally hard.
7 steps
How to Data Export in Salesforce
The pattern: schedule weekly exports, download promptly on email notification, ship to long-term storage, test restore quarterly. For orgs with strict recovery requirements, graduate to a paid backup product; for compliance archive, Data Export is fine if disciplined.
7 steps
How to Data Import Wizard in Salesforce
Running the Data Import Wizard is a five-step process that takes minutes once the CSV is prepared. The hard work happens before the wizard launches: clean the input data, map column headers to Salesforce fields, decide the duplicate matching strategy, and confirm the operation type. Run a test with 10 to 50 records first to catch mapping and validation issues before processing the full data set.
8 steps
How to Data Integration Metrics in Salesforce
The pattern: weekly review of the page, monthly investigation of trends, alerts on critical metrics. The discipline is the difference between integrations that stay healthy and integrations that surprise the team during incidents.
7 steps
How to Data Integration Rules in Salesforce
The pattern: license Lightning Data, identify enrichment scope, build rules per object, configure matching and overwrite policy, schedule conservatively, monitor quota usage, audit quarterly. The cost is real (license plus operational discipline); the data quality benefit is real and visible to sales teams.
7 steps
How to Data Loader in Salesforce
Running a clean Data Loader job takes preparation more than it takes Salesforce knowledge. Validate the input CSV, plan field mapping, pick the right operation, run a test on a small subset first, then process the full load. Always run from a sandbox before production unless the operation is read-only.
8 steps
How to Data Protection and Privacy in Salesforce
The pattern: assess regulatory scope, classify data, configure platform features (Individual, Privacy Center, Shield, Compliance BCC), build DSR workflows, document retention, audit. The program is heavy; rolling out feature by feature without coordination produces gaps regulators find.
8 steps
How to Data State in Salesforce
The pattern: enable Data State in Data Classification, classify fields per current usage, build downstream consumers (DSR scoping, retention automation, compliance reports) that respect the state, audit quarterly as fields transition. The classification is most valuable when the workflows that consume it exist; configuration alone is inventory.
7 steps
How to Dataloader.io in Salesforce
The pattern: authorize Dataloader.io against the org, configure the job (operation, source, mapping, schedule), monitor results, iterate on errors. The cloud-based workflow eliminates most friction of the desktop Data Loader; admins who switch typically do not go back.
7 steps
How to Dated Exchange Rates in Salesforce
The pattern: confirm multi-currency is enabled, enable Dated Exchange Rates, ingest historical rates, automate ongoing rate updates, document the restatement policy. The feature is one-way (cannot be cleanly disabled) and operationally demanding; plan deliberately with finance before enabling.
7 steps
How to Decimal Places in Salesforce
The pattern: think through the precision requirement before creating the field, set Decimal Places to match, document the choice for integrations. Changing later is restricted; the upfront thought is much cheaper than the migration workaround.
7 steps
How to Deep Clone Product Settings in Salesforce
The pattern: review the catalog structure, decide which related-record types should clone, configure the toggles, document the choices, audit when catalog structure evolves. The settings are usually one-time but the audit cadence catches drift.
7 steps
How to Delegated Administration in Salesforce
The pattern: identify the role that needs scoped admin power, define the exact scope, create the Delegated Group, assign users, audit usage. The cost is low; the security and operational benefit (scoped admin without full SysAdmin risk) is meaningful.
7 steps
How to Delegated Authentication in Salesforce
For orgs on Delegated Authentication today, the pattern is: monitor the endpoint health, plan migration to SAML or Auth Providers, execute the migration over months. For new deployments, do not use Delegated Authentication; pick SAML or OAuth instead.
7 steps
How to Delegated Authentication Error History in Salesforce
The pattern: monitor the page weekly, alert on critical thresholds, correlate failures with endpoint logs, use the data to drive remediation or migration. The history is operational furniture; without active use, failures persist longer than they should.
7 steps
How to Delete Attachments Sent as Links in Salesforce
The pattern: enable the feature, set the retention period to match the org's use cases, ensure compliance-needed sends route through Compliance BCC, monitor storage reclamation, train users on link expiration. The cost is minimal; the storage benefit and compliance alignment are real.
7 steps
How to Deliverability in Salesforce
The pattern: confirm delivery mode is Default for production, configure SPF/DKIM/DMARC end to end, enable Bounce Management, test with Test Deliverability, monitor delivery rates over weeks. The setup is significant; the impact on inbox placement is real.
7 steps
How to Density Settings in Salesforce
The pattern: identify the dominant user population, set the default to match their preference, let per-user override handle minority preferences. The cost is minimal; the user-experience impact compounds across thousands of daily sessions.
7 steps
How to Dependent Field in Salesforce
The pattern: confirm both Controlling and Dependent fields exist as picklists, create the dependency, map the matrix with Include All as starting point, pair with Validation Rule for API-level enforcement. The setup is straightforward; the discipline is in the validation rule pairing.
7 steps
How to Deployment Manager in Salesforce
The pattern: monitor Deployment Manager during active deployment windows, use per-component results to debug failures, deploy quick-deploys for tested validations, retain artifacts for compliance. The page is operational furniture; using it actively prevents many deployment surprises.
7 steps
How to Deployment Status in Salesforce
Deployment Status is a monitoring screen, not something you create. Here is how to use it to watch a deployment through and act on the result.
4 steps
How to Developer Edition in Salesforce
The pattern: sign up at developer.salesforce.com, log in periodically to prevent reclamation, use for learning and building, graduate to sandboxes or production orgs when work warrants. The cost is zero; the value is access to a full-featured Salesforce environment for indefinite use.
7 steps
How to Development Environment in Salesforce
Sandboxes are created and refreshed from Setup in the production org, by an admin with the Manage Sandbox permission. Here is the path to create one.
4 steps
How to Discovery Framework Sample Templates in Salesforce
The pattern: identify the assessment use case, find the closest sample template, clone it, customize for org-specific needs, test, activate, iterate via versions. The samples save significant time; starting from scratch is rarely worth the extra effort.
7 steps
How to DKIM Keys in Salesforce
The pattern: generate a 2048-bit key, publish the public key to DNS, verify activation, rotate annually with the overlap pattern. The setup is one-time per domain; the rotation is recurring; the deliverability monitoring is continuous.
7 steps
How to Document in Salesforce
Setting up a Documents folder for brand assets needs three things: a folder with the right visibility, the IsPublic flag set on each Document that will be embedded in an email, and a clear naming convention so future admins can find what was uploaded.
7 steps
How to Document Library in Salesforce
Adding a document to a Document Library is a Classic task. Switch to Salesforce Classic, open the Documents tab, and create the document inside the folder you want. This is the right place for a shared org asset like a logo or a brochure, not a file that belongs to one record.
5 steps
How to Duplicate Error Logs in Salesforce
Reviewing duplicate error logs is a recurring data-steward task, not a one-time configuration. The workflow below sets up the queue, the reporting layer, and the retention cleanup so the logs stay useful instead of growing into noise.
7 steps
How to Duplicate Management in Salesforce
Setting up Duplicate Management for a new object means three things in order: define how records should be compared, decide what to do when a match is found, and build the steward workflow to triage logs. The standard Account, Contact, and Lead rules ship pre-configured, but custom objects need every step.
7 steps
How to Duplicate Rule in Salesforce
Setting up a Duplicate Rule for a new object is a five-minute job in Setup, but the design decisions before and after take longer. Below is the full sequence: from matching logic to steward training.
7 steps
How to Email Address Internationalization in Salesforce
Enabling Email Address Internationalization is a one-toggle change in Setup, but the rollout needs sequencing across validation rules, integrations, and downstream tools. Below is the order that avoids breaking existing data.
7 steps
How to Email Attachments in Salesforce
Email attachment behavior is a mix of org settings, channel limits, and storage hygiene. The steps below cover the rollout of attachment handling for a new use case from initial configuration to long-term storage management.
7 steps
How to Email Delivery Settings in Salesforce
Email Delivery Settings is a one-page Setup screen, but its consequences ripple through every send path in the org. The checklist below covers the production setup once and the sandbox-refresh process for every environment after that.
7 steps
How to Email Footers in Salesforce
Configuring the org-wide footers is a five-minute Setup task, but the design decisions before it (which footer goes where, which templates opt out) take real consideration. The checklist below covers both.
7 steps
How to Email Services in Salesforce
Setting up an Email Service involves writing the handler class, configuring the service, generating the address, and testing the end-to-end flow. The steps below cover the full path from zero to a working inbound endpoint.
7 steps
How to Email to Salesforce in Salesforce
Rolling out Email to Salesforce involves the org-level toggle, individual user enablement, and a coexistence plan with any modern integrations already deployed. The steps below cover the full path.
7 steps
How to Enablement Lite Settings in Salesforce
Setting up Enablement Lite takes minutes in Setup, but the rollout to end users needs the permission set assignment and a clear communication plan. The steps below cover both halves.
7 steps
How to Encrypted Data at Rest in Salesforce
Encrypted data at rest is on by default. Configuration only applies when you choose to layer Shield Platform Encryption, BYOK, or Cache-Only Keys on top. The steps below cover that customer-control rollout.
7 steps
How to Encryption Key in Salesforce
Managing encryption keys is the work of setting up tenant secrets, choosing the right key model, scheduling rotation, and planning destruction. The steps below cover the full Shield key lifecycle.
7 steps
How to Encryption Settings in Salesforce
Turning on Shield Platform Encryption from the Encryption Settings page follows a fixed order: create key material first, then choose what to encrypt, then sync existing data. This assumes the Shield Platform Encryption license is provisioned and you hold the Manage Encryption Keys permission.
5 steps
How to Enhanced Email in Salesforce
Activating Enhanced Email is a single toggle in Setup, but the audit work before the flip determines whether the activation is uneventful or disruptive. The steps below cover the safe activation path for an existing org.
7 steps
How to Environment Hub in Salesforce
Setting up Environment Hub takes coordination between the hub admin and each member org admin. The steps below cover the first-time enrollment process for a member org and the subsequent SSO testing.
7 steps
How to Event Monitoring Settings in Salesforce
Configuring Event Monitoring is mostly about consumption rather than setup. The platform captures events by default once licensed. The work is on the downstream side: enabling streaming for security-critical event types, building SIEM integrations, and deploying the analytics app.
7 steps
How to Expire All Passwords in Salesforce
Executing Expire All Passwords is a serious action with broad organizational impact. The steps below describe the safe execution path for an incident-response scenario, with the audit and communication work that needs to happen alongside the click.
7 steps
How to Feature License in Salesforce
Assigning and managing feature licenses involves the User record for single assignments, Data Loader for bulk, and Company Information for monitoring. The steps below cover the full lifecycle.
7 steps
How to Feed Tracking, Chatter in Salesforce
Setting up Feed Tracking on a new object is a per-object configuration with two halves: enable tracking on the object, then check the fields to track. The steps below cover the safe rollout.
7 steps
How to Field Accessibility in Salesforce
Using Field Accessibility is a diagnostic workflow, not a configuration one. The steps below cover the troubleshooting and audit patterns that turn the page from a curiosity into the canonical access-verification tool.
7 steps
How to Field History Tracking in Salesforce
Enabling Field History Tracking is two settings deep but the field-selection decision needs business and compliance input. The steps below cover both halves.
7 steps
How to Field Sets in Salesforce
Setup is two phases: define the field set in Object Manager, then reference it from Visualforce or LWC code. Most usage involves both an admin creating the field set and a developer consuming it.
5 steps
How to Field Update in Salesforce
Maintaining legacy Field Updates is the realistic task today, since new automation should go in Flow. The steps below cover both updating an existing Field Update and the recommended migration path.
7 steps
How to Field-Level Help in Salesforce
Configuring Field-Level Help is a one-field-at-a-time activity that scales through a content review cycle. The steps below cover both the technical setup and the writing approach.
7 steps
How to Field-Level Security in Salesforce
Configuring Field-Level Security is one of the most-done admin tasks in any Salesforce org. The configuration is per-field per-Profile, so the work multiplies fast on orgs with many custom fields and many Profiles.
7 steps
How to File Upload and Download Security in Salesforce
Most orgs leave File Upload and Download Security at defaults. The steps below cover the audit and adjustment workflow for orgs that need to review or tighten the configuration.
7 steps
How to Filter Email Tracking in Salesforce
Set up IP-range filtering in two stages: confirm email tracking is on, then add the ranges you want excluded. You need the Customize Application permission. Both settings live in Setup.
5 steps
How to Fiscal Year in Salesforce
Setting Fiscal Year is a one-time configuration for most orgs. The steps below cover the safe approach for initial setup and the rare mid-life change.
7 steps
How to Folder in Salesforce
Setting up a new folder is straightforward; the harder work is designing the folder hierarchy and permissions model. The steps below cover both the mechanical setup and the design considerations.
7 steps
How to Full Sandbox in Salesforce
Creating or refreshing a Full Sandbox is a planned event because of the time and resource cost. The steps below cover the safe approach for a first-time setup and an ongoing refresh cadence.
7 steps
How to Government Cloud in Salesforce
Provisioning Government Cloud is not a self-service operation; it requires engagement with the Salesforce public sector account team and the appropriate contracting vehicle. The steps below cover the process from initial evaluation to active org.
7 steps
How to Group Member in Salesforce
Group Member rows are usually managed by editing a Public Group in Setup. The flow below covers adding members through the standard interface. For hundreds of changes, use Data Loader against the GroupMember object instead, since the UI is built for handfuls, not bulk.
4 steps
How to Guest User Sharing Rule Access Report in Salesforce
Running the Guest User Sharing Rule Access Report is a recurring audit task, not a one-time fix. The steps below cover the audit cadence and the remediation workflow.
7 steps
How to Hardware Security Module (HSM) in Salesforce
Provisioning an HSM for use with Salesforce Shield is a coordinated effort between the customer's security team, the HSM vendor, and the Salesforce architecture team. The steps below cover the path for a cloud HSM integration.
7 steps
How to Health Check in Salesforce
Running Health Check is straightforward: open the page, read the score, and click Fix Risks on the settings that diverge from the baseline. The work is on the consumption and remediation side. Run it quarterly at minimum, monthly for compliance-heavy orgs.
6 steps
How to Hierarchy Custom Settings in Salesforce
Setting up a Hierarchy Custom Setting involves creating the setting metadata, adding fields, populating values at each hierarchy level, and accessing the values in Apex. The steps below cover the full setup.
7 steps
How to Holidays in Salesforce
Setting up the org's holiday calendar is the annual responsibility of the Service Cloud admin or business operations team. The steps below cover the initial setup and the maintenance cycle.
7 steps
How to Hover Detail in Salesforce
The hover preview is not edited in one place anymore. In Lightning Experience you shape it through the object's Compact Layout; in Salesforce Classic you shape it through the page layout's Mini Page Layout and the org-level Enable Hover Details switch. These steps cover both so you can configure whichever UI your org runs.
4 steps
How to Icons in Salesforce
Picking icons is a small but cumulatively important UI decision. The steps below cover both the standard icon picker workflow and the rare custom SVG path.
7 steps
How to ID in Salesforce
Working with Salesforce IDs is mostly a debugging skill rather than a configuration task. The steps below cover the common scenarios where understanding ID structure matters.
7 steps
How to Identity Provider in Salesforce
Configuring SSO between Salesforce and an Identity Provider has two sides: the IdP side and the Salesforce side. Both need certificates, identifiers, and attribute mappings configured to match. Use the IdP''s Salesforce integration template if available; build manually only if the template does not exist or the configuration requires customization.
8 steps
How to Identity Provider Event Log in Salesforce
Using the Identity Provider Event Log effectively combines knowing when to look at it (every SSO troubleshooting and security investigation) and how to extract data from it (filtering, exporting, alerting). The steps below cover both.
7 steps
How to Identity Verification in Salesforce
Identity Verification works out of the box; configuration is mostly about choosing methods and trust windows. The steps below cover the rollout and the user-facing setup.
7 steps
How to Identity Verification Settings in Salesforce
Use this flow to set which methods your users can register and how device activation challenges behave. Change one section at a time and verify a real login before moving on. Settings here apply org-wide to the relevant audience, so there is no undo by Profile.
4 steps
How to Import Wizard in Salesforce
Running an Import Wizard load is a guided sequence; the steps below cover the standard path plus the preparation that prevents the most common failures.
7 steps
How to Inbound Change Set in Salesforce
Deploying an inbound change set is a target-side workflow. The steps below cover the validation and deployment path that minimizes production risk.
7 steps
How to Initialization Vector (IV) in Salesforce
The IV is a property of the encryption scheme rather than something administrators configure directly. The steps below cover the IV-related decisions during Shield rollout and the patterns for custom Apex encryption.
7 steps
How to Intelligent Sales Settings in Salesforce
Enabling Intelligent Sales means turning the feature on in Setup, connecting the image-recognition model, and granting reps and managers access. The org must already be provisioned for Consumer Goods Cloud retail execution before these steps work.
6 steps
How to Key Derivation Function (KDF) in Salesforce
KDFs are mostly invisible to administrators because the platform handles key derivation internally. The steps below cover the cases where KDF concepts matter for custom code or Shield architecture decisions.
7 steps
How to Key Management in Salesforce
Rotating your tenant secret on a schedule is the core key-management routine. The steps below cover generating a new active secret, then re-encrypting older data so the previous secret can eventually be retired. Shield Platform Encryption must already be enabled and you need the Manage Encryption Keys permission.
4 steps
How to Key Pair in Salesforce
Setting up a key pair for a Salesforce integration is a coordinated effort across the integration side and the Salesforce configuration. The steps below cover the standard JWT OAuth flow setup.
7 steps
How to Key Tenant Secret Rotation in Salesforce
Rotating a tenant secret is a Setup operation, not a record you fill in. You generate a new secret, then synchronize existing data. Both steps require the Manage Encryption Keys permission.
4 steps
How to Language Settings in Salesforce
Enabling a new display language and translating content are two tasks. Here is the order an admin follows in Setup to do both for a single org.
5 steps
How to Layout in Salesforce
Editing a record's field form is the most common layout task. Here is the path for the enhanced page layout editor, which Salesforce recommends over the original editor. The steps assume Lightning Experience and an object you have permission to customize.
4 steps
How to Library Permission in Salesforce
Create a custom Library Permission when the three shipped permissions (Viewer, Author, Library Administrator) do not match what a team should be able to do. You build the permission once under Setup, then assign it to members on each library. You need the Manage Content Permissions or Manage Salesforce CRM Content user permission.
4 steps
How to Lightning Email Templates in Salesforce
Create a Lightning Email Template in the Email Template Builder so admins and reps can reuse a branded, mergeable layout. Folders and Enhanced Sharing should already be enabled if you want to file and share the template.
5 steps
How to List Custom Settings in Salesforce
You create a List Custom Setting in Setup, add its fields, then add the actual data records. The definition deploys between orgs, but the records do not, so plan to load data separately in each environment.
4 steps
How to Locale in Salesforce
Locale is set in two places: per user on the User record, and as an org-wide default in Company Information. Users with the right permission can also change their own locale in personal settings. Here is the admin path for both levels.
4 steps
How to Login Access Policies in Salesforce
Login Access Policies is reached from Setup and controls both the global login-as toggle and per-publisher grant permissions. Configure it deliberately, because the global setting changes whether impersonation needs user consent at all.
4 steps
How to Login Flows in Salesforce
Build a screen flow, designate it as a login flow, and connect it to a profile so it runs at login. Test in a sandbox before you touch any production profile, and never attach an untested flow to your own admin profile.
5 steps
How to Login History in Salesforce
Login History is always on. You do not enable it. The configuration work is on the consumption side: knowing where to find it, how to filter it, and how to archive it for long-term retention.
6 steps
How to Manage Connected Apps in Salesforce
The most common task on this page is tightening an existing Connected App's OAuth policy. These steps configure who can use an app, how IP rules apply, and how long its refresh token lives.
5 steps
How to Manage Subscription in Salesforce
The Manage Subscription experience lives in the Your Account app. To let the right people use it, assign the Manage Billing permission (the shipped "Your Account" permission set is the easiest path) and then open the app to work with products, contracts, and invoices.
5 steps
How to Manual Sharing in Salesforce
Granting a manual share is a one-minute operation on the record detail page, but the governance around it matters. Document why the share exists, set the right access level, and consider whether the use case should actually be solved with a sharing rule or restriction rule instead.
7 steps
How to Maps and Location Settings in Salesforce
Geocoding is enabled by activating the standard geocode Data Integration Rules, which Maps and Location Settings links to. You activate each address rule you care about, let the first run process existing records, and from then on new and edited records geocode automatically on save.
4 steps
How to Mass Delete Records in Salesforce
Run Mass Delete Records from Setup to clear a small batch of records on a supported standard object. Build the filter carefully, review the preview, and leave the permanent-delete option off unless you are certain.
5 steps
How to Mass Transfer Approval Requests in Salesforce
Use this when pending approval requests are stuck because their current approver has left, changed role, or is on extended leave, and you need to hand them to someone else in one operation. You run it from Setup with administrative access.
4 steps
How to Mass Transfer Records in Salesforce
Run the Mass Transfer Records wizard from Setup to reassign ownership of accounts, leads, service contracts, or custom objects in bulk. Scope the set with filters and choose how related records follow an account.
5 steps
How to Mass Update Addresses in Salesforce
Run Mass Update Addresses as part of the State and Country/Territory Picklists conversion. Do this in a sandbox first, scan your data, then convert values in controlled waves before relying on it in production.
5 steps
How to Master Picklist in Salesforce
Adding a value to a master picklist and exposing it on the right record types is a two-stage task. Stage one edits the field-level master. Stage two enables the value per record type. Here is the path in Setup for a custom picklist field.
5 steps
How to Matching Rules in Salesforce
Build a custom Matching Rule when the standard rules do not cover your object or your definition of a duplicate. You create and shape the rule first, then activate it, then reference it from a Duplicate Rule so it actually runs on save.
5 steps
How to Messaging Components in Salesforce
Build a reusable Interactive Messaging Component in the Messaging Component Builder, then send it from an agent conversation, a flow, or a bot in your enhanced channels. The example below creates a Question with static options, the type most teams start with.
5 steps
How to Messaging Settings in Salesforce
Create a Messaging for In-App and Web channel and connect it to routing so a real conversation can reach an agent. This assumes you have a Service Cloud org with Messaging available and a user who can edit Setup.
5 steps
How to Multi-Select Picklist in Salesforce
Creating a multi-select picklist is mechanically identical to creating any other custom field, but the design conversation should happen first. Most teams that reach for a multi-select picklist end up wishing they had built a junction object instead, because the reporting limitations surface six months in. Build a one-page decision document before the field, and revisit it whenever someone asks for "another tag.""
7 steps
How to My Domain in Salesforce
My Domain setup has four phases: request the name, test in parallel, deploy live, and audit for impacts. Plan a release cycle from request to live, with active communication to users and integration owners.
5 steps
How to My Settings in Salesforce
Anyone with a Salesforce login can personalize their own experience through My Settings. Here is how to open it in Lightning Experience and set the preferences users adjust most. No admin permission is needed for these personal changes.
5 steps
How to Network Access in Salesforce
Add a trusted IP range so users on that network skip identity verification at login. You need the Manage IP Addresses permission, usually held by a System Administrator.
5 steps
How to OAuth and OpenID Connect Settings in Salesforce
Use these steps to harden the org-wide OAuth posture from the OAuth and OpenID Connect Settings page. Audit current usage before you block anything, because blocked flows stop working immediately for any integration that still relies on them.
5 steps
How to OAuth Custom Scopes in Salesforce
Create an OAuth custom scope in Setup, then assign it to the app that will request it. You need the Manage External Client Apps permission. Decide the scope name with whoever owns the external API gateway first, because the name has to match the policy on that side exactly.
5 steps
How to Object-Level Security in Salesforce
Object permissions are granted on a profile or, preferably, a permission set. Here is the modern point-and-click flow for granting object access on a permission set and assigning it to a user, so you add access without editing the user's profile.
5 steps
How to Opt Out of Customer Data Access in Salesforce
Turning the consent off is a self-service Setup action when your contract allows it. Decide the choice at a governance level first, then make the change and record it. The steps below assume you have the System Administrator profile or an equivalent permission and that your edition exposes the page.
4 steps
How to Order Settings in Salesforce
Order Settings lives in Setup and takes only a few minutes to configure, but the choices stick. Enable the object, then turn on only the capabilities you actually need for returns, pricing, and reductions. Test in a sandbox before you do this in production.
4 steps
How to Org-Wide Default in Salesforce
Org-wide defaults are set in Sharing Settings under Setup. You pick an internal access level (and optionally an external one) for each object. Plan the change before you make it, because tightening triggers a recalculation across every record and can remove access users rely on.
5 steps
How to Organization-Wide Address in Salesforce
Create an Org-Wide Address in Setup so chosen users (or system processes) can send branded outbound email. You need the Manage Email Administration permission and access to the target mailbox to confirm the verification link.
5 steps
How to Organization-Wide Defaults in Salesforce
You configure OWD in one place, Sharing Settings, and edit it per object. Decide each object's level from data sensitivity first, then set it. Plan tightening changes around a sandbox test, because they trigger a background recalculation.
5 steps
How to Outbound Change Set in Salesforce
Here is the outbound side of a change set deployment, from building the package in your sandbox to handing it off as an inbound change set in the target org. Do the work in the source org where your changes already exist and are tested.
4 steps
How to Overlay in Salesforce
The closest admin equivalent of classic overlay behavior is a custom button or link whose display behavior opens its target in a layered window rather than replacing the page. Here is how to set one up in Setup. Remember that several display behaviors were designed for Salesforce Classic and may behave differently in Lightning Experience, so test in the environment your users actually use.
4 steps
How to Owner in Salesforce
Changing a record's owner reassigns responsibility and rewrites the access that flows from ownership. Here is the standard manual flow on a single record, plus the choices you make along the way.
4 steps
How to Page Layout in Salesforce
Editing a Page Layout is one of the most-frequent admin tasks. Most Page Layout changes are small (add a new field, reorder a section), but the cumulative impact of these changes is large because every user sees them immediately on next page load.
7 steps
How to Partial Copy Sandbox in Salesforce
You create a Partial Copy sandbox from Setup, and it requires an existing sandbox template. Build or pick the template first, then create the sandbox and select it. You need the Manage Sandboxes permission and an available Partial Copy license.
4 steps
How to Password Policies in Salesforce
Set the org-wide password rules from Setup, then override them on specific profiles if certain user groups need stricter or looser requirements. You need the Manage Password Policies permission.
4 steps
How to Path Settings in Salesforce
You configure Path entirely from Setup. Enable it once for the org, then build one Path per object and record type, adding key fields, guidance, and optional celebrations to each step.
5 steps
How to Permission in Salesforce
Permissions are enabled by configuring a permission set and assigning it. This walkthrough adds a single permission to users by layering a permission set on top of their existing profile, which is the access pattern Salesforce recommends.
4 steps
How to Permission Set in Salesforce
Creating a Permission Set is most often done in response to a new capability requirement: a new feature shipped, a new role emerged, a new compliance requirement needs to gate a specific action. The flow is straightforward but the design decisions before you click New matter more than the configuration itself.
7 steps
How to Permission Set Assignment in Salesforce
Assigning a permission set to a user creates one PermissionSetAssignment record. The quickest path for one or a few users is the Setup UI; for large batches use Data Loader or the API against the PermissionSetAssignment object.
4 steps
How to Permission Set Group in Salesforce
Building a permission set group is mechanically simple but architecturally consequential. The bundle composition decides what every assigned user can do, and changes propagate across the user base. Plan the bundle around a specific role, test against representative users in sandbox, and document the rationale before deploying. Permission changes touch security, and security changes need traceability.
8 steps
How to Permission Set License in Salesforce
Assigning a Permission Set License is how you license a single user for a gated feature. The cleanest path is to assign a permission set that is already linked to the PSL, but you can also assign the PSL directly on the user record. Both need the Manage Users permission.
5 steps
How to Personal Information in Salesforce
Updating your own Personal Information takes a few clicks in Lightning Experience. This walkthrough covers the standard self-service path plus the related Language and Time Zone page, which holds settings many users forget are part of their personal profile.
4 steps
How to Personal Settings in Salesforce
Personal Settings is not something you turn on. It is always present in Salesforce Classic for nearly every user. The task is finding it and knowing which page does what. Here is how to open it and reach a specific setting quickly in either interface.
4 steps
How to Picklist in Salesforce
A picklist is one of the most common fields in any Salesforce org. Creating one takes a minute. Managing the value set, controlling availability per record type, and keeping integrations in sync takes a quarter. Plan the value taxonomy before you create the field because each value becomes a contract with users, reports, Apex, and external systems.
7 steps
How to Picklist Settings in Salesforce
Tightening a picklist so it only accepts approved values is one of the most common data-quality wins. Here is how to restrict a custom picklist and tidy its values in Object Manager.
4 steps
How to Picklist Value Sets in Salesforce
Create a global value set in Setup, then base one or more picklist fields on it so they all share the same governed list of values.
5 steps
How to Picklist Values in Salesforce
Adding a value to an existing custom picklist field is one of the most common admin tasks. The steps below add a new active value, place it in the right order, and make sure it shows up for the record types that need it. Always make the change in a sandbox first when a standard field is involved.
5 steps
How to Pinned Lists in Salesforce
Pinning a list view is a per-user action you do in the running app, not in Setup. These steps set a list view as the default that loads whenever you open an object in Lightning Experience.
4 steps
How to Portal Health Check in Salesforce
Portal Health Check lives in Setup and runs on demand. You open it, pick a report, review the access it shows, and remediate anything that is broader than you intended. The steps below walk through a single pass.
4 steps
How to Printable View in Salesforce
Printable View on a record is a page-layout action. Here is how an admin adds it so users see a Printable View button on a record detail page in Lightning Experience.
4 steps
How to Privacy Center in Salesforce
Use Privacy Center to anonymize or delete every personal data point Salesforce holds about a single subject, then produce a closure report for the privacy officer.
6 steps
How to Private Sharing in Salesforce
You set Private at the organization-wide default level, per object, in Sharing Settings. This is an admin action that changes the baseline access for everyone who does not own the record. Test in a sandbox first, because tightening a default removes access from non-owners once recalculation completes.
5 steps
How to Product Settings in Salesforce
Product schedules are the main thing administrators turn on from the Product Settings area. The high-level path is to enable schedules in Setup, set a default schedule on a product, then let reps refine schedules per opportunity line. Steps and option names can shift between releases and between Classic and Lightning, so confirm against current Help before changing a production org.
5 steps
How to Profile in Salesforce
Configuring a Profile is one of the more careful exercises in Salesforce admin work. The configuration touches every aspect of a user's experience, and getting it wrong creates support tickets, security exposure, or both.
7 steps
How to Profile, Chatter in Salesforce
Completing your own Chatter profile is a self-service task that takes a couple of minutes. These steps follow the Salesforce Classic flow; Lightning Experience uses the same fields with a more visual layout.
4 steps
How to Public Group in Salesforce
Creating a Public Group is one of the most-done sharing configurations in any growing Salesforce org. The configuration is simple; the design decision (who exactly should be in this group, and why) matters more than the click path.
7 steps
How to Queue in Salesforce
Creating a queue takes about ten minutes. Making it actually work for the team takes longer because the routing rules, notification settings, list views, and reports all need to line up. Plan the membership model and the email-notification preferences up front because changing them after the queue has records produces noisy false alarms.
7 steps
How to Queue Member in Salesforce
Queue Members are the Users (or Roles / Groups) authorized to take work from a Queue. Without members, a Queue is a black hole — records sit there with no one to claim them. Queue Member records are stored as Group Member records under the hood, since Queues are a specialized Group type.
6 steps
How to Quick Text Settings in Salesforce
Quick Text Settings is where you switch on folder-based sharing and set the foundation for a managed snippet library. The page is short, but the steps around it (permissions and folders) are what make the feature usable.
4 steps
How to Real-Time Translations in Salesforce
Enabling Real-Time Translations is a multi-step Setup process that spans license confirmation, language enablement, content surface selection, and cost validation. The workflow below covers a standard rollout from kickoff to live operation.
4 steps
How to Record Locking in Salesforce
There is no single switch named Record Locking. You configure it where the lock is created. For approvals, you set Record Editability on the approval process. For ad hoc locks, you use the Lock Record action in Flow. For code driven locks, you enable Apex locking. These steps cover the two most common admin paths.
5 steps
How to Record Name in Salesforce
When you create a custom object, Salesforce makes you define its Record Name field on the same screen. These are the settings that matter and how to think about each one.
4 steps
How to Record Page Settings in Salesforce
Use Record Page Settings to switch the org default record view to Full View, then opt in the specific org-default Lightning pages that should use it. Do this in a sandbox first and test against records that carry many related lists.
4 steps
How to Record Type in Salesforce
Creating a record type is a five-minute click in Setup. Rolling it out correctly takes a sprint because each new type drags page layouts, picklist value mappings, business processes, profile assignments, and validation rule changes behind it. Build the whole rollout package in sandbox before promoting any single piece to production.
7 steps
How to Record Update in Salesforce
A Salesforce record can be updated through Flow, Apex, REST API, or the UI. The steps below cover the most common paths an admin or developer chooses between.
5 steps
How to Record-Level Security in Salesforce
Start with the most restrictive baseline, then layer the sharing mechanisms that grant exactly the access each user role needs.
6 steps
How to Recycle Bin in Salesforce
Using the Recycle Bin is straightforward: open it from the App Launcher, select records, click Restore or Delete. The feature works the same way across Lightning Experience and Salesforce Classic.
6 steps
How to Release Updates in Salesforce
Release Updates is managed from a single Setup page. The goal of the workflow is to review every update that applies to your org, validate it in a preview sandbox, and address anything that fails before the enforcement date. Do this once per major release.
5 steps
How to Rename Tabs and Labels in Salesforce
Renaming is done entirely in Setup and takes effect almost immediately. You change the label, not the data, so it is safe to do in production with a little planning.
4 steps
How to Role in Salesforce
Configuring Roles is one of the more architecturally important Salesforce setup tasks. The Role design lives for the life of the org, and changing it after thousands of records have been created and shared through it is significantly more expensive than designing it correctly on day one.
7 steps
How to Role Hierarchy in Salesforce
Configuring a Role Hierarchy is an architectural exercise more than an admin task. The hierarchy you build lives for the life of the org, and changing it after thousands of records have been shared through it produces hours of recalculation and visibility gaps in the meantime. Design carefully.
7 steps
How to Salesforce Administrator Certification in Salesforce
The path has four stages: skill self-assessment, structured study via the Trailmix, hands-on practice in a Developer Edition, practice exam, real exam. Plan eight to twelve weeks for someone new to Salesforce.
5 steps
How to Salesforce Certificate and Key Pair in Salesforce
Generate a self-signed certificate and key pair in your org so you can sign assertions or authenticate callouts. From Setup, open Certificate and Key Management, then choose Create Self-Signed Certificate.
5 steps
How to Salesforce Government Cloud Plus in Salesforce
Adopting Government Cloud Plus is a multi-month procurement and migration project, not a simple product purchase. The workflow below covers the standard sequence from initial assessment through go-live, with emphasis on the compliance and contracting steps that distinguish Government Cloud Plus from commercial purchases.
4 steps
How to Salesforce Shield in Salesforce
Enable Platform Encryption on a specific field so the data is unreadable at rest without the customer-controlled tenant key, while remaining functional for users in the UI.
6 steps
How to Sandbox in Salesforce
Creating a sandbox is mechanically simple: pick a type, name it, and submit the creation request. The harder work is designing the sandbox hierarchy, refresh schedule, and deployment pipeline that the sandbox fits into. Plan these before creating sandboxes ad-hoc, because the structure decisions persist across project lifecycles.
8 steps
How to Sandbox Templates in Salesforce
You create a sandbox template once in Setup, then apply it whenever you create or refresh a Partial Copy or Full sandbox. The steps below assume you have the Modify All Data permission and available sandbox licenses.
4 steps
How to Scheduled Jobs in Salesforce
You cannot create a schedule on the Scheduled Jobs page, but you can use it to audit what exists, measure your Scheduled Apex usage against the 100-job limit, and remove jobs you no longer need.
4 steps
How to Search in Salesforce
Tuning Salesforce Search for your org is a four-piece configuration. The four steps cover: configure which objects and fields appear in global search results, set up synonym groups for org-specific terminology, customize search layouts to show the right fields in results, and enable Einstein Search if licensed. Each step compounds: a Search experience that prioritizes the right objects, knows the right synonyms, shows the right fields, and ranks by natural-language relevance is dramatically more useful than the default platform configuration.
4 steps
How to Search Highlight in Salesforce
Search Highlights are turned on automatically for the supported objects, so there is nothing to enable. The configuration work is upstream: making sure the right fields are searchable and the right object types are searched.
5 steps
How to Search Layout in Salesforce
Pick the fields that should appear as columns in search results and lookup dialogs for a specific object, then save and verify end users see the new column set.
6 steps
How to Send through External Email Services in Salesforce
Setting up external email routing spans Salesforce-side, external-service-side, and DNS configuration. The workflow below covers the standard sequence for routing Salesforce outbound mail through Amazon SES; the steps are similar for other services with provider-specific differences in the credential setup.
4 steps
How to Session ID in Salesforce
Session ID behaviour is governed by Session Settings in Setup, plus profile-level overrides for specific user populations. The steps below cover the most common configuration tasks and the inspection of active sessions for troubleshooting.
5 steps
How to Session Management in Salesforce
Session Management is a monitoring and response page rather than a one-time switch. Here is how to use it to review active sessions and end a suspicious one. You need the Manage Users permission, which is included in System Administrator.
5 steps
How to Session Settings in Salesforce
Configuring Session Settings is a sequence of consequential checkbox decisions. The path is Setup, Security, Session Settings. Every change applies org-wide on save. Plan changes for a maintenance window with broad notification.
7 steps
How to Session Timeout in Salesforce
Session timeout is set org-wide first, then optionally tightened per profile. The steps below cover both halves of the configuration plus the inspection and force-logout options for incident response.
5 steps
How to Settings in Salesforce
Settings are configured, not created as records. The flow below shows the general path to find any settings page in Setup, change it safely, and confirm the change, using Session Settings as a concrete example.
5 steps
How to Setup in Salesforce
Working effectively in Setup is more about navigation habits and audit hygiene than about a specific configuration. The four-step routine covers: learn Quick Find as the primary navigation tool, organize Setup access by permission set, use the Setup Audit Trail for change tracking, and document Setup conventions in the org admin runbook. Each habit compounds: an admin who navigates Setup quickly, grants access correctly, audits changes regularly, and documents conventions explicitly does substantially more useful work per hour than one who improvises each step.
4 steps
How to Setup Home in Salesforce
You cannot redesign Setup Home in App Builder, but you can tune parts of the Setup experience so it works better for your team. These settings live in Setup itself and apply org-wide or per profile, depending on the option.
4 steps
How to Share Group in Salesforce
A Share Group is configured as a child of an existing Sharing Set. The steps below assume the Sharing Set is already in place; if not, create the Sharing Set first by defining the user-to-record matching rule and the access level.
5 steps
AI (67)
How to Actions & Recommendations in Salesforce
A fresh Actions and Recommendations deployment takes about thirty minutes to wire up and another hour to populate with actions worth showing. The longest step is usually getting alignment from the service team on which seven actions belong at the top of the panel. Spend that time before you open Setup.
7 steps
How to Agent Action in Salesforce
Most teams ship their first custom Agent Action in a single afternoon. The work is split between defining the action (instructions, inputs, outputs) and writing the underlying flow or Apex. Get the action working in the Plan Trace before you wire it into a topic and let real users hit it.
7 steps
How to Agent Builder in Salesforce
Building an agent in Agent Builder is iterative. Define the purpose, sketch topics, wire actions, configure grounding, test in the playground, refine descriptions. Most of the value comes from the iteration loop, not the initial build. Plan multiple rounds of testing before considering the agent ready for users.
8 steps
How to Agent Capacity in Salesforce
Setting up capacity is a sequence: Service Channels first, Routing Configurations next, Presence Configurations after that, and Presence Statuses last. Skipping the order forces you to double back because Routing Configurations need a Service Channel and Presence Configurations reference Routing Configurations. Plan the weights on a whiteboard with the service ops lead before you touch Setup.
8 steps
How to Agent Topic in Salesforce
Building a topic is two-thirds writing the classification description, one-third wiring actions. Start with three to five sample user messages you want the topic to handle and three to five sample messages it should reject. Write the classification description against those samples, then validate in the Conversation Preview before adding actions.
7 steps
How to Agentforce in Salesforce
Building an Agentforce agent is iterative. Define the agent purpose, map topics, configure actions, ground with data, test against realistic conversations, and refine the topic and action descriptions until the agent picks the right path consistently. The work is more like prompt engineering than traditional Salesforce configuration; expect significant iteration time.
8 steps
How to Agentforce Agents in Salesforce
Agent setup runs in five phases: design the use case, build Topics and Actions, define Instructions, ground on data, test, deploy. Plan four to eight weeks for a non-trivial agent rollout.
5 steps
How to Agentforce Assets in Salesforce
Designing an Agentforce agent is a top-down asset composition: start with what the Agent should accomplish, decompose into Topics, decompose each Topic into Actions, wrap generative work in Prompt Templates.
5 steps
How to Agentforce Data Library in Salesforce
Standing up a Data Library is mostly a content curation exercise dressed in setup screens. The technical steps take an hour. The work of deciding which Knowledge articles, which files, and which URLs belong in the library takes a week, and skipping that work produces agents that confidently cite the wrong policy.
7 steps
How to Agentforce for Sales in Salesforce
The honest rollout sequence is: license, pilot one topic with one team, observe, expand. Skipping the pilot phase produces the same outcome every time, which is a SKU that gets turned off in month two when the executive sponsor moves teams.
7 steps
How to Agentforce for Service in Salesforce
The cardinal rule of customer-facing bot rollouts is "fail to a human cleanly." Customers tolerate a bot that punts. They do not tolerate a bot that loops, gaslights, or hallucinates a policy. The sequence below puts that rule first.
7 steps
How to Agentforce Specialist Certification in Salesforce
The path has four stages: foundational learning (Trailmix), hands-on build (Developer Edition), practice exam, real exam. Plan 6-8 weeks of part-time prep.
5 steps
How to Agentforce Studio in Salesforce
Studio brings the full agent lifecycle into one workspace. The pattern: open Studio, build the agent in Agent Builder, author needed Prompt Templates in Prompt Builder, pick a model in Model Builder, test in Testing Center, publish to a channel.
5 steps
How to Agentforce Testing Center in Salesforce
The first 10 test cases pay back the entire setup effort. Capture them from real conversations rather than inventing prompts, and write expectations that focus on behavior the team actually cares about (correct topic, no forbidden actions) rather than exact response wording.
7 steps
How to Agentforce Vibes Extension in Salesforce
Installation is two clicks. The work that matters is connecting to the right org, letting the metadata index finish, and committing a `.vibes.json` so the whole team gets the same agent behavior. The chat is ready to use the moment indexing finishes, but the team-shared config is what makes the extension pay off across more than one developer.
7 steps
How to Agentforce Vibes IDE in Salesforce
The honest answer for most teams is start with the extension. Move to the IDE only when the team is hitting the extension ceiling on multi-agent flows, deploy pipeline integration, or Agent Builder iteration. The migration path is straightforward; the work is in deciding when the bigger footprint is justified.
7 steps
How to AI Model in Salesforce
The lifecycle matters more than the model. A great model deployed without a monitoring and retirement plan becomes a future incident. The sequence below makes the operational decisions explicit before training starts, which is where most teams underinvest.
7 steps
How to Atlas Reasoning Engine in Salesforce
Atlas does not have setup steps in the traditional sense; it runs automatically inside every Agentforce agent. The skill that matters is reading the Plan Trace and acting on its findings. Every Agentforce admin should be able to look at a trace and explain why the agent did what it did, then make the targeted change.
7 steps
How to Autonomous Agent in Salesforce
Production-grade autonomous agents are built backward. Start fully gated, prove the agent makes correct decisions, then remove guardrails one action at a time. The cost of an over-gated agent is a slower workflow; the cost of an under-gated agent is a customer incident.
7 steps
How to Commerce Cloud Einstein in Salesforce
Most teams turn on Einstein features in week one and forget about them. The teams that get sustained value pick specific KPIs per feature, measure baselines, run controlled tests of placements and modes, and revisit weekly. The features pay back; the discipline of measuring them is what separates real lift from theoretical.
7 steps
How to Conversation Designer in Salesforce
The decision is rarely about technical capability. It is about regulatory predictability, cost sensitivity, and team familiarity. Conversation Designer is the right call when conversations must follow a scripted path; Agentforce is the right call when conversations need to adapt to unanticipated user phrasing. Most orgs land on a mix.
7 steps
How to Einstein in Salesforce
Rolling out Einstein features successfully takes deliberate planning. Pick the features that match real business needs, confirm licensing covers them, ensure data quality supports model training, and build adoption discipline so the AI insights actually inform decisions. The Setup toggle is the easy part; getting value is the hard part.
8 steps
How to Einstein Activity Capture in Salesforce
EAC rollout success depends more on the sharing and privacy policy than on the technical configuration. The steps below cover both layers in order.
5 steps
How to Einstein Article Recommendations in Salesforce
The feature ships in minutes. The Knowledge audit that makes the recommendations useful takes one or two days. Skipping the audit is the rollout failure pattern. The teams that ship the audit first hit 30 to 50 percent acceptance in week one and never look back; the teams that skip it hit 15 percent and quietly stop using the feature.
7 steps
How to Einstein Autofill Setup in Salesforce
The path that works: pick one high-value field, enable in suggested mode, watch accept rate for four weeks, switch to applied if accept rate is above 85 percent, expand. The path that fails: enable autofill on every field in applied mode and discover the data quality problem two months later when reports start looking off.
7 steps
How to Einstein Bot in Salesforce
Building an Einstein Bot takes deliberate dialog design plus careful intent training. Plan the conversation flows, build the dialog tree, train intents with realistic utterances, configure actions, test thoroughly, then deploy. Bots that work well are iterated through dozens of testing rounds; bots that work poorly were shipped after one design pass.
8 steps
How to Einstein Case Classification in Salesforce
The successful pattern: audit historical labels first, enable in suggested mode, pilot for four weeks, validate accept rate per field, switch high-accuracy fields to auto-set. The feature pays back fast on orgs with clean labels and never pays back on orgs that skip the audit.
7 steps
How to Einstein Case Routing in Salesforce
Setting up Einstein Case Routing is a guided build inside Service Cloud Einstein. The work upstream (clean historical data, stable queue structure) matters more than the build itself.
5 steps
How to Einstein Case Wrap-Up in Salesforce
Wrap-Up's accept rate is bounded by historical label quality. Audit closures, enable on a focused set of fields, pilot for four weeks, expand. Trying to enable every closure field at once produces an overwhelming panel that agents start clearing reflexively, which trains the model to expect rejection.
7 steps
How to Einstein Conversation Insights in Salesforce
The bulk of the work in a Conversation Insights rollout is upstream of the Salesforce setup: confirming licensing, choosing recording sources, and addressing consent. The Salesforce-side configuration is straightforward once those are settled.
5 steps
How to Einstein Copilot in Salesforce
Copilot setup runs in three phases: enable the feature, configure profile access, customize the standard agent if needed. Most orgs start with standard topics and add customization after measuring adoption.
5 steps
How to Einstein Deal Insights in Salesforce
Deal Insights is an admin-enabled feature with a component placement step. The work upstream is enabling the activity-capture features that supply its signal.
5 steps
How to Einstein Discovery in Salesforce
Building an Einstein Discovery model is a guided workflow inside CRM Analytics. Pick a dataset, define a goal, build the Story, evaluate the model, deploy as a Prediction Definition, surface in Flow or Lightning page.
8 steps
How to Einstein Engagement Scoring in Salesforce
Engagement Scoring requires the Marketing Cloud Account Engagement (Pardot) tier that includes Einstein features (Plus, Advanced, or Premium depending on the specific scoring product). Setup runs from the Marketing Cloud Account Engagement Admin area, not from Salesforce Setup.
5 steps
How to Einstein Language in Salesforce
Einstein Language is retired. Migrations need to map each existing call to the right modern replacement; the steps below cover the planning, not the deprecated build.
5 steps
How to Einstein Lead Scoring in Salesforce
Einstein Lead Scoring is one of the easiest Einstein features to enable. The setup is mostly verifying the org has enough training data and picking which fields to exclude. Initial scores appear within 24-48 hours of enable.
5 steps
How to Einstein Next Best Action in Salesforce
Setting up NBA is a Setup workflow: enable the feature, create Recommendation records, build a Strategy in Strategy Builder, drop the Lightning component on a record page, and iterate based on accept/reject feedback.
7 steps
How to Einstein Opportunity Scoring in Salesforce
Enable the feature, verify the data threshold, expose the score on the Opportunity layout, and tune excluded fields. Initial scores appear within 24-48 hours of enable.
5 steps
How to Einstein Platform in Salesforce
Most teams underuse Einstein Platform because they enter through one specific feature page and never explore the rest of the tree. Spending an hour walking the full tree once per release catches features that ship without marketing fanfare and would otherwise sit unused.
7 steps
How to Einstein Prediction in Salesforce
The successful path is: pick a clean target field on a high-volume object, audit the training data, build in Prediction Builder, validate accuracy on a holdout, deploy as a sandbox pilot, expand. The failed path is: build a prediction on a noisy target field, deploy directly to production, watch users distrust the scores.
7 steps
How to Einstein Prediction Builder in Salesforce
Building a Prediction Builder model takes 15 to 30 minutes for the configuration plus a few hours for the platform to train and score the model. The output is a deployable prediction admins can reference from Flow, Apex, or Lightning page.
8 steps
How to Einstein Product Recommendations in Salesforce
The deployment is straightforward; the discipline of matching strategy to placement and measuring conversion is where teams either win or fail. Spend the first week getting the placement decisions right and the next month tuning based on what shoppers actually do.
7 steps
How to Einstein Relationship Insights in Salesforce
ERI is an admin-enabled feature with a permission set for users. The work is choosing the pilot cohort and configuring how the signal surfaces on pages.
5 steps
How to Einstein Reply Recommendations in Salesforce
The default training filter underperforms on most orgs. The work that matters: specify a tight filter that selects historical conversations representative of what good agent replies look like, then monitor insertion and edit rates to iterate.
7 steps
How to Einstein Sales in Salesforce
Order matters. Activity Capture first (the data foundation), then Lead Scoring and Opportunity Scoring (predictions that need the activity data), then Deal Insights and Forecasting (signals that build on scoring), then Conversation Insights and Agentforce for Sales (the conversational layer). Out-of-order rollouts produce features that talk to thin data and quietly disappoint.
7 steps
How to Einstein Search in Salesforce
Einstein Search is an org-level toggle in most editions. Rollout planning is more about user communication than configuration complexity.
5 steps
How to Einstein Search Dictionaries in Salesforce
The 80/20 rule for Search Dictionaries: 80 percent of the value comes from the first 50 mappings sourced from real zero-result queries, and 20 percent of the value comes from the next 200 mappings sourced through anecdote. Mine the data, then iterate monthly. Skipping the data step produces mappings that look thorough and miss what users actually search for.
7 steps
How to Einstein Send Time Optimization in Salesforce
Enabling STO on a single activity is a few clicks. The setup work is in deciding which sends benefit and which should stay immediate.
5 steps
How to Einstein Setup in Salesforce
Einstein Setup is at its best in the first few weeks of an Einstein rollout and during quarterly discovery walks. Treat it as a discovery surface and an activation wizard, not as a long-term configuration interface. The advanced work happens in Einstein Platform; the introduction happens in Einstein Setup.
7 steps
How to Einstein Trust Layer in Salesforce
The Trust Layer is on by default for any feature using a Salesforce prompt template. Configuration is mostly about reviewing the defaults, customizing the masking dictionary, and setting up audit-trail visibility.
5 steps
How to Einstein Vision in Salesforce
Einstein Vision is retired. The steps below cover migrating an existing consumer to a modern path; do not build new integrations against the retired API.
5 steps
How to Flow Creation with Einstein in Salesforce
The honest pattern: describe the flow, accept the draft, edit on the canvas to add the parts Einstein missed, review for governor and cross-flow issues, deploy through the normal change pipeline. Treating the Einstein-generated flow as production-ready without review is the common mistake.
7 steps
How to Grounding in Salesforce
Grounding is configured per template in Prompt Builder. The steps assume you already have a template in draft state with a clear task definition.
5 steps
How to Hallucination in Salesforce
Reducing hallucination is a configuration discipline, not a single switch. The steps below apply whether you are building a Prompt Builder template, an Agentforce topic, or a Service Cloud Einstein feature.
5 steps
How to Industries Cloud Einstein in Salesforce
Industry deployments have more compliance gates than commercial ones. The pattern: confirm cloud edition, identify applicable features, run the legal and compliance review first, then enable, then operate. Skipping the compliance review on regulated data is the most common rollout mistake.
7 steps
How to Intent in Salesforce
The intents that work in production are designed against real user phrasing, not against the author's imagination. Pull conversation logs (even from a competing channel like email-to-case) and write training phrases that match how customers actually word their questions, then tune against the confusion matrix from real bot runs.
7 steps
How to Large Language Model in Salesforce
LLMs in Salesforce are not a feature you toggle on. They are a layer behind every Agentforce, Einstein GPT, and Prompt Builder capability. The work that matters is choosing the right features for your use cases, configuring the Trust Layer correctly, and putting evaluation and monitoring in place before broad rollout.
7 steps
How to Machine Learning in Salesforce
The successful pattern is: pick the right ML feature for the business decision, validate label quality, pilot on a small subset, monitor relentlessly. The failed pattern is: turn on a managed ML feature because it sounds impressive, watch users distrust the scores, turn it off six months later.
7 steps
How to Next Best Action in Salesforce
Setting up NBA is a five-step exercise: define recommendations, build the strategy, drop the component on a page, test, and measure. The order matters. Recommendations are the units the strategy works with, so they have to exist first.
5 steps
How to Next Best Action Strategy in Salesforce
Designing a strategy is less about Strategy Builder mechanics and more about deciding what the recommendations should mean. The steps below cover the design and the build.
5 steps
How to NLP Model in Salesforce
Most Salesforce features pick the NLP model for you. The work is providing good data and tuning the few model-level knobs the feature exposes.
5 steps
How to Prediction in Salesforce
The prediction that gets adopted has three properties: it predicts something the user cares about, it is accurate enough to bet on (above 70 percent), and it shows its work through Top Predictors. The prediction that gets ignored fails on at least one. Plan for all three from day one.
7 steps
How to Predictive Model in Salesforce
Setting up a predictive model in Salesforce usually means turning on a standard Einstein feature or building a custom one in Einstein Prediction Builder. The work is in the data, not the build button.
5 steps
How to Retrieval Augmented Generation in Salesforce
Setting up RAG in Salesforce usually means configuring grounding in Prompt Builder against a native source like Knowledge or Data Cloud. The steps below cover the native path; the bring-your-own path swaps the retrieval source for a custom Apex callable but the rest is identical.
5 steps
How to Salesforce Agentforce Specialist Certification in Salesforce
There is no shortcut, but there is a fastest path. The candidates who pass on the first try are the ones who built something in addition to studying. Forty hours of preparation split between trails, hands-on, and practice exams beats eighty hours of trails alone, every time.
7 steps
How to Salesforce AI Associate Certification in Salesforce
The cert is free and conceptual; preparation is mostly reading the official Trailmix, internalizing key vocabulary, and taking the practice exam. Plan one to two weeks of focused study.
5 steps
How to Setup with Agentforce (Beta) in Salesforce
The Beta is genuinely useful for routine work and genuinely incomplete. The rule that pays off in practice is: use the agent for the routine 80 percent, keep manual Setup skills sharp for the other 20 percent. Treat every Apply click as a real metadata change that ships through your normal deployment process, including sandbox first.
7 steps
Analytics (52)
How to Advanced Function in Salesforce
Adding Advanced Functions to a report is a sequence of small steps: start with the basic report, add the right groupings, then layer summary formulas on top. The walkthrough below builds a pipeline report showing percent of pipeline by stage with a running cumulative total.
4 steps
How to Age in Salesforce
Implementing Age metrics is straightforward, but operationalizing them is where the value comes from. The workflow below covers the standard sequence for adding Age to a Salesforce reporting program.
4 steps
How to Analytics Groups in Salesforce
Groupings are added in the Lightning Report Builder by dragging a field into the Groups area. Picking the right field and the right granularity does most of the work; the formatting decisions follow.
5 steps
How to Beta, Managed Package in Salesforce
Most teams reach Beta through second-generation packaging and the Salesforce CLI. Here is the core path to create a Beta version, test it, and promote it to Released when it is ready. Run these from a Salesforce DX project where the package is already defined.
4 steps
How to Bucketing in Salesforce
Bucket fields are configured inside the report builder. The steps below cover the Lightning experience; Classic is similar but uses the older Bucket Column menu.
5 steps
How to Calculated Insight in Salesforce
Setup runs in three phases: design the metric (what business question are you answering), write the SQL query, then materialize and verify.
5 steps
How to Combination Chart in Salesforce
Build a combination chart in the Lightning report builder by adding a second measure to a column chart and plotting it as a line. Start from a Summary or Matrix report that already calculates the measures you want to show.
5 steps
How to Contact Manager Edition in Salesforce
Contact Manager Edition is no longer sold but grandfathered orgs still run on it. The migration path is to Starter Suite, which inherits the same data model with substantially more capability.
6 steps
How to CRM Analytics in Salesforce
Setting up CRM Analytics is a multi-month exercise spanning data ingestion, modeling, dashboard design, and rollout. Plan with an experienced analytics architect; the depth and complexity exceeds what casual Salesforce admins can handle alone. Start with one focused use case before expanding to enterprise analytics.
8 steps
How to Custom Report Type in Salesforce
Building a Custom Report Type takes deliberate design. The object combinations, join semantics, and field selection all need to match what analysts will actually need from the reports. Build in sandbox, test with realistic data, deploy thoughtfully, and review periodically as the data model evolves.
8 steps
How to Customer Relationship Management (CRM) in Salesforce
A CRM implementation is a multi-quarter project. The technical setup is largely solved by Salesforce out of the box; the harder work is data migration, process design, and adoption.
6 steps
How to Dashboard in Salesforce
Building a useful dashboard takes more thought than dragging chart components onto a canvas. Plan the audience, the questions the dashboard answers, the underlying reports, and the filters before opening the builder. The best dashboards answer three to five specific questions cleanly rather than displaying everything you could possibly visualize.
8 steps
How to Dashboard Builder in Salesforce
Dashboard Builder opens whenever you create or edit a dashboard. The steps below assume the underlying reports already exist; build the reports first.
5 steps
How to Dashboard Filters in Salesforce
Dashboard Filters are configured in the dashboard editor under the gear icon. Set them up after the components are placed so you can see immediately which components respond to which filter.
5 steps
How to Dashboard Widget in Salesforce
Add a widget to a Lightning Experience dashboard. You need the Run Reports and Create and Customize Dashboards permissions, and the source report must already exist in a folder the dashboard viewers can open.
5 steps
How to Dataflow Step in Salesforce
You edit dataflow steps either in the Dataflow Editor's visual canvas or in the JSON editor. The JSON view is faster once you know the action vocabulary; the visual editor catches reference errors before you save.
6 steps
How to Dataset Builder in Salesforce
Dataset Builder is the fastest way to produce a new CRM Analytics dataset from Salesforce objects. The visual canvas turns relationships into clickable nodes; you pick objects and fields, save, and the underlying dataflow handles the rest.
6 steps
How to Dynamic Dashboard in Salesforce
Building a Dynamic Dashboard takes the same time as building any dashboard. The Dynamic part is a single toggle in the properties. The harder work is designing the underlying reports to surface useful data per-viewer.
6 steps
How to Encryption Key Management in Salesforce
Setting up BYOK is a multi-team effort: security generates the keys, Salesforce admins upload them, compliance documents the chain of custody. Plan a few weeks for the first BYOK key; subsequent rotations are faster.
6 steps
How to Half-life in Salesforce
The Half-Life value is set on the Ideas Settings page in Setup. You need Ideas enabled first and the Customize Application permission. Here is the path and what each related control does.
4 steps
How to Intelligent Appointment Management in Salesforce
Intelligent Appointment Management is configured in a Health Cloud org, not installed as a standalone product. You enable the prerequisites, choose your scheduling engine or engines, then assemble the console and patient flow from OmniStudio components. The high-level path is below; exact screens vary by release, so confirm against the current Health Cloud setup help.
5 steps
How to Lens Explorer in Salesforce
Building a lens in the Lens Explorer is a no-code task done inside Analytics Studio. You start from a dataset, shape a question with fields and filters, then save or clip the result. These steps cover the common path from blank lens to a chart you can reuse.
4 steps
How to License Management Application (LMA) in Salesforce
Setting up the LMA is a one-time configuration in your License Management Org. You install the app, connect it to the Salesforce Partner Console, and associate your managed package so future installs generate Lead and License records automatically. Do this once per partner program, before you start distributing the package widely.
5 steps
How to License Management Organization (LMO) in Salesforce
Most partners get an LMO automatically: finish standard signup, and your Partner Business Org arrives with the License Management App installed. The steps below cover confirming the LMA, getting it into a non-PBO org if you need to, and pointing a package at the LMO so installs report back.
4 steps
How to Managed Package Extension in Salesforce
Building an extension follows the same packaging workflow as a standalone managed package, with the added step of declaring the base package as a dependency. The base package must be installed in the development org for the extension to compile against it.
5 steps
How to Matrix Report in Salesforce
A matrix report is built, not installed. You create a report on the right report type, then add one grouping to rows and one to columns in the Lightning report builder Outline panel. These steps assume edit access to reports and a report type that exposes the fields you want to cross-tab.
5 steps
How to Mini Page Layout in Salesforce
Mini Page Layouts only apply in Salesforce Classic. If your org runs Lightning Experience, skip this and configure a Compact Layout instead. These steps show how an admin trims a mini layout from the original page layout editor in Classic.
4 steps
How to Object Manager in Salesforce
Object Manager is the starting point for every per-object customization in Lightning. Open it from the Setup gear menu, search for the target object, and use the left nav to reach the specific area you need.
5 steps
How to Outbound Message in Salesforce
Outbound Message setup has two pieces: define the message (target endpoint, fields to send) and add it as an action on a Workflow Rule or Process. The endpoint owner separately builds the SOAP receiver.
5 steps
How to Package in Salesforce
The setup varies by package type. The modern path (Unlocked or 2nd-Gen Managed) uses Salesforce DX and the CLI; the legacy path (1st-Gen Managed or Unmanaged) uses a packaging org and the classic Package Manager UI.
5 steps
How to Package Installation in Salesforce
These steps cover installing a package through the standard installer, whether you start from AppExchange or from a direct installation URL. Run it in a sandbox first, then repeat in production.
6 steps
How to Package Manager in Salesforce
Building a package with the modern Package Manager tooling follows a standard sequence from Dev Hub setup through version release. The walkthrough below covers a typical unlocked package scenario where an enterprise wants to distribute an internal app across multiple business unit orgs.
4 steps
How to Package Publication in Salesforce
Publishing a managed package to AppExchange is a months-long project, not a single task. The walkthrough below covers the standard sequence from initial planning through commercial availability, with the understanding that each step has its own substantial subprocess.
4 steps
How to Package Version in Salesforce
Working with Package Versions spans the developer-side creation workflow, the testing and promotion workflow, and the ongoing version-lifecycle management. The walkthrough below covers the standard sequence for releasing a new package version from a Salesforce DX project.
4 steps
How to Partial Page in Salesforce
Re-render only the related list after a custom action runs, so the rest of the form keeps its unsaved values and the user does not lose their scroll position.
6 steps
How to Preparation Recipe in Salesforce
Build a recipe in CRM Analytics Data Prep to combine and clean source data, then write it to a dataset that dashboards can use. Make sure the source objects are synced first so the recipe reads a current local copy.
5 steps
How to Program Management Module in Salesforce
Implementing PMM is a multi-month project that combines configuration, training, and ongoing operational discipline. The four-phase routine covers: install the package and configure the basic objects, design the Program structure with the operational team, build the service delivery capture workflow, and operationalize reporting for staff and funders. PMM is free but staff time is not; pace the project realistically and resist over-engineering the data model before live operations begin.
4 steps
How to Public Health Analytics Settings in Salesforce
Standing up Public Health Analytics is a coordinated rollout across the Salesforce admin team, the public health program leads, and the data integration team. The four-step routine covers: enable the feature in Setup, configure the data sources that feed the dashboards, map dashboards to user roles and permission sets, and validate the dashboards work as expected before opening them to operational use. Each step needs sign-off from different stakeholders; plan the project with shared ownership and an explicit escalation path.
4 steps
How to Recipe in Salesforce
Create a recipe in Data Manager to combine and clean source data into a dataset that dashboards can query. You build the pipeline on a visual canvas, preview as you go, then save and run.
6 steps
How to Record Detail Page in Salesforce
Customize the record detail body of a Lightning record page in the Lightning App Builder, then activate it for the right users.
5 steps
How to Referral Management in Salesforce
Standing up Referral Management is a multi-week project that combines platform configuration, regulatory consultation, and partner coordination. The work splits into four phases: install the relevant industry cloud and enable Referral Management, design the referral data model and status workflow for your context, configure consent capture and audit logging, and build the reporting that runs the operation. Each phase touches different stakeholders (admin, compliance, business operations, IT), so plan the project with shared ownership and a clear escalation path for any phase that stalls.
4 steps
How to Report in Salesforce
Building a useful report takes deliberate design, not just clicking through the wizard. Pick the right Report Type, set focused filters, choose the format that fits the analytical question, group meaningfully, and verify the numbers against a known reference. The best reports answer one specific question cleanly rather than displaying every possible column.
8 steps
How to Report Builder in Salesforce
Building a report in Lightning Experience means opening Report Builder, choosing a report type, then shaping columns, groupings, and filters until the preview answers your question. Here is the core path from a blank report to a saved, runnable one.
5 steps
How to Report Type in Salesforce
Build a custom report type when no standard type exposes the object combination or fields your users need. You create it in Setup, define the object chain, then set the fields and deployment status. You need the Manage Custom Report Types permission, which admins normally have.
5 steps
How to Reporting Snapshot in Salesforce
You build a reporting snapshot in Setup after you already have a custom source report and a custom target object with fields ready to receive the data. The flow below covers defining the snapshot, mapping fields, and scheduling it.
4 steps
How to Reporting Snapshot Running User in Salesforce
The running user is set while you define a reporting snapshot in Setup. You assign it once, and it governs every scheduled run until edited. Choose the account before scheduling, since the snapshot reads the source report as that user.
5 steps
How to Reporting Snapshot Source Report in Salesforce
A Reporting Snapshot Source Report is a tabular report referenced by a snapshot definition. The steps below cover the source-report side of the configuration; the target object and field mapping live in the snapshot definition itself.
5 steps
How to Reporting Snapshot Target Object in Salesforce
You configure the target object and wire it to a snapshot in Setup. Build the custom object and its fields first, then create the Reporting Snapshot and map the source report columns onto those fields.
5 steps
How to Runtime Manager in Salesforce
Operating Runtime Manager well is mostly about getting the configuration right once and then automating everything around it. The setup work is a four-piece configuration: register the deployment target with the platform, configure environments and user permissions, set up Secure Properties for each environment, and wire CI/CD against the Anypoint CLI. Get these four right and the day-to-day operation is straightforward. Skip any of them and the cost shows up later as permission sprawl, leaked secrets, or every deploy being a manual ceremony.
4 steps
How to Salesforce Feedback Management in Salesforce
Feedback Management builds on Surveys, so setup means enabling the base feature, granting the advanced permission, and then turning on the specific capability you need. These steps assume your org already has a Feedback Management license provisioned.
5 steps
How to Salesforce Order Management in Salesforce
Order Management is enabled and then shaped through setup, fulfillment flows, and supporting records. This is the high-level path an admin follows to stand it up. Exact steps vary by edition and by whether you connect Commerce, Payments, and Omnichannel Inventory.
4 steps
How to Set Up CRM Analytics for Manufacturing in Salesforce
The wizard is delivered as a guided Setup flow that takes between fifteen and forty-five minutes to run depending on data volume. Execute it in a sandbox first, validate the dashboards with the business, and then re-run in production. Below are the steps from a clean sandbox through to a deployed, validated app. The wizard expects a working Manufacturing Cloud configuration on top of CRM Analytics Plus; running it before either of those is in place creates dashboards that load but show nothing useful. The right order is licensing, permission sets, sample data, then the wizard itself, then a customization pass with the business.
4 steps
Automation (43)
How to Action Plan in Salesforce
Once the Action Plan Template exists and the feature is enabled for the right users, applying a plan is a few clicks from the parent record. Most of the design effort sits in the template, not the Action Plan itself.
5 steps
How to Action Plan Template in Salesforce
Designing a good template is half the work; entering it in Setup is the other half. The list of Tasks usually starts as a spreadsheet co-owned by RevOps and the team that runs the process.
5 steps
How to Action Strategy in Salesforce
Strategies live in Setup under Einstein Next Best Action. They are built node by node on a visual canvas; the right node names and the right context filters make or break the result.
5 steps
How to Approval Action in Salesforce
Approval Actions are not created on their own screen; you add them to an existing Approval Process at one of its five trigger points. The steps below add actions inside the Approval Process editor in Setup. You need an Approval Process already created on the object, and any email templates or flows you plan to reference should exist first.
5 steps
How to Approval Process in Salesforce
Approval processes are powerful but easy to misconfigure. The entry criteria, step criteria, approver assignment, and action choices all interact. Build in a sandbox with realistic test users, walk through every approval and rejection path, and document the process visually before deploying to production.
8 steps
How to Approval Request in Salesforce
Approval Requests are created automatically when a record is submitted, so there is nothing to build by hand. What an admin configures is how approvers act on them. The single highest-impact setting is Email Approval Response, which lets approvers reply to the alert instead of logging in. Here is how to turn it on for classic approval processes.
5 steps
How to Approval Steps in Salesforce
Approval steps are added one at a time from inside an existing Approval Process. Build the process shell first, then add steps in the order approvers should act. Each step needs entry criteria, an approver, and a rejection rule before you activate.
5 steps
How to Approvals in Chatter in Salesforce
Enabling approval posts is a short Setup task, but it has three moving parts: the org switch, a post template, and feed tracking on the object. Do all three or the post will not appear. These steps cover a Classic Approval Process; Flow based approvals do not use this feature.
4 steps
How to Assigned Approver in Salesforce
You set the Assigned Approver while adding or editing an approval step, in Setup under the approval process. Decide first whether the approver should be the submitter's manager, a named user or queue, or a person the record itself points to. Then pick the matching assignment option on the step.
5 steps
How to Auto-Response Rule in Salesforce
Auto-response rules are mechanically simple but business-critical. The customer's first impression of your team depends on the email landing within seconds, looking personal, and pointing them to the right next step. Configure deliverability before activating the rule, test every entry, and monitor inbox placement after launch.
8 steps
How to Autolaunched Flow in Salesforce
You build an Autolaunched Flow in Flow Builder. The steps below create a pure autolaunched flow that you can call from a button, Apex, a subflow, or the REST API. For a triggered variant, you pick Record-Triggered, Schedule-Triggered, or Platform Event-Triggered at the start instead, then configure the trigger.
5 steps
How to Automated Actions in Salesforce
You configure an Automated Action once in Setup, then attach it to a Workflow Rule or an Approval Process. This walkthrough creates a reusable Email Alert, which is the most common action type. The same Setup path covers Field Updates, Tasks, and Outbound Messages.
4 steps
How to Custom Notification in Salesforce
A Custom Notification Type is the reusable record that names your alert and decides which channels carry it. You create it once in Setup, then automations reference it by ID. Here is the path to stand one up.
4 steps
How to Decision Table in Salesforce
Decision Tables are built in the OmniStudio Business Rules Engine Designer. The fastest path is to start with a CSV of your rules and import; the Designer then lets you refine inputs, outputs, and version the table for deployment.
6 steps
How to Delegated Approver in Salesforce
Delegation is a per-user setting that takes a single field. Once configured, the delegate can act on the original user's approval requests immediately, without reassigning anything.
6 steps
How to Digital Process Automation in Salesforce
A Salesforce DPA implementation typically starts with the customer-facing OmniScript, layers in the back-end Integration Procedure, then adds Flow for downstream automation. Build incrementally; each layer adds value on its own.
6 steps
How to Einstein Automate in Salesforce
Einstein Automate is a portfolio, not a product. Planning means picking the right tool per use case and weaving them together. The most common pattern is Flow at the core, MuleSoft Composer for outside-Salesforce integration, Einstein Bots for customer-facing automation.
6 steps
How to Final Approval Actions in Salesforce
Final Approval Actions are configured on the Approval Process detail page in Setup. You add them after the process and its steps exist. These steps cover a classic Approval Process; Flow-based approvals are configured in Flow Builder instead.
5 steps
How to Final Rejection Actions in Salesforce
Final Rejection Actions are configured inside an existing approval process in Setup. You add automated actions to the Final Rejection Actions section and set how the rejected record should be locked. The approval process must be deactivated before you can edit its actions, then reactivated when you are done.
5 steps
How to FlexCard in Salesforce
You build a FlexCard in the FlexCard Designer, an OmniStudio tool. The flow is the same idea on the managed package and on OmniStudio Standard, though the standard designer is more streamlined. Confirm OmniStudio is enabled and you have a data source ready (a Data Mapper or Integration Procedure) before you start.
5 steps
How to Flow in Salesforce
Building a flow is part design exercise, part configuration. Pick the trigger type first, sketch the element sequence on paper, then build it in Flow Builder. Test with the Debug pane in sandbox, handle fault paths explicitly, and deploy with proper versioning. The flow that ships to production is almost never the first version you build.
7 steps
How to Flow Builder in Salesforce
Flow Builder ships with every edition above Essentials. Open Setup, search Flows, click New Flow, then pick a trigger type. The whole loop, design to activate, takes about an hour for a simple update flow.
5 steps
How to Flow Interview in Salesforce
Paused and Waiting Interviews under Setup gives admins a view of every interview that is currently persisted. Resume, delete, or audit from here.
5 steps
How to Flow Orchestration in Salesforce
Orchestration setup follows the same Setup, Flows entry point as any flow. The difference is the trigger and the canvas layout.
6 steps
How to Flow Trigger in Salesforce
You set the trigger when you create a new flow in Flow Builder. The first screen asks what should start the flow, and your answer locks in the trigger type and the elements you can use. Here is the path for a record-triggered flow, the most common automation choice.
5 steps
How to Initial Submission Actions in Salesforce
Initial Submission Actions are configured inside an existing Classic Approval Process. The record lock is created for you, so this is about adding the optional field updates, alerts, tasks, outbound messages, or flows that should fire when a record is first submitted.
5 steps
How to Integration Procedure in Salesforce
You build an Integration Procedure in the OmniStudio designer by dragging actions into the structure panel, configuring each one, then previewing and activating a version. The steps below cover a common read pattern: fetch records with a Data Mapper, trim the response, and make the IP callable from an OmniScript.
6 steps
How to Interview in Salesforce
There is no screen to create an interview, the platform makes one every time a flow runs. What an admin actually manages is the set of paused and waiting interviews. Here is how to find, resume, and tidy them, plus the settings that govern where errors and resume actions land.
4 steps
How to Macro in Salesforce
Building a macro is a wizard-driven workflow inside the Service Console. Pick the record type, define the instruction sequence, organize into a folder, share with the team.
7 steps
How to Migrate to Flow in Salesforce
Use the Migrate to Flow tool in Setup to convert a Workflow Rule into a record-triggered flow, test it, and switch the live automation over. The steps below follow the assisted Workflow Rule path; Process Builder works similarly but adds a step to choose which criteria to migrate.
4 steps
How to OmniScript in Salesforce
Build OmniScripts in the Industry Cloud-specific designer (OmniStudio Designer). Confirm OmniStudio is licensed and provisioned in your org before starting; OmniScript ships as part of Communications Cloud, Health Cloud Industries, FSC Industries, and similar packages.
5 steps
How to OmniStudio in Salesforce
OmniStudio setup depends on the license. Industries Cloud orgs have it enabled by default; Sales/Service Cloud orgs need the add-on activated. Builders work in the OmniStudio app (separate from standard Setup).
5 steps
How to Paused And Failed Flow Interviews in Salesforce
Use the Paused and Failed Flow Interviews page to find a flow run that did not finish, then resume it or remove it. This walkthrough covers the day-to-day admin loop on the Setup page.
5 steps
How to Process API in Salesforce
Designing a Process API means specifying its contract, deciding which System APIs it will orchestrate, and building the transformation and error logic that models the business process. Here is the shape of that work in Anypoint Platform.
4 steps
How to Process Automation Settings in Salesforce
Configure the org-wide automation options once, deliberately, ideally during initial org setup. You need the Customize Application permission. The page applies to Flow and to the retired Workflow Rules and Process Builder, so changes here affect every automation in the org.
4 steps
How to Process Builder in Salesforce
You can no longer create new processes through the standard Setup UI. The realistic activities are auditing existing processes, editing them carefully when business needs change, and migrating them to Flow. Net-new automation should always be built in Flow.
7 steps
How to Process Instance in Salesforce
Build a custom report on ProcessInstance, ProcessInstanceStep, and the target object so finance or compliance can see approval cycle time, volume, and bottleneck steps in one place.
6 steps
How to Process Instance Node in Salesforce
Working with Process Instance Nodes is mostly a reporting and audit activity, not a configuration one. The platform creates and updates the records automatically as Approval Processes run. The four-piece routine for the admin who owns approval governance covers: query Process Instance Nodes for current state, build standard reports on the object, monitor for stuck nodes that need intervention, and plan migration of legacy Approval Processes to Flow Orchestration when ready. Each piece is independent and can be adopted at the pace the team chooses.
4 steps
How to Process Visualizer in Salesforce
View an existing Approval Process as a flowchart, then print or export the diagram for documentation, audit, or migration planning.
6 steps
How to Prompt Builder in Salesforce
Building a prompt template is iterative. Define the use case, write the initial prompt, ground with the right data, preview against realistic records, refine the wording until output quality is consistent. Most of the value is in iteration; one-shot prompts rarely produce production-quality results.
8 steps
How to Recall Actions in Salesforce
Recall actions are configured inside an existing classic approval process from Setup. You add them after the process is created, in the Recall Actions related list on the process detail page.
5 steps
How to Salesforce Flow Orchestration in Salesforce
You build an orchestration in Flow Builder, the same place you build regular flows. Plan the stages and the underlying flows first, then assemble them. Here is the high-level path.
4 steps
How to Scheduled Action in Salesforce
The current way to build a scheduled action is a scheduled path inside an after-save record-triggered flow. The steps below assume Flow Builder and an object that already has a date or date/time field to anchor the timing.
4 steps
Core CRM (150)
How to Account in Salesforce
Creating an Account is the most common entry point into the Salesforce data model. The clicks are simple. The decisions you make in those clicks set the trajectory of every related record. Treat the first Account in a new org the way you would treat the first migration in a new database. Deliberate, not reflexive.
6 steps
How to Account Contact Relationship in Salesforce
Enabling the feature and adding the related list to page layouts takes about ten minutes. The judgement call comes later, when you decide which roles your business actually tracks.
5 steps
How to Account Team in Salesforce
Setting up Account Teams in a new Salesforce org takes about thirty minutes. The cost of skipping it is paid every quarter forever, in the form of reps fighting the manual sharing button.
6 steps
How to Account Team Member in Salesforce
Enabling Account Teams takes a couple of clicks. Designing the role picklist and deciding defaults takes a conversation with sales leadership.
5 steps
How to Action Link Templates in Salesforce
Action Link Templates live in Setup, but most of the value shows up only after integration code references them. Design the call site before configuring the template, not after.
5 steps
How to Activity in Salesforce
Logging an Activity in Salesforce usually means creating a Task or an Event from a related record (Contact, Account, Opportunity, Case) or from the global create button. The create flow itself is short; the choices you make about WhoId and WhatId at create time determine whether the Activity shows up where reps and managers expect to find it.
6 steps
How to Activity History in Salesforce
The Activity component is on most standard record pages by default. Adding it to a custom object or tuning its display takes a quick App Builder pass plus a check of object settings.
5 steps
How to Asset in Salesforce
Creating an Asset is most often automated, triggered by Order fulfillment or by an integration with a fulfillment or provisioning system. The manual create flow still matters for one-off Assets (free trials, NFR licenses, replacements) and for testing automation paths after changes.
7 steps
How to Asset Hierarchy in Salesforce
You create an Asset Hierarchy by setting the Parent Asset field on the records that should sit beneath a parent. There is no separate hierarchy object to enable. Build the parent first, then attach children to it.
4 steps
How to Asset Relationship in Salesforce
Record that one asset replaced another by creating an Asset Relationship from the original asset record. You build it once, from the Primary Assets related list, and Salesforce mirrors it onto the replacement asset.
4 steps
How to Attachment in Salesforce
You rarely create Attachments by hand in modern Salesforce, but it still happens through Data Loader, the API, or Apex when you maintain a legacy object or integration. Here is the shape of creating one, with the strong caveat that new file work should target Salesforce Files (ContentVersion) instead.
4 steps
How to Best Answer in Salesforce
Best Answers only exist where Chatter Questions is turned on. On an internal org the Question action is usually available out of the box, but on an Experience Cloud self-service site you enable it deliberately. Here is the path to switch on the Q&A surface and the reputation rewards that make Best Answers worth chasing.
4 steps
How to Blank lookup in Salesforce
There is nothing to create for a blank lookup itself, since it is just an empty field. What admins actually do is decide and enforce whether a given lookup is allowed to be blank. Here is how to set that policy on a single lookup field.
5 steps
How to Business Account in Salesforce
Creating a Business Account is the everyday act of adding a company to your CRM. In a B2B-only org every new Account is a Business Account automatically. In an org that also uses Person Accounts, pick the business record type so Salesforce treats the record as a company rather than an individual.
4 steps
How to Calendar in Salesforce
An object calendar surfaces records from any standard or custom object as calendar entries, using a date field to place them. Here is how a user creates one in Lightning Experience. Each user can create up to 10 of their own.
5 steps
How to Call in Salesforce
To capture Calls reliably, an admin sets up both the manual path (Log a Call) and, for contact centers, the automated path (Salesforce Voice). The steps below cover the common configuration that makes Call data show up in timelines and reports.
4 steps
How to Category, Solutions in Salesforce
Solution Categories are built in Salesforce Classic Setup, then switched on for the Solutions tab. This reflects how the legacy feature was configured; new orgs should set up Lightning Knowledge with Data Categories instead.
4 steps
How to Chatter Favorite in Salesforce
Chatter Favorites are created on the Chatter tab in Salesforce Classic. The steps differ slightly per type, but every favorite ends up in the same favorites area of the Chatter tab. If you are in Lightning Experience, use the star icon in the page header instead, which is the modern equivalent.
4 steps
How to Chatter Feed in Salesforce
Feed tracking controls which record changes turn into Chatter feed items. Enable it per object and choose the fields whose changes are worth a post. This is the single highest-leverage setting for making record feeds useful instead of noisy.
4 steps
How to Chatter Group in Salesforce
You create a Chatter Group from the Groups tab. You need the Create and Own New Chatter Groups permission, and creating an unlisted group requires your admin to enable unlisted groups for the org. You become the owner of any group you create.
5 steps
How to Comment in Salesforce
Most teams want agents to add Case Comments quickly from the Case page without leaving the Service Console. You do that by adding the Case Comment action to the page and confirming the related list is present. This setup is done in Setup by an admin, not in the API.
4 steps
How to Computer-Telephony Integration (CTI) in Salesforce
Enabling CTI means picking an adapter, installing its package, registering a Call Center, and assigning users. Most of the work is configuration; the only code is the adapter itself, which the vendor supplies.
6 steps
How to Connect Offline in Salesforce
Connect Offline cannot be reinstalled. The migration is straightforward but requires reframing the offline use case from laptop to mobile.
6 steps
How to Console Tab in Salesforce
Most Console Tab behavior is automatic in standard console apps. Customization happens through app Setup for tab persistence and pinning, and through workspaceAPI for programmatic tab control.
6 steps
How to Contact in Salesforce
Creating a Contact is the second-most-common write you make in Salesforce. The decisions are simpler than Account but the gotchas hurt more, because most Contact mistakes show up later as broken email campaigns, orphan support cases, or compliance findings.
6 steps
How to Contact Role in Salesforce
Contact Roles ship enabled out of the box for Opportunity, Account, Contract, Case, and Order. The setup work is customizing role picklist values and training reps to populate them; the system mechanics are straightforward.
6 steps
How to Content Document in Salesforce
Most users interact with Content Document through the Files UI rather than the object directly. For developers and admins, the object is queryable through SOQL and writable through Apex with a few gotchas around version handling.
6 steps
How to Content Version in Salesforce
Most Content Version work is API or Apex driven. The UI handles version uploads transparently, but for developers integrating files into custom flows, knowing the insert patterns matters.
6 steps
How to Contract Line Item in Salesforce
The line items connect the Contract record to the products and services it covers. Most of the work is configuring the supporting objects (Products, Pricebooks, Entitlements, Subscription Plans) and letting the standard wiring do its job.
6 steps
How to Custom Console Component in Salesforce
Here is the common path: add an existing Lightning component to a console app as a Custom Console Component, either on the page or in the utility bar. This assumes the component is already built and exposed with the right target.
5 steps
How to Custom Object in Salesforce
Creating a Custom Object is a foundational admin task. The configuration is straightforward but the design decisions before configuration matter for the life of the object.
7 steps
How to Customers, Chatter in Salesforce
Turn on customer invitations at the org level, then create a private group that allows customers and invite the external people. These steps are done by an admin plus a group owner or manager.
4 steps
How to Education Data Architecture (EDA) in Salesforce
Installing EDA is a 30-minute task; configuring it for your institution takes weeks. The package itself is free; the implementation labor is the real cost. Most institutions partner with a Salesforce.org-certified implementation partner.
6 steps
How to Entity Relationship Diagram (ERD) in Salesforce
Schema Builder is the fastest way to see your org as an ERD and to build on it. Here is how to open it, read the diagram, and use it to add to your model.
4 steps
How to Enumeration Field in Salesforce
Create a Global Picklist Value Set so several fields share one governed list of enumeration values. Build the set once, then base each picklist field on it. Editing the set later updates every field that points at it.
4 steps
How to Event in Salesforce
Creating an Event in Salesforce is most often done from a related record or from the global Calendar view, occasionally synced in automatically from an external calendar app.
7 steps
How to Event Series in Salesforce
Reps create an Event Series the same way they create any event, by adding the repeat options. The Repeat or recurrence control needs to be on the event layout, and the New Event action available wherever reps work. Here is the basic flow for scheduling a recurring meeting in Lightning Experience.
4 steps
How to Event Sink, CTI in Salesforce
Registering an Event Sink is JavaScript code the CTI app loads when the agent opens Salesforce. The CTI app calls Salesforce''s Open CTI subscribe method with the event name and handler function.
6 steps
How to Experience API in Salesforce
The Experience API is not a record you create, it is an API surface you enable access to and then call. The setup work is making sure a site is active, an identity can authenticate, and the resource URL points at the right site and version. Here is the path most teams follow before the first successful request.
4 steps
How to Feed Attachment, Chatter in Salesforce
You usually do not insert a FeedAttachment by hand. You create one by posting a file to a feed, either in the UI or in code. The code path is the one worth knowing, because integrations and Apex often attach an existing Salesforce file to a post. Here is the shape of that flow.
4 steps
How to Feed Item in Salesforce
Feed tracking is what turns record changes into automatic FeedItems. Here is how an admin enables it and chooses the fields that post to feeds. You configure it once per object in Setup.
4 steps
How to Field in Salesforce
Custom fields are created in Object Manager, one object at a time. The flow is the same for almost every type: pick the data type, name the field, then set visibility and which layouts show it. Here is the standard path in Lightning Experience.
5 steps
How to Field Dependency in Salesforce
You create a field dependency from the controlling picklist in Object Manager, then map valid dependent values in the dependency matrix. Both fields must already exist on the same object before you start.
5 steps
How to File in Salesforce
Files show up on records through the Files related list. On most modern Lightning record pages it appears by default, but on custom or older layouts you may need to add it and tune how sharing behaves. Here is how to surface Files on a record and control who can do what.
4 steps
How to File Viewer in Salesforce
Granting Viewer access means sharing a Salesforce File with a person or group at the read-only level. You do this from the file's share dialog in Lightning Experience. Remember that individuals default to Collaborator and groups default to Viewer, so when you share with a person you usually need to change the level to Viewer explicitly.
5 steps
How to File, Private in Salesforce
Use this to take a file that was shared too widely (or shared on a record) and pull it back so only the owner can reach it. The steps run from the file's detail page in Lightning Experience or an Experience Cloud site.
4 steps
How to File, Privately Shared in Salesforce
Sharing a Private file with one named person is the most direct way to put it into the Privately Shared state. Here is how to do it from the file detail in Lightning Experience.
4 steps
How to File, Your Company in Salesforce
There is no Your Company toggle. You reach the state by sharing a file so that all internal users gain access, then confirming the platform reports the org-wide privacy state. The steps below use the most durable path, a library open to everyone, with a per-file group share as the alternative.
4 steps
How to Filter Condition/Criteria in Salesforce
The most hands-on way to build a filter condition is to create a filtered list view in Lightning Experience. The steps below add one or more conditions and, if needed, filter logic to control how they combine.
5 steps
How to Follow in Salesforce
Following a record only produces automatic updates when feed tracking is on for that object. Here is how an admin enables it so followers actually see field changes in What I Follow.
4 steps
How to Formula Field in Salesforce
Creating a formula field is mostly a question of writing the formula expression correctly and choosing the right return type up front. The wizard walks you through each choice, but the gotchas show up when the formula compiles too large, the relationship traversal hits a null, or the formula needs to filter on a report and the index does not exist. Build in a sandbox and test against edge cases before pushing.
7 steps
How to Function in Salesforce
Function choice is rarely binary. Most non-trivial logic uses a mix of formula functions for inline computation, Apex methods for orchestration, and SOQL aggregates for summarization. Walk the decision tree.
5 steps
How to Global Action in Salesforce
Creating a Global Action is a Setup workflow: pick the type, configure the target and predefined values, build the layout, add to publishers. The whole process takes 10 to 15 minutes for a typical action.
7 steps
How to Global Search in Salesforce
Global Search works out of the box. Admin work is about tuning Search Layouts, building Synonym Groups, and configuring Promoted Search Terms for Knowledge. The ROI on tuning is high; most orgs ship with defaults that leave search noticeably weaker than it could be.
6 steps
How to Gregorian Year in Salesforce
The Gregorian year is the default, so there is nothing to turn on to use it. The configuration task is the reverse: confirming the setting or deciding to move to a standard or custom fiscal year. Here is how to find and review the fiscal-year setting in Setup before you change anything.
4 steps
How to Group in Salesforce
The end-to-end loop for granting team access via a group is a 10-minute Setup task once the use case is clear.
6 steps
How to Group Task in Salesforce
Here is how to create a Group Task in Lightning Experience so one task reaches several people at once, with each recipient getting their own copy.
4 steps
How to Guest User in Salesforce
Hardening starts with knowing what the Guest User can currently do. The audit takes about an hour per site and yields a finite list of action items.
6 steps
How to Handoff in Salesforce
The SDR-to-AE handoff is the canonical example. Build it once well, then reuse the pattern across other handoffs in the org.
6 steps
How to High-Volume Portal Users in Salesforce
The setup loop is Sharing Sets first, Share Groups second. Most HVPU community designs need at least one Sharing Set per external object.
6 steps
How to Highlights Panel in Salesforce
You do not edit the Highlights Panel directly. You edit the compact layout that feeds it. Here is the path to set the fields that appear at the top of a record in Lightning Experience.
5 steps
How to Identity Resolution in Salesforce
Setup runs in three phases: design match rules, configure reconciliation, and run the first materialization. Plan iteration; the first rule set rarely matches business reality on day one.
5 steps
How to Indirect Lookup Relationship in Salesforce
Indirect lookup needs Salesforce Connect, a registered external data source, an external object, and a unique external ID field on the target Salesforce object. Once the prerequisites line up, the field is straightforward. The hard part is choosing the right join key and proving the keys actually match across both systems.
7 steps
How to ISO Code in Salesforce
The most common ISO Code task is turning on Multiple Currencies and adding an ISO 4217 currency so records can carry a CurrencyIsoCode. Do this in a sandbox first, because enabling Multiple Currencies cannot be reversed.
4 steps
How to Junction Object in Salesforce
A junction is just a custom object with two master-detail fields, but the order you create them and the choices you make on the first one lock in long-term behavior. Build in a sandbox, validate sharing as different user personas, and only then promote to production.
7 steps
How to Length in Salesforce
You set Length while creating a custom field in Setup. The steps below show where the attribute lives for a Text field and what each related option controls.
4 steps
How to List View in Salesforce
Create a custom list view from an object's home page so your team has a saved, filtered list to work from. You can build one from scratch or clone an existing view and adjust it.
5 steps
How to Local Name in Salesforce
Local name fields ship on Account, Contact, Lead, and User, but they are hidden until an admin exposes them. Use this flow to make a local name field visible to the right users on one object. Repeat per object and per profile as needed.
4 steps
How to Long Text Area in Salesforce
Create a Long Text Area field on any standard or custom object through Object Manager. The steps below follow the standard custom field wizard in Setup.
4 steps
How to Lookup Dialog in Salesforce
You do not create a Lookup Dialog. It appears automatically on every lookup field. What you configure is what it shows and which records it offers. The two highest-value settings are the Search Results search layout (columns) and lookup filters (scope), both per object in Setup.
5 steps
How to Lookup Field in Salesforce
Create a Lookup Field from Object Manager when you want to relate a record on one object to a record on another, without the tight coupling of a master-detail relationship. The flow below covers the standard path for a custom or standard object.
5 steps
How to Lookup Filter in Salesforce
You define a Lookup Filter on the relationship field itself in Object Manager. The example below restricts a Case Contact lookup to Contacts on the same Account as the Case, the most common dependent-lookup pattern.
5 steps
How to Lookup Icon in Salesforce
Set a custom object's Lookup Icon by choosing its Tab Style in Setup. The style you pick becomes the icon shown in search results, lookup dialogs, related lists, and the navigation bar across Lightning Experience and mobile.
4 steps
How to Lookup Relationship in Salesforce
Creating a Lookup Relationship is one of the most-done admin tasks in any Salesforce org. The configuration is simple but the design decisions about cascade behavior and filtering matter for the life of the relationship.
9 steps
How to Mail Merge in Salesforce
Extended Mail Merge is the supported, server-side version and is enabled by default for most orgs since Summer '17. If it is not already on, a System Administrator can activate it in Salesforce Classic Setup. These steps cover turning the feature on so users can run single and mass merges.
4 steps
How to Mail Merge Templates in Salesforce
Mail Merge Templates are created by preparing a Word document with Salesforce merge fields and uploading it to the org. This describes the modern, supported path that feeds Extended Mail Merge. The older Standard Mail Merge add-in is retired, so do not plan new templates around it.
4 steps
How to Maintenance Plan in Salesforce
You create a Maintenance Plan from the Maintenance Plans tab (Field Service must be enabled and the objects added to your page layouts). Set the account and timing, add the assets to cover, then generate the first batch of Work Orders. The plan keeps generating future batches on the schedule you defined.
5 steps
How to Many-to-Many Relationship in Salesforce
There is no single many-to-many setting. You create a junction object and add two master-detail relationships, one to each parent, then relabel the related lists. These steps follow Salesforce Help for creating a many-to-many object relationship.
5 steps
How to Mass Action in Salesforce
Set up a mass quick action so users can update many records from a list view at once. You first build a Create a Record or Update a Record quick action, then expose it on the object's List View Button Layout. The steps below cover a standard list view in Lightning Experience.
4 steps
How to Master-Detail Relationship in Salesforce
Master-detail looks like a simple field type but the configuration choices lock in long-term behavior. Walk through these steps in a sandbox before touching production, and load data only after you confirm sharing and cascade settings match what the business expects.
7 steps
How to Meeting Request in Salesforce
Insert Availability is the supported way to send a meeting request in current Salesforce. An admin enables the pieces, then a rep sends the request from their email. Here is the setup-and-send path.
4 steps
How to Member Status in Salesforce
Member Statuses are configured per campaign on the Manage Member Statuses screen. Open the campaign, edit its statuses, and pick the default and the responded values. Do this when a campaign needs more than the out-of-the-box Sent and Responded.
5 steps
How to Merge Field in Salesforce
You do not create a merge field as a standalone record. You insert one while building a surface that supports it. Here is how to add merge fields to a Lightning email template so the message personalizes itself per recipient.
5 steps
How to Messaging in Salesforce
Setting up Messaging is channel-by-channel work. Each channel has its own credentials, configuration, and approval process (especially WhatsApp). Plan the rollout by channel based on customer demand. Start with one channel, get the agent workflow right, then expand. Big-bang multi-channel rollouts produce overwhelming complexity.
8 steps
How to Model Builder in Salesforce
Configuring Model Builder is about three decisions: which Salesforce-hosted models to enable, which Trust Layer third-party models to connect, and whether to set up any bring-your-own LLM connections. Most orgs start with defaults; customers with specific cost, quality, or compliance needs configure more deliberately. Plan the model strategy with your account executive because licensing varies by model source.
8 steps
How to Multi-Person Event in Salesforce
Multi-Person Events depend on two org settings working together: Shared Activities, so an event can hold many contacts, and event invitations, so attendees actually receive a calendar invite. Configure both in Setup before asking reps to schedule multi-attendee meetings.
5 steps
How to Note in Salesforce
You will rarely create a classic Note on purpose in a modern org, but it helps to know the path, since older layouts and integrations still use it. Here is how a classic Note gets created through the Notes and Attachments related list. For new notes, prefer the Notes related list and enhanced Notes instead.
4 steps
How to Notes in Salesforce
Enhanced Notes is on by default in any org created after Spring 16. Older orgs must enable the feature and add the Notes related list to page layouts before users can create notes the modern way.
5 steps
How to OAuth in Salesforce
Implementing OAuth with Salesforce has three layers: configure the Connected App, pick the right OAuth flow, and implement the token exchange in your application code. The Connected App configuration is the security envelope; the flow choice fits the integration architecture; the token exchange is mostly handled by SDKs. Build with a tested OAuth library rather than rolling raw HTTP.
8 steps
How to Object in Salesforce
Creating a custom object is one of the more common admin tasks on the platform. The walkthrough below covers the standard sequence from initial setup through deployment and adoption. The same general flow applies whether you are modeling a new business entity or extending the data model to support a new use case on an existing entity.
4 steps
How to Object-Level Help in Salesforce
Configure Object-Level Help in two steps: build the content (a Visualforce page or external URL), then point the custom object at it. Total elapsed time for a URL-based override is usually under 10 minutes.
5 steps
How to Object-Specific Action in Salesforce
Create the action from Object Manager, configure its layout, then add it to the page layout's Salesforce Mobile and Lightning Experience Actions section so users see it on the record.
5 steps
How to On-Demand Document in Salesforce
The most common on-demand document use case is a CPQ quote PDF. Set it up by building a template in the CPQ Document Designer, mapping merge fields to Quote data, and adding the Generate Document button to the page layout.
5 steps
How to One-to-Many Relationship in Salesforce
Create the relationship from the child object Fields & Relationships area in Object Manager. Decide lookup or master-detail before starting; converting later is possible but disruptive.
5 steps
How to Operator in Salesforce
Choosing the right operator means matching the data type, the context (formula vs SOQL vs Flow), and the semantics you actually need. Walk through the decision systematically.
5 steps
How to Opportunity in Salesforce
Creating an Opportunity is one of the highest-stakes record creations in Salesforce. Get it right and the rest of the deal motion is mostly editing. Get it wrong (wrong Account, wrong Close Date, missing Stage criteria) and the deal misroutes through forecasts, dashboards, and approvals from day one.
7 steps
How to Org Limit in Salesforce
You cannot create an Org Limit, since Salesforce sets the allocations for your edition and license count. What you can configure is monitoring, so the org warns you before a ceiling is reached. The main tool is an API Usage notification, set up in Setup under Company Information.
4 steps
How to Parent Account in Salesforce
You build an account hierarchy by setting the Parent Account field on the child records, then viewing the result with the View Account Hierarchy action. No package or special feature toggle is required, since the field exists on the standard Account object.
4 steps
How to Parent Category in Salesforce
You create parent categories by building out a data category group in Setup. The group gives you the fixed "All" root, and from there you add parents and nest children beneath them.
5 steps
How to Patch Development Organization in Salesforce
Here is the first-generation flow for spinning up a patch development org and shipping a fix to a released managed package. You run this from your packaging org, not a sandbox.
4 steps
How to Patch Release in Salesforce
Spin up a Patch Development Org from your Partner Business Org, apply the fix, upload the patch, and ship it to subscribers via Push Upgrade.
6 steps
How to Person Account in Salesforce
Enabling Person Accounts is not a click-path you do on a Tuesday afternoon. The actual day-of steps are short, but every step in the preparation matters more than the toggle itself.
6 steps
How to Phrase Search in Salesforce
Phrase Search uses the same double-quote syntax everywhere it works. The steps below cover the most common surfaces and the patterns that produce reliable matches.
5 steps
How to Post in Salesforce
Here is how to write and share a post from the Chatter publisher in Lightning Experience. The publisher looks the same whether you are on the Chatter tab, a group, a profile, or a record, so these steps work everywhere.
5 steps
How to Post Templates in Salesforce
Create a Post Template so approval requests for a given object show the right fields in a Chatter feed. You need a Classic Approval Process on that object and Approvals in Chatter enabled for the templates to have any effect.
5 steps
How to Predictive Routing in Salesforce
Predictive routing is enabled by setting up Einstein Case Classification, then letting its predicted fields feed your existing routing. This is a high-level path; check current data requirements and your Service Cloud Einstein license before starting.
4 steps
How to Primary Contact in Salesforce
The most common way to set a primary contact is to add an Opportunity Contact Role and mark it Primary. Here is how a rep does it on an Opportunity in Lightning Experience.
4 steps
How to Primary Partner in Salesforce
Flag one of the linked partners as Primary so channel reports, partner-portal visibility, and commission systems treat them as the lead collaborator for the deal.
6 steps
How to Probability in Salesforce
Probability itself is a standard field you do not create. What admins configure is the default probability tied to each opportunity Stage value, so the field populates sensibly as deals advance. You do this in the Stage picklist setup on the Opportunity object.
5 steps
How to Promote in Salesforce
Promote here means moving a second-generation managed package version from beta to released using the Salesforce CLI. Do this only when the version is fully tested and every dependency is itself released.
4 steps
How to Prototype in Salesforce
Building a fast, throwaway prototype to validate an idea before a production build. This uses Salesforce low-code tools in an isolated environment, with the goal of answering one question and gathering feedback.
5 steps
How to Provider Organization in Salesforce
Setting up a Provider Organization in Health Cloud involves the initial record creation, attachment of practitioners and locations, configuration of network affiliations, and ongoing maintenance of credentialing and performance data. The walkthrough below covers the standard sequence for a new Provider Organization record.
4 steps
How to Public Calendar in Salesforce
Create a public calendar in Setup, then share it to the right audience. You need an admin who can reach the Public Calendars and Resources page.
5 steps
How to Published Translation in Salesforce
Publishing a translation is the final step after the translated draft exists. You enable multiple languages, get the translated draft created (in-app or via import), then publish it so it goes live for readers in that language.
4 steps
How to Publisher in Salesforce
Configuring Publisher functionality depends on which Publisher you mean. For the Chatter Publisher component (the most common case), the four-step routine covers: enable Chatter and the Publisher component, curate the Publisher Actions, customize the Publisher per record type, and govern Publisher Permissions for Knowledge and Experience Cloud. For the AppExchange Publisher (ISV) role, the work is a separate multi-month project involving Partner Program registration, LMA setup, and security review. This guide covers the Chatter Publisher path; ISV setup is documented separately in the Salesforce ISV Architecture Decision Guide.
4 steps
How to Publishing Cycle in Salesforce
Use the published Salesforce Publishing Cycle to plan sandbox validation, internal regression, and production cutover so your org lands on the new release without incident.
6 steps
How to Purchase Rules in Salesforce
Create and assign a Purchase Quantity Rule so a B2B store enforces minimum, increment, and maximum order quantities for a product. Enable the related list first, then build the rule.
4 steps
How to Quantity Schedule in Salesforce
A Quantity Schedule requires two settings: org-level Schedules enablement and per-Product schedule configuration. The steps below cover both halves and the user-side flow for applying the schedule to an Opportunity.
5 steps
How to Question, Private in Salesforce
Submit a question to your community as private, so only you and the moderators can see the body, useful for billing, contract, or personal questions.
5 steps
How to Quick Action in Salesforce
Creating a Quick Action is a Setup workflow: pick Object-Specific or Global, pick the Action Type, configure predefined values and the action layout, add to the page layout or publisher.
8 steps
How to Quick Text in Salesforce
Setting up Quick Text is a quick configuration: enable the feature, build the initial library, organize into folders, share with the team. The work pays back within days as agents adopt the snippets.
8 steps
How to Read Only in Salesforce
The most direct way to make a field read-only for a group of users is field-level security. Here is how to set a field to Read without Edit on a permission set, which is the modern, recommended path over editing profiles.
4 steps
How to Recent Items in Salesforce
Add a tuned Recent Items component to a custom Home page so reps see their most-viewed Opportunities and Accounts as soon as they log in, without scrolling through every object.
6 steps
How to Recommendation in Salesforce
Recommendations are created as records on the standard Recommendation object, usually from the Recommendations app or tab in Setup. Build the record first, then point a strategy at it and place the component on a page so users can see it.
5 steps
How to Recommendation Strategy in Salesforce
Create a Recommendation Strategy as a flow, fill it with logic, then attach it to the Einstein Next Best Action component on a page.
5 steps
How to Record in Salesforce
Creating a record in Lightning Experience means adding one new row to an object and filling in its fields. The same flow works for standard objects like Account and for your own custom objects. Here is the typical path from the UI.
4 steps
How to Record ID in Salesforce
Find, copy, and convert a Record ID between its 15- and 18-character forms for use in URLs, API calls, and integration payloads.
5 steps
How to Recurring Event in Salesforce
Schedule a meeting that repeats weekly, biweekly, or monthly by setting the recurrence pattern on the Event composer before saving.
6 steps
How to Related List in Salesforce
Configuring a Related List is a page-layout exercise: pick which columns appear, set the sort order, configure row count, expose custom buttons. The work is incremental and most useful on the most-viewed parent objects.
6 steps
How to Related List Hover Links in Salesforce
You enable Related List Hover Links once for the whole org from the User Interface settings in Salesforce Classic. After that, every standard and custom object detail page shows the link strip. The steps below cover turning it on and confirming the result.
4 steps
How to Related Object in Salesforce
Add a Lookup field on a child custom object pointing to a parent, then verify the parent's detail page shows the new related list and reporting picks up the join.
6 steps
How to Relationship in Salesforce
Choosing and configuring the right relationship between two objects is one of the most common data-model decisions for Salesforce admins. The walkthrough below covers the standard sequence for designing and creating a relationship, with guidance for choosing among Lookup, Master-Detail, and the alternatives.
4 steps
How to Relationship Group in Salesforce
Relationship groups are part of the Financial Services Cloud data model. An admin turns on the underlying features and configures the pieces so advisors can build households. The exact menu labels shift by release and by which Financial Services Cloud edition you run, so confirm names in Setup for your org.
5 steps
How to Relationship Group Member in Salesforce
Setting up Relationship Group Members in Financial Services Cloud spans creating the Relationship Group, adding individual Members with roles, configuring rollups, and establishing the privacy controls. The walkthrough below covers the standard sequence for a typical wealth management household setup.
4 steps
How to Relationship Query in Salesforce
Writing effective SOQL relationship queries combines understanding the data model with knowing the language syntax and the performance implications. The workflow below covers the standard sequence for developing and testing a complex relationship query.
4 steps
How to Renewal in Salesforce
Here is the standard way to renew a single contract from its record in Salesforce CPQ, using a contract-based renewal model. The account must be set up for contract-based renewals first.
4 steps
How to Requested Meeting in Salesforce
Set up a self-service inbound flow so customers can request a meeting that becomes a Service Appointment once confirmed. This assumes Salesforce Scheduler is enabled with service resources, service territories, and work types already created.
5 steps
How to Resource Calendar in Salesforce
You do not create a resource calendar directly. You configure the records that feed it, and Field Service assembles the calendar from them. Here is the path to give a service resource accurate availability.
5 steps
How to Return Order in Salesforce
The cleanest way to create a Return Order in Salesforce Order Management is with the Create Return Order flow core action, which builds the header and its line items together from an order summary. These steps outline that approach for an admin building a return flow.
5 steps
How to Return Order Line Item in Salesforce
Most return order line items are created programmatically by the Return Items API or by a return flow, but you can create one directly under a Return Order to model a returned product. The Return Order must exist first, and Order Management or Field Service returns must be enabled in the org.
5 steps
How to Roll-Up Summary Field in Salesforce
Roll-up summary fields are quick to set up but easy to misconfigure. The relationship must be master-detail. The aggregate type and filter shape the recalculation cost. Setting the filter incorrectly forces a full back-fill across every existing master record, which can take hours on large data sets. Build in a sandbox and validate the recalculation behavior before promoting to production.
7 steps
How to Routing Configuration in Salesforce
Create a routing configuration in Setup, then attach it to the queue that should use it. You need the Customize Application permission. Plan your routing model and capacity numbers before you start so the values are intentional.
5 steps
How to Routing Engine in Salesforce
Set up the routing engine so new cases land with the right agent automatically: define skills, set capacity, create a routing configuration, and turn it on.
6 steps
How to Routing Point in Salesforce
Stand up a new support email channel by creating a Salesforce routing point, mapping it to a queue, and forwarding mail from your support inbox to the generated Salesforce address.
6 steps
How to Running User in Salesforce
Set or change the running user on an existing dashboard in Lightning Experience. This decides whose data access the dashboard uses when it refreshes, so plan the choice before you publish it to an audience.
5 steps
How to Save & New in Salesforce
Configuring Save & New is a small but high-impact UX decision. The four-step routine covers: review whether Save & New is appropriate for each object, customize the page layout to include or exclude it, configure field pre-population to reduce per-record typing, and (if needed) build a custom Quick Action for non-standard behavior. Each step is a different lever; together they shape how efficient bulk data entry is for users who actually do it.
4 steps
How to Schedule in Salesforce
Build an Apex class implementing Schedulable, schedule it with a cron expression, and verify it runs on the expected cadence.
6 steps
How to Scheduling Policy in Salesforce
You build a scheduling policy in Field Service by attaching work rules and service objectives to a Scheduling Policy record, then weighting the objectives to match your priorities. Most teams clone a standard policy and adjust rather than start empty.
4 steps
How to Search Phrase in Salesforce
Using Search Phrases effectively spans user-side phrasing techniques, admin-side search configuration, and developer-side SOSL query construction. The workflow below covers the standard sequence for designing the search experience in an org.
4 steps
How to Shared Activities in Salesforce
Shared Activities is enabled from Activity Settings in Setup. It is a single checkbox, but it is treated as a one way change, so confirm the timing and the consequences before you save. You need a profile with the Customize Application permission.
5 steps
Development (94)
How to AJAX Toolkit in Salesforce
Most orgs do not write new AJAX Toolkit code, but they do hold surviving Visualforce pages that still call it. Retiring those pages is the operational task.
5 steps
How to Anonymous Block, Apex in Salesforce
Anonymous Apex is fast, powerful, and unaudited. Treat every production run as a controlled change: prepared script, peer review, retained log.
5 steps
How to Ant Migration Tool in Salesforce
Setting up the tool takes about an hour. The longer-term work is keeping the package.xml accurate as the org evolves and the test list current as classes are added.
5 steps
How to Anti-Join in Salesforce
The pattern is short to write. Most of the work is choosing the filters that keep the inner result under 200,000 rows and the outer query selective enough to avoid non-selective filter errors.
5 steps
How to Apex in Salesforce
Writing Apex looks like writing Java with extra Salesforce-specific keywords. The hard part is not the syntax but the discipline: bulkification, governor limits, test coverage, and sharing context. Build in a scratch org or sandbox, test thoroughly with bulk data, and only then deploy to production with a change set or SFDX pipeline.
8 steps
How to Apex Classes in Salesforce
Writing a single Apex class is straightforward once you know the syntax. Writing one that integrates cleanly with the rest of the codebase, tests well, and survives three years of evolution requires deliberate design. Follow the conventions: explicit sharing context, focused single-responsibility methods, separated test classes with meaningful assertions, and a clear naming pattern.
8 steps
How to Apex Connector Framework in Salesforce
Building a working custom adapter is a few hundred lines of Apex plus standard Setup configuration. The hard work is mapping the backend semantics onto the framework's Table, Column, and Filter abstractions.
5 steps
How to Apex Controller in Salesforce
Writing an Apex Controller for a Lightning component means creating a server-side class with @AuraEnabled methods that the client calls through @wire or imperative invocations. The class lives in the same DX project as the component bundle and deploys alongside it.
6 steps
How to Apex Exception Email in Salesforce
Setup takes about five minutes. The longer-term work is making sure the recipient inbox is monitored and the application code surfaces enough context for whoever opens the email to act on it.
5 steps
How to Apex Flex Queue in Salesforce
Most batch jobs flow through the Flex Queue without intervention. Knowing how to reorder, cancel, and monitor it pays off when something urgent shows up at the back of a long queue.
5 steps
How to Apex Jobs in Salesforce
Apex Jobs is the first stop for any async failure investigation. Tuning monitoring on top of it is the work that turns a reactive admin role into a proactive one.
5 steps
How to Apex Page in Salesforce
Maintaining surviving Apex Pages and migrating the ones that can be migrated are two different exercises. Knowing which is which is half the work.
5 steps
How to Apex Settings in Salesforce
Apex Settings is configured from Setup, not from code, though the resulting state can also be deployed as ApexSettings metadata. Here is the basic flow for reviewing and adjusting it. You need the Author Apex permission or equivalent admin access.
4 steps
How to Apex Test Execution in Salesforce
The page is straightforward. Knowing which subset to run, how to read the results, and when to fall back to Developer Console or CLI is the operational knowledge.
5 steps
How to Apex Triggers in Salesforce
Writing an Apex trigger is mechanically simple. Writing one that survives production data volumes, bulk operations, and three years of evolution is harder. Follow the conventions: one trigger per object, thin dispatcher with a handler class, bulkified logic, recursion control, and comprehensive tests. Skip any of these and the trigger becomes a debugging hotspot.
8 steps
How to Apex-Managed Sharing in Salesforce
Apex Managed Sharing is the most complex part of Salesforce sharing. Take the implementation in three deliberate steps: create the Apex Sharing Reason, write the granting code, then write the recalculation code that keeps shares accurate as data changes.
5 steps
How to ApexGuru Insights in Salesforce
ApexGuru is most useful when teams treat it as a recurring triage surface, not a one-off audit. The setup is light; the operating rhythm matters more.
5 steps
How to API in Salesforce
Operating Salesforce APIs effectively spans configuration of access controls, monitoring of consumption, and integration design that respects limits. The workflow below covers the standard sequence for managing the org's API posture.
4 steps
How to API Catalog in Salesforce
Standing up an API Catalog is mostly tool configuration. The harder work is the publication discipline and governance that keep the catalog useful over time.
5 steps
How to API Manager in Salesforce
Setting up an API in API Manager means registering it, putting a proxy in front of it, attaching the policies that protect it, and giving consumers a way to request access. These steps assume you have an Anypoint Platform account with API Manager and an environment selected.
4 steps
How to API Version in Salesforce
Version hygiene is a quiet, ongoing discipline. Done well it pays off invisibly; ignored, it surfaces at the worst possible moment as a forced upgrade or a deprecation outage.
5 steps
How to API-Led Connectivity in Salesforce
Adopting the pattern is a series of small decisions across a project: where to put each piece of logic, how to version, what to expose. Done well, the layers stay clean; done badly, the layers blur.
5 steps
How to Application Lifecycle Management (ALM) in Salesforce
Mature ALM is the difference between confident weekly releases and the risky, error-prone deploys most teams used to ship. The investment is one quarter; the payoff is forever.
5 steps
How to Application Test Execution in Salesforce
Use Application Test Execution to run Apex tests and automated flow tests from Setup and read the results in the browser. This is the manual, point-and-click path, best for ad hoc checks and namespace-scoped runs.
5 steps
How to Aura Component in Salesforce
Building an Aura component starts in the Developer Console or a Salesforce DX project. The bundle includes the component markup, a JavaScript controller, optional helper functions, and the design and meta XML files that surface the component in App Builder.
5 steps
How to Batch Apex in Salesforce
Batch Apex is the standard way to process large data volumes on Salesforce. The structure is simple (three methods, one interface) but the design choices matter: scope size, state preservation, error handling, and chaining all need deliberate decisions. Build and tune in a sandbox with realistic data volumes before running in production.
8 steps
How to Batch, Bulk API in Salesforce
Here is the shape of a Bulk API 2.0 ingest job using the REST endpoints. The flow is the same whether you call it from code or watch a tool like Data Loader do it for you.
5 steps
How to Bulk API 2.0 in Salesforce
Using Bulk API 2.0 follows a predictable five-step lifecycle: create the job, upload CSV, close the job, poll for completion, retrieve results. Most enterprise integration platforms wrap this lifecycle into a single configuration step. For custom integration code, follow the steps in order and handle the asynchronous job completion correctly with polling and exponential backoff.
8 steps
How to Callout, Apex in Salesforce
Building a callout is half code, half configuration. Set up the Named Credential, write the callout code, write the mock-backed tests, and deploy. The order matters; production deploys fail if the Named Credential is not in the deploying metadata package.
5 steps
How to Change Data Capture in Salesforce
Enabling CDC is a one-click toggle per object. The harder work is on the subscriber side: building the Pub/Sub or CometD client, handling replay, processing events idempotently. Plan the subscriber architecture before enabling CDC because once events start flowing, downstream systems need to consume them or events expire on the bus.
8 steps
How to Client App in Salesforce
Stand up a new client app the modern way by creating an External Client App. This replaces the legacy Connected App flow, which Salesforce is disabling for new apps in Spring '26. The steps below register a local ECA for an API integration.
5 steps
How to Component Reference, Visualforce in Salesforce
The reference is a flat catalog: you find the tag you want, read the attribute list, and copy the sample markup. Two practices make it useful day-to-day instead of just a reference dump.
5 steps
How to Composite App in Salesforce
Building a Composite App means picking an integration pattern for each external piece, wiring identity, and choosing where each capability runs. The technical work is straightforward; the design work decides whether you ship in three months or eighteen.
6 steps
How to Connected App in Salesforce
Creating a Connected App takes minutes; configuring it correctly takes thought. The OAuth flow, scopes, callback URLs, IP policies, and session policies all need deliberate choices that match the integration's actual needs. Build in sandbox first, validate every flow path, then promote to production with the right pre-authorization policy.
8 steps
How to Controller Extension in Salesforce
Creating a controller extension is a two-step process: write the Apex class with the standard controller constructor, then reference it from the Visualforce page tag's extensions attribute. The framework handles the wiring.
6 steps
How to Cookie in Salesforce
Configure the Cookie Consent capability on an Experience Cloud site so non-essential cookies only run after a visitor agrees. This covers the high-level admin and developer steps; build the banner UI to match your brand.
4 steps
How to CORS in Salesforce
Add an external origin to the org's CORS allowlist so JavaScript on that domain can call supported Salesforce APIs from a browser. You configure this in Setup; it takes effect on the next API call.
4 steps
How to CSV (Comma Separated Values) in Salesforce
CSV usage in Salesforce is mostly about getting data in or out correctly. The format itself is simple; the rules around quoting, encoding, and field mapping cause most of the problems.
6 steps
How to Custom Controller in Salesforce
You build a custom controller by writing an Apex class and pointing a Visualforce page at it. Here is the minimal path from empty class to a working page, with the choices that matter at each step.
5 steps
How to Custom Metadata Type in Salesforce
Creating a Custom Metadata Type is similar to creating a custom object. The difference shows up at deployment time, where records travel with metadata changes instead of requiring separate data loads. Plan the field types, decide between Public and Protected visibility, and design the records as a deployable artifact from the start.
8 steps
How to DataWeave Resources in Salesforce
DataWeave Resources are not authored in the Salesforce UI. You write the .dwl file in your IDE, deploy it as metadata, and then call it from Apex. The Setup page is for inspection only.
6 steps
How to Date Literal in Salesforce
Date literals replace hardcoded dates in queries and report filters, keeping the window relative to today. Pick the right literal for the question you are asking and you eliminate most date-rollover maintenance.
5 steps
How to Debug Log in Salesforce
Debug logs require a Trace Flag and a Debug Level. Once both are in place, any transaction the targeted user runs (or any transaction that touches the targeted entity) produces a log. The fastest path is through the Developer Console; production-grade debugging uses the Setup UI or the Tooling API.
6 steps
How to Dependency in Salesforce
Before deleting or changing any field, object, or class, check dependencies. The Setup UI handles single-component checks; the Tooling API and Salesforce DX handle bulk and automated checks.
6 steps
How to Deploy in Salesforce
The right deployment tool depends on what you are moving and where. For ad-hoc changes between related sandboxes, Change Sets are quickest. For repeatable, version-controlled deployments, use the Salesforce CLI. For production, validate first, then deploy.
6 steps
How to Deployment Settings in Salesforce
Change sets only move between orgs that have explicit trust. Setting up a connection is a five-minute task across both orgs, but it is a coordinated five minutes: one admin alone cannot do it.
6 steps
How to Dev Hub in Salesforce
Enabling Dev Hub is a one-click toggle in Setup. The real work is choosing the right org to designate, authenticating the Salesforce CLI to it, and building the monitoring around scratch org usage. Plan once and the setup serves the whole team for years.
8 steps
How to Developer Console in Salesforce
The Developer Console is one of the fastest ways to run an ad-hoc SOQL query and tail debug logs. Both flows take less than a minute and require no installation.
6 steps
How to Developer Pro Sandbox in Salesforce
Creating a Developer Pro Sandbox takes about an hour for the initial spin-up. Refreshes are typically faster. The work is mostly in choosing the right sandbox type and naming it clearly.
6 steps
How to Developer Sandbox in Salesforce
Provisioning a Developer Sandbox is the simplest sandbox creation flow. Choose the name, optionally set a post-copy script, and Salesforce builds the environment in under an hour.
6 steps
How to DevOps Center in Salesforce
DevOps Center setup involves enabling the feature, connecting a GitHub repository, defining environments, and assigning user permissions. Plan an hour for the initial configuration; daily use takes minutes.
6 steps
How to DX Project in Salesforce
A DX Project starts with sf project generate. From there, customize the structure for your team, connect to a Dev Hub, and commit to Git. The first 30 minutes set the foundation for years of source-driven development.
6 steps
How to Dynamic Visualforce Binding in Salesforce
Building a page with dynamic bindings combines Visualforce expression syntax with an Apex controller that resolves field names at runtime. The pattern fits any case where the fields to display are not known at compile time.
6 steps
How to Enterprise WSDL in Salesforce
Downloading the Enterprise WSDL is a few-click task in Setup. Using it to generate client code depends on your target language; the workflow is similar across .NET, Java, and Apex.
6 steps
How to External Client App Manager in Salesforce
External Client App setup happens in two Setup pages: External Client App Manager (the app identity) and OAuth Settings configuration (the runtime policy). Most production integrations need both.
5 steps
How to Foreign Key in Salesforce
You never create a raw foreign key in Salesforce. You create a relationship field, and the platform builds and manages the key for you. Here is how to add one to an object.
5 steps
How to Get Request in Salesforce
To let Apex or a Flow make a GET callout to an external API, set up the endpoint and its authentication in Setup first. The recommended path is a Named Credential, which registers a trusted destination and handles the auth header for you. Configure it once and every GET callout that targets it stays clean and packageable.
4 steps
How to Global Variable in Salesforce
Global Variables are most useful when admins know which one to reach for in each scenario. The workflow below covers the standard patterns for using Global Variables across formulas, Visualforce, and Lightning components.
4 steps
How to Governor Limits in Salesforce
The discipline is the same across triggers, controllers, and batch jobs. Bulkify, query selectively, run async when the work is heavy, and instrument the limits in production code.
5 steps
How to HTTP Debugger in Salesforce
The standard debugging loop combines Salesforce-side Debug Logs with external-side Postman replays. Walk through it once and the pattern becomes reflex.
6 steps
How to Integrated Development Environment (IDE) in Salesforce
Setting up the modern Salesforce IDE means preparing Visual Studio Code to work with your orgs. The steps below get you from a plain editor to a working Salesforce project on the desktop. If you prefer zero local setup, open Agentforce Vibes IDE from Setup instead, and these prerequisites are already handled for you.
4 steps
How to Integration Definitions in Salesforce
Creating an Integration Definition is a four-stage flow: connect, define operations, map data, and assign usage. Each stage builds on the prior one. Plan to pair with the team that owns the external API so you can validate the OpenAPI spec and the auth flow before you start wiring consumers.
4 steps
How to Job, Bulk API 2.0 in Salesforce
Loading data with Bulk API 2.0 means creating an ingest job, uploading a CSV, and closing the job so Salesforce processes it. Here is the end-to-end shape of the call sequence using the REST resources.
4 steps
How to Lightning Components in Salesforce
Building an LWC is straightforward once the toolchain is set up. SFDX project, VS Code with the Salesforce Extensions Pack, scratch org or sandbox for development, Jest for tests. The hard part is designing components small enough to compose cleanly and writing the metadata file so admins can drop them into pages without surprises.
8 steps
How to Lightning Extension in Salesforce
Adding a Lightning Extension differs slightly by type, but the general flow is consistent: identify the right extension type for the need, install or develop it in a sandbox, configure where it appears, validate behavior, and promote to production. Below is the standard sequence for adding a custom LWC to a Lightning record page, which covers the broadest case.
4 steps
How to Lightning Out 2.0 App Manager in Salesforce
Lightning Out 2.0 is configured entirely from Setup before any external developer touches the host page. You create the app, add the custom LWCs you want to expose, optionally declare the properties the host may pass, then copy the generated code block into the external app.
5 steps
How to Lightning Types in Salesforce
Creating a custom Lightning Type means authoring a LightningTypeBundle and deploying it as metadata. You build the JSON files locally, map any custom editor or renderer Lightning Web Components, then deploy through Salesforce CLI or Metadata API. These are the core pieces every bundle needs.
4 steps
How to Lightning Web Component Framework in Salesforce
Building a Lightning Web Component starts in a Salesforce DX project with a scratch org or sandbox. The Salesforce CLI scaffolds the component bundle, you write the HTML, JS, and metadata, deploy with sf project deploy start, and surface the component in the App Builder.
6 steps
How to LWC in Salesforce
Building an LWC is the same workflow as Lightning Web Component development: scaffold the bundle through DX, write the four files, deploy through the CLI, surface in App Builder.
7 steps
How to Manifest File in Salesforce
You rarely hand-type a manifest from a blank file. The Salesforce CLI generates one from your source or from an org, and you trim it. Here is how to produce a package.xml you can deploy with.
5 steps
How to Message Channel in Salesforce
You create a Message Channel as metadata in a Salesforce DX project, then deploy it so components can publish and subscribe. There is no point-and-click builder for the channel itself. You author the XML, save it in the right folder, and push it to the org.
4 steps
How to Metadata in Salesforce
Working effectively with Salesforce metadata combines knowing the metadata types involved in your changes, using the right tools for deploy and retrieve, and following source-control discipline. The workflow below covers the standard sequence for a metadata-based development project.
4 steps
How to Metadata Type in Salesforce
Understanding metadata types is one thing; using them well in a release pipeline is another. The workflow below covers the standard sequence for retrieving, modifying, and deploying metadata in an SFDX-based project, which is the modern way to work with the Metadata API.
4 steps
How to Metadata WSDL in Salesforce
Generating the Metadata WSDL and importing it into a development platform is a one-time setup you do before building a SOAP client. You download the file from Setup, generate stub code from it, and pair it with a login WSDL for authentication.
5 steps
How to Named Credential in Salesforce
Creating a Named Credential is the cleanest way to integrate Salesforce with an external service. Pick the authentication protocol, configure the endpoint, set the principal mode, and reference the credential from Apex or Flow. The hard part is matching the credential configuration to the external service''s expected authentication, which usually requires reading the target API''s docs carefully.
8 steps
How to Named Query API in Salesforce
Building a Named Query is a four-step process: design the query and parameters, register the Named Query in Setup, grant access to the right clients, and validate from a test client. The walkthrough below covers a typical partner-integration scenario where an external system needs to fetch Accounts by a custom external ID.
4 steps
How to Namespace in Salesforce
Registering a namespace is a one-time action you take on a dedicated Developer Edition org before you build a managed package. Pick the prefix with care, because it is permanent once confirmed.
4 steps
How to Namespace Prefix in Salesforce
Registering a namespace prefix is a one-time setup for a package, but using it correctly is an ongoing development concern. The workflow below covers the standard sequence for a new ISV or enterprise team setting up a namespaced package.
4 steps
How to onClick JavaScript in Salesforce
The migration pattern is consistent across orgs: inventory, classify, replace, retire. Each step has tooling support but requires manual decisions per button.
5 steps
How to Partner WSDL in Salesforce
You do not build a Partner WSDL by hand. Salesforce generates it for you from Setup, and you download the file once per API version, then feed it to your SOAP toolkit to generate client stubs. Here is the path in a Lightning org.
4 steps
How to Patch in Salesforce
Creating a 2GP patch means producing a package version that bumps only the patch segment of an already-released major.minor line, then promoting it for customers. There is no patch org. You work from source and the Salesforce CLI.
5 steps
How to Platform Event in Salesforce
Platform Events are powerful but introduce async timing into your architecture. Plan the publisher pattern (Apex versus Flow versus external API), pick the subscriber model (Apex trigger versus Event-Triggered Flow versus external Pub/Sub), and decide on transaction publish behavior up front. Build in a sandbox with realistic publish volumes before going live.
8 steps
How to Platform Event Bus in Salesforce
The Event Bus is not configured directly. Configuration happens at the event-type level (define a Platform Event, enable CDC on an object) and at the subscriber level (Apex trigger, flow, external Pub/Sub client). The design pattern below covers the recommended approach.
5 steps
How to Remote Access Application in Salesforce
When you encounter a Remote Access Application reference in legacy documentation or code, the right action is to translate it to the modern Connected App equivalent. The walkthrough below covers the typical sequence for updating documentation, code, and configuration to current terminology and capabilities. The goal is not just terminology consistency; it is also an opportunity to evaluate whether the legacy integration still uses the right OAuth flow and security posture for current threat models.
4 steps
How to Remote Site Settings in Salesforce
Setting up a Remote Site is a straightforward Setup task, but doing it well requires thinking about security, environment differences, and the broader integration architecture. The workflow below covers the standard sequence for adding a new external endpoint that Apex needs to call.
4 steps
How to REST (Representational State Transfer) in Salesforce
Stand up a Connected App, get an OAuth access token, and run a GET on the sobjects endpoint to confirm the Salesforce REST API is reachable from your environment.
6 steps
How to REST API in Salesforce
Calling the Salesforce REST API from an external system has three layers: authenticate via OAuth, construct the request URL with the right API version and resource, and handle the response with proper error handling. Build with a tested client library (Salesforce ships SDKs for Node, Python, Java, .NET) rather than rolling raw HTTP; the SDKs handle authentication, retries, and pagination consistently.
8 steps
How to Salesforce API Version in Salesforce
You set the Salesforce API version on an Apex class or trigger from its Version Settings in Setup. This pins the platform behavior the code runs under and the versions of any managed packages it depends on. Use this to keep code on a deliberate, reviewed version rather than letting it drift.
4 steps
How to Salesforce DX in Salesforce
Setting up a Salesforce DX project means installing the CLI, authenticating the Dev Hub, scaffolding the project, creating a scratch org, deploying source, and running tests. The first run takes an hour. Every subsequent run takes minutes.
7 steps
How to Salesforce Extensions for Visual Studio Code in Salesforce
Setting up the Salesforce Extension Pack takes a few prerequisites and one project step. Once it is in place you authorize an org and start retrieving metadata.
4 steps
How to Schema Builder in Salesforce
Use Schema Builder to create a custom object directly on the canvas. You need the Customize Application permission, and the object exists in your org as soon as you save, so do this in a sandbox if you are still designing.
4 steps
How to Schema Settings in Salesforce
Schema Settings toggles affect the entire org. Sandbox first, document the change in your release notes, and confirm with the team that no integration or report depends on the current behavior. Below is the standard sequence to follow when you need to flip one of these switches.
4 steps
How to Scratch Org in Salesforce
Using scratch orgs requires the Salesforce CLI, a project in SFDX project format, an authorized Dev Hub, and a scratch org definition file. The first-time setup takes a few hours; daily use is fast once the toolchain is in place. The shift from org-driven to source-driven development is the bigger lift than the technical setup itself.
8 steps
How to Setter Methods in Salesforce
Writing effective setter methods in Apex is mostly about deciding when to use the automatic property syntax versus an explicit setter with custom logic. The four-step routine covers: pick the right syntax for the property, add validation and normalization logic where appropriate, document dependencies between setters, and test the setters explicitly in unit tests. Each step is a small decision; the cumulative effect on code quality is large. Mature Apex codebases keep setter logic short and predictable; long setters with side effects become maintenance debt quickly.
4 steps
Marketing (19)
How to Advertising Studio in Salesforce
Publishing an audience is straightforward once the platform connectors are configured. The slow part is making sure the source data and the privacy posture are right before any data leaves the org.
5 steps
How to Audience Channel in Salesforce
Here is the shape of activating an audience to a channel in Data Cloud, from creating the activation target to choosing the contact points that pick the channel. Exact labels shift by release, so confirm against current Help before you ship.
5 steps
How to Email Alert in Salesforce
Creating an Email Alert is a 5-minute task: pick an object, pick a template, pick recipients. Wiring it into a Workflow Rule, Process Builder, or Flow takes another few minutes. The total time to send a triggered email is under 15 minutes for most use cases.
6 steps
How to Email Approval Response in Salesforce
Email Approval Response is a one-click enable for the entire org. Once on, every Approval Process supports email replies. The work is in training approvers on the keyword conventions.
6 steps
How to Email Notification in Salesforce
Most email notification problems are diagnosed by walking back from the recipient to the configuration: who sent it, which template, which automation triggered it, and whether the org's deliverability settings allowed it through. The setup steps below cover the common case: a Flow-triggered notification using an Email Alert. Adjust the steps for Approval Processes, Apex, or Workflow Rules.
4 steps
How to Email Studio in Salesforce
Email Studio sends an email in five conceptual steps: pick the audience (Data Extension), pick the content (Content Builder), pick the send settings (subject, from address, schedule), validate, send. The first send takes a few hours to set up; subsequent sends are minutes.
6 steps
How to Email Template in Salesforce
Here is how to create a Lightning Email Template in Lightning Experience. You build it once in the Email Templates list, set who and what it relates to, then reference it from sends and automation.
4 steps
How to Journey Analytics in Salesforce
Most of Journey Analytics works the moment a journey is activated, but the dashboard view that combines send data with website behavior has to be set up. Here is the path a Marketing Cloud admin or marketer follows to get a measurable journey and a populated dashboard.
4 steps
How to Letterhead in Salesforce
These steps create a Classic Letterhead in Salesforce Classic, then make it available to HTML email templates. You need the Manage Letterheads permission, and you should host any logo image on a publicly reachable URL before you begin.
5 steps
How to Loyalty Member in Salesforce
You can enroll a customer by creating a Loyalty Program Member record directly in the app. Open the Loyalty Programs tab, select your program, go to its Loyalty Program Members related list, and click New. For high volumes, use the Loyalty APIs or batch enrollment instead.
4 steps
How to Loyalty Program in Salesforce
You create a Loyalty Program from the Loyalty Program record pages in an org with Loyalty Management enabled. Start in Draft, build out currencies and tiers, then activate. These steps cover the parent record; tiers, currencies, and processes are configured from its related lists afterward.
5 steps
How to Marketing Automation in Salesforce
Marketing automation is a category, so you do not create one record called a marketing automation. You stand up an automated program inside a specific product. The most common first build is an automated nurture in Engagement Studio (Account Engagement) or a multi-step journey in Journey Builder. The high-level path below applies to either. Confirm you have the product license and the right user permissions before you start.
5 steps
How to Marketing Cloud Account Engagement in Salesforce
Setting up MCAE for a new B2B marketing operation is a multi-month exercise. Plan the Salesforce sync, design the scoring and grading model, build the foundational nurture programs, and integrate with the marketing website for tracking. Most successful implementations engage a specialized partner because the product depth exceeds typical Sales Cloud admin work.
8 steps
How to Marketing Cloud Intelligence in Salesforce
You do not create a single Marketing Cloud Intelligence record. You stand up the platform by connecting sources, harmonizing the data, and publishing dashboards. This is the high-level path an admin or analyst follows; the exact screens depend on your edition and which successor product you are on.
4 steps
How to Marketing Cloud Personalization in Salesforce
Standing up Personalization is a configuration and integration project, not a single record you create. The high-level path takes you from account access through tag deployment, catalog and sitemap setup, and a first live campaign. The steps below outline that path; the detailed field-level work lives in the Salesforce Help implementation guide.
4 steps
How to Marketing User in Salesforce
Assigning the Marketing User license is a two-part job. First select the checkbox on the user record to grant the feature license, then make sure the user's profile or a permission set grants the object permissions on Campaigns. You need the Manage Internal Users permission to edit user records.
4 steps
How to Mobile Studio in Salesforce
Standing up Mobile Studio is a multi-step project across configuration, compliance, and operational training. The four-phase routine covers: provision the sending capability (phone numbers, push certificates, messaging app integrations), set up subscriber attributes and audiences, build and test message templates, and operationalize the launch with compliance monitoring. Mobile marketing has higher engagement than email but also higher regulatory risk; skipping the compliance step at launch is the most expensive mistake mobile programs make.
4 steps
How to Pardot in Salesforce
Pardot and Marketing Cloud Account Engagement refer to the same product. Setting up the product is the MCAE configuration workflow; the steps below cover navigating the naming gap when reading documentation, configuring integrations, and communicating with various audiences.
8 steps
How to Salesforce Marketing Cloud in Salesforce
Setting up a campaign in Marketing Cloud means provisioning the audience as a Data Extension, designing the email content with AMPscript, building a journey or send, and configuring the sender profile for deliverability.
5 steps
Platform (157)
How to Actionable Relationship Center in Salesforce
ARC requires both a configured Relationship Graph metadata record and a page-layout placement. The configuration takes about an hour for a first graph; subsequent graphs reuse most of the work.
5 steps
How to Activations in Salesforce
Creating an Activation assumes a Segment is already built and an Activation Target is already configured. The Activation itself is the assembly step that links the two and adds the runtime details.
5 steps
How to Add-on in Salesforce
Rolling out an add-on takes contract action, provisioning, and the standard permission-assignment loop. The mechanics are similar across add-ons; the differences are in which permission sets and PSLs the specific product uses.
5 steps
How to Advanced Search in Salesforce
The defaults are mediocre. A short pass on search settings and per-object search layouts is the highest-leverage 30 minutes an admin can spend on user experience.
5 steps
How to All Sites in Salesforce
Creating a site is a fast wizard. The hard part is choosing the right template and licence type before clicking New, because changing them mid-build is harder than starting over.
5 steps
How to App in Salesforce
Building a Lightning App takes a 10-minute wizard. The longer work is curating the navigation and utility surfaces for the role that will use it.
5 steps
How to App Launcher in Salesforce
The App Launcher works out of the box for new orgs. Admin work is about controlling visibility per profile and configuring Connected Apps if SSO is part of the deployment.
5 steps
How to App Manager in Salesforce
Build a new user-facing Lightning app from Setup so a specific team gets its own branded navigation bar and tab set in the App Launcher.
4 steps
How to App Menu in Salesforce
Configuring the App Menu equivalent in Lightning means using App Manager: create Lightning Apps, set per-profile visibility, configure default apps per profile, and curate the Connected App list. The work is incremental and most useful when new user populations are onboarded.
6 steps
How to AppExchange in Salesforce
Installing an AppExchange app is straightforward when you know the steps. Skipping any step is the most common source of "the app installed but nothing works" complaints.
6 steps
How to AppExchange Listing in Salesforce
Here is how a partner creates and publishes a solution listing through the AppExchange Partner Console and Listing Builder. This assumes the managed package already exists and the partner business org is set up.
5 steps
How to AppExchange Marketplace in Salesforce
Installing a solution from the marketplace is a guided flow that finishes inside Setup of the org you choose. Test in a sandbox or Developer Edition org first, then promote to production once the solution behaves as expected.
4 steps
How to AppExchange Publishing Organization in Salesforce
Partners get one APO when they sign their partner agreement. Operating it well is mostly discipline: do not develop in it, install the right management apps, and keep credentials tight.
5 steps
How to AppExchange Upgrades in Salesforce
Upgrade rollout is a partner and customer collaboration. Partners need staged release discipline; customers need sandbox validation before allowing production upgrades.
5 steps
How to Appointment Scheduling in Salesforce
Salesforce Scheduler is enabled and configured in Setup, then exposed to users through flows. These are the core steps to get a first bookable appointment working in an Enterprise or Unlimited edition org.
5 steps
How to Canvas App Previewer in Salesforce
Use the Canvas App Previewer to load and debug a canvas app inside Salesforce before you embed it anywhere. You need a defined canvas app and the right permissions first.
4 steps
How to Case, Checkout in Salesforce
There is no single Case Checkout setting. You enable the behavior either by giving reps a Queue list view with an Accept button, or by routing Cases through Omni-Channel. Here is the common path for both, starting from a Queue.
5 steps
How to Category, Ideas in Salesforce
Categories for Ideas were configured in Setup on the older Ideas feature. These steps describe how an admin defined and scoped category values in an org that still has Ideas enabled. Treat this as legacy guidance for maintaining an existing zone, not a pattern for a new program.
4 steps
How to Challenge in Salesforce
Completing a Trailhead Challenge follows the same rhythm every time: read the brief, build it in a Playground, then verify. These steps describe that loop for any hands-on Challenge.
5 steps
How to Checkout in Salesforce
On an Aura B2B or D2C store, you start from the default checkout flow Salesforce provides, then customize it in Flow Builder. Here is the high-level path to put a working, tailored checkout on a store.
5 steps
How to Commerce Cloud Storefront in Salesforce
At a high level, standing up a B2C Commerce SFRA storefront means provisioning a site, attaching its cartridge stack, importing catalog and pricing data, and configuring search, content, and checkout. The exact steps run through Business Manager and your code repository. This is the shape of the work, not a click-by-click runbook.
4 steps
How to Community in Salesforce
For new external-facing site deployments, use Experience Cloud (formerly Community) with the right template. The workflow is the same regardless of which name appears in the documentation you are reading.
7 steps
How to Community Application in Salesforce
Spinning up a Community Application means enabling Digital Experiences for the org, picking a template, configuring access for the right license type, and activating the site under a domain. The order matters because Digital Experiences is a one-way org setting that you cannot revert later.
7 steps
How to Community Expert in Salesforce
Designating a Community Expert means marking a user record inside Experience Workspaces. The flag is per site and per user, and Salesforce limits how many you can designate, so the workflow is selective by design.
5 steps
How to Connect for Office in Salesforce
Connect for Office is fully retired. The actionable workflow today is not how to install it; it is how to identify dependencies in your org and migrate them to a current tool.
5 steps
How to Connect for Outlook in Salesforce
Connect for Outlook is retired and cannot be reinstalled. The actionable workflow is removing leftover installs and moving users to the current Outlook Integration plus Einstein Activity Capture combination.
6 steps
How to Connection (for Salesforce to Salesforce) in Salesforce
Setting up a Connection requires both orgs to participate. The local admin enables S2S, sends an invitation, and once the partner accepts, both sides configure their publish/subscribe lists.
7 steps
How to Content Delivery in Salesforce
Creating a delivery takes three clicks from a Content Document. The configuration choices (expiration, password, permissions) matter most for sensitive material.
6 steps
How to Content Pack in Salesforce
Most of the work is curating which documents go in the pack and which order they appear. The technical setup is minimal because Content Packs ride on top of existing CRM Content.
6 steps
How to Contract, Checkout in Salesforce
Most of the work happens in Commerce checkout flow configuration. The Contract write is downstream of the checkout but driven by what the buyer selects.
6 steps
How to Customer 360 in Salesforce
Implementing Customer 360 is a multi-product, multi-quarter program. The framing is simple; the work of unifying data and processes across clouds takes years for large enterprises.
6 steps
How to Data Cloud in Salesforce
Setting up Data Cloud is a multi-month exercise that touches data sources, identity resolution, data modeling, segmentation, and activation. It is significantly more complex than configuring traditional Sales Cloud or Service Cloud. Plan with an experienced data architect and a phased rollout; trying to ingest everything at once produces overwhelming complexity.
8 steps
How to Data Model Object in Salesforce
DMO setup is mostly a configuration task in the Data Cloud Data Model area. Decisions about extending standard versus building custom DMOs should happen upfront; reversing them later is expensive.
5 steps
How to Data Stream in Salesforce
Setup runs in three phases: configure the source connection, define the Data Stream and its mapping, then verify ingestion and downstream DMO population.
5 steps
How to Database in Salesforce
You cannot tune the underlying database engine, but you can see exactly how your org consumes storage and which objects are the heaviest contributors. The Storage Usage page is your starting point, and a few habits keep you well below the limit.
5 steps
How to Database Table in Salesforce
You never run CREATE TABLE in Salesforce. You define a custom object through the Object Manager and the platform provisions storage, indexes, and the metadata mapping for you. The wizard takes about a minute; the choices you make in it are mostly permanent.
6 steps
How to Deprecated Component in Salesforce
Salesforce telegraphs deprecations through release notes, but finding them in your specific org requires running the right scans. The work is to inventory, prioritize, and migrate in order of risk.
6 steps
How to Design Center in Salesforce
Design Center turns API design from a Word-document exercise into a versioned, validatable spec with a free mock endpoint. The path from blank canvas to published spec takes about 30 minutes for a small API.
6 steps
How to Detail in Salesforce
Adding a field to the Detail section is one of the most common admin tasks. The path depends on whether the record page uses a Page Layout or Dynamic Forms; both routes get you there in under five minutes.
6 steps
How to Detail View in Salesforce
Customizing a Detail View means editing the Lightning Record Page in Lightning App Builder. The page composes components for a specific object's record view; activation rules decide which users see which page.
6 steps
How to Development as a Service (DaaS) in Salesforce
Setting up Salesforce DaaS means enabling a Dev Hub, installing the Salesforce CLI, structuring a Git repository, and creating your first scratch org. From there, you build on the same primitives.
6 steps
How to Dynamic Forms in Salesforce
Migrating a record page to Dynamic Forms takes a wizard-driven conversion plus deliberate cleanup. The migration runs without changing what users see initially; the value comes from the conditional visibility rules and reorganization you add afterward. Plan the migration as a two-step exercise: convert mechanically, then optimize for the new capabilities.
8 steps
How to Education Cloud in Salesforce
Implementing Education Cloud is a 6-12 month project involving data migration, system integration, user training, and process change. Plan it like a campus-wide ERP project, not a Salesforce sprint.
6 steps
How to Enterprise Application in Salesforce
Implementing an enterprise application like Salesforce involves discovery, design, build, test, train, deploy, and continuously improve. Most successful implementations follow a phased approach over months or years, not weeks.
6 steps
How to Enterprise Edition in Salesforce
Picking the right Salesforce edition is a one-time decision at purchase time and a periodic review afterward. Enterprise fits most customers; the check is whether your specific needs exceed its limits.
6 steps
How to Entity in Salesforce
You do not create an entity on its own, since standard and custom objects are the entities. But you can reference one through an Entity Definition relationship on a custom metadata type, which lets a configuration record point at an object by metadata rather than by a typed-in name. Here is how to add that field in Setup.
4 steps
How to Event Manager in Salesforce
Configuring event-driven integration on Salesforce spans Platform Event definition, CDC enablement, subscriber registration, and ongoing monitoring. The walkthrough below covers the standard sequence for a typical real-time replication use case where Salesforce data needs to flow to an external system in near real time.
4 steps
How to Event Relays in Salesforce
Creating an Event Relay means defining an EventRelayConfig that points a Salesforce event channel at your AWS account, then activating the partner event source in EventBridge. You can do this in the Setup UI or with the Tooling or Metadata API. The fields below describe the declarative path.
5 steps
How to Event Studio in Salesforce
Creating a Platform Event through Event Studio is a four-stage flow: design the event shape, register it in the org, configure subscribers, and validate end-to-end. The walkthrough below covers a typical use case where a custom business event needs to trigger downstream Apex and Flow automation plus notify an external system.
4 steps
How to Exchange Asset in Salesforce
Working with Exchange Assets spans publishing assets your team creates and consuming assets others have published. The workflow below covers both sides, with the assumption that the team is working in the MuleSoft Anypoint Platform with an active Salesforce integration.
4 steps
How to Experience Builder in Salesforce
Experience Builder is reached from an existing Experience Cloud site, so you create the site first, then open it in the builder to customize pages, theme, and components.
5 steps
How to Experience Cloud in Salesforce
Building an Experience Cloud site is a multi-week to multi-month project depending on customization depth. The work spans template selection, page design, sharing configuration, authentication, branding, and content authoring. Plan carefully because rebuilding mid-project is expensive.
8 steps
How to Experience Cloud Site in Salesforce
Spin up a new Experience Cloud Site from Setup. You enable the feature once per org, then run the creation wizard for each site you need. Plan licensing and sharing before you start, because both are easier to get right up front than to retrofit.
5 steps
How to External Data Source in Salesforce
You define an External Data Source in Setup, then validate and sync it to generate external objects. These steps assume an OData source, which is the most common starting point.
4 steps
How to External Lookup Relationship in Salesforce
An external lookup needs three pieces in place before the field type even appears: Salesforce Connect licensed, an external data source registered, and external objects generated from that source. Once the prerequisites exist, the field creation is straightforward, but the gotchas show up later in production when the external system blinks.
7 steps
How to External Object in Salesforce
Setting up an External Object has two layers: getting Salesforce Connect configured (data source, named credential, connector type) and exposing the external schema as External Objects (validate and sync, field mapping, relationship design). Both layers need careful design because the source system constrains what is possible.
8 steps
How to External Services in Salesforce
External Services setup is two steps: create the Named Credential for authentication, then register the service against an OpenAPI spec. The service is then usable in any flow on the same org.
5 steps
How to External User in Salesforce
You create an external user by enabling an existing Contact, not by adding a User from scratch. Salesforce builds the User record for you and links it to the Contact. The exact action depends on whether the person is a partner or a customer, and the account behind them must be set up first.
5 steps
How to File Collaborator in Salesforce
Granting Collaborator access is a sharing action on an individual file. The most common path is the Share dialog in Lightning Experience, where you pick the people or groups and set their access level to Collaborator. Developers can do the same thing in bulk by inserting ContentDocumentLink records with ShareType set to C.
4 steps
How to File Owner in Salesforce
Changing who owns a file, or transferring it to a teammate, is done from the file detail page in Lightning Experience. The owner or a System Administrator can do this. Use it when a file needs to move because someone changed roles or is leaving.
4 steps
How to Files Tab in Salesforce
Files home is available by default, but you often want to confirm the Files tab is in an app's navigation and visible to the right users. Do this in Setup so internal, partner, and customer users each see a Files tab that fits their needs.
4 steps
How to Financial Services Cloud in Salesforce
Setting up FSC is a multi-quarter exercise. Plan the data model, choose the personas, configure integrations with core banking or wealth platforms, design the compliance posture, and roll out by line of business. Most successful FSC implementations engage a financial-services-specialist consulting partner with both Salesforce and industry expertise.
8 steps
How to Flag in Salesforce
Turn on member flagging for an Experience Cloud site so community members can report inappropriate posts, comments, files, and messages, and so moderators can act on them. Do this in Experience Workspaces for the site.
5 steps
How to Gmail in Salesforce
The setup runs in three places. Plan one hour per user for the first rollout; ongoing onboarding is a 10-minute task once the org-wide configuration is in place.
6 steps
How to Gmail Integration and Sync in Salesforce
Bring up the Gmail Integration in Lightning Experience, turn on the supporting settings first, then connect the capture engine and the users. Do this with the Google Workspace admin lined up.
5 steps
How to Google Apps in Salesforce
If an org still references the Google Apps integration in Setup or in user training, plan a migration to the modern Gmail Integration and Einstein Activity Capture stack. The work is mostly cleanup.
6 steps
How to Google Docs in Salesforce
Files Connect is the only supported way to surface Google Docs on Salesforce records in a new org. The setup involves an external data source, an authentication provider, and per-user OAuth.
5 steps
How to Guided Slack Setup in Salesforce
The guide is sequential. Allocate two to four hours of focused admin time and coordinate with the Slack admin in advance; some steps require Slack-side actions that cannot be performed from Salesforce alone.
5 steps
How to Heroku in Salesforce
Heroku Connect is the most common Heroku feature a Salesforce admin or developer configures. These steps set up a basic sync between a Salesforce object and a Heroku Postgres table. Do this in a Heroku app that already has Heroku Postgres attached.
4 steps
How to Home Organization in Salesforce
There is no New Home Organization button. You designate a home org by making it the identity provider that your other orgs trust. Do this work in the org you have chosen as home.
4 steps
How to Home Tab in Salesforce
Build a custom Home Tab in Lightning App Builder, then activate and assign it so the right users see it. This walkthrough creates one role page and targets it by app and profile.
4 steps
How to Hyperforce in Salesforce
Hyperforce migrations are scheduled by Salesforce, but customer preparation makes the difference between a smooth migration and a disrupted one. The workflow below covers the standard customer-side preparation for an upcoming Hyperforce move.
4 steps
How to Hyperforce Assistant in Salesforce
The Hyperforce Assistant is not something you build, it is a Setup tool you run to prepare your org. Here is how to work through it.
4 steps
How to Idea in Salesforce
Posting an Idea is how a community member submits a suggestion into a zone so others can vote and comment on it. The fields below are what a poster fills in; statuses and categories are configured by an admin beforehand.
4 steps
How to Idea Themes in Salesforce
Idea Themes ships disabled. An administrator enables it in Setup, then creates a theme from the Idea Themes tab. You need the Customize Application permission to change the setting, plus Read on Idea Themes and Create on Ideas to build a theme.
4 steps
How to IdeaExchange in Salesforce
Posting a strong idea on IdeaExchange takes a few minutes and gives Salesforce product managers something concrete to act on. Sign in with your Trailblazer ID first, then search before you post.
4 steps
How to In-App Guidance in Salesforce
Create a single prompt in Setup, then optionally chain prompts into a walkthrough. You need the Customize Application and Modify All Data permissions. Build on a desktop browser, because In-App Guidance does not render in the Salesforce mobile app.
5 steps
How to Influence, Chatter in Salesforce
Chatter activity and influence are part of Chatter, which is on by default in most editions. You do not turn influence on with a single toggle. Instead you confirm Chatter and profiles are enabled and that users are actually posting, since the levels only appear once there is activity to rank. These steps describe how an admin confirms the feature is in place and where to look.
4 steps
How to Installed Packages in Salesforce
Installed Packages is the page for ongoing package management. Most operations (install, upgrade, uninstall, license assign) are click-through; the deeper audit work involves reading package contents and dependency graphs.
5 steps
How to Installed Product in Salesforce
Most Installed Product records are created automatically by order fulfillment, which is the recommended path. You can also create one directly in an Industries org for data correction, migration, or a one-off, as long as the object is part of your cloud's data model.
5 steps
How to Integration User in Salesforce
Set up a dedicated Integration User on the Salesforce Integration license, grant least-privilege access through a permission set, and let an external system authenticate as it through a connected app. Do this in Setup as an admin.
4 steps
How to Intelligent Apps in Salesforce
Most Salesforce intelligent apps share one prerequisite: Einstein must be enabled in your org, and generative or agentic features also need Data Cloud and the Einstein Trust Layer in place. Here is the high-level setup an admin follows before any AI feature will appear.
5 steps
How to Intelligent Form Reader in Salesforce
Enabling Intelligent Form Reader (configured today under Intelligent Document Reader) takes a short setup pass plus a template for each form type. You need a System Administrator profile, Lightning Experience, an Industries Cloud such as Financial Services Cloud, and the add-on license. These are the main steps.
4 steps
How to Library in Salesforce
Admins and Library Administrators create libraries from Files Home in Lightning Experience. You give the library a name, optionally brand it with an image, then add members and assign each one a library permission. You need Manage Library checked in your library permission to manage a library after it exists.
4 steps
How to Lightning App Builder in Salesforce
Building a Lightning page is mostly drag-and-drop, but the design choices matter: which components, in which order, with which visibility rules, deployed to which audiences. Build in sandbox, validate as multiple user personas, test performance, and deploy through your standard change pipeline.
8 steps
How to Lightning Bolt Solutions in Salesforce
You create a Lightning Bolt Solution by exporting a customized Experience Builder site and bundling it for distribution. This is a feature configuration done in Setup and Experience Builder, not a single record you save. The high-level path below mirrors the Salesforce Help flow.
4 steps
How to Lightning Design System in Salesforce
You do not install SLDS inside Lightning Experience; the styles are already there. The setup work is applying it correctly in a custom Lightning Web Component and customizing the brand through styling hooks rather than overriding classes. Here is the practical flow.
4 steps
How to Lightning Experience Insights in Salesforce
You do not build Lightning Experience Insights, you turn on its pieces and read them. Here is how an admin opens the Lightning Usage App, switches on a live EPT readout for spot checks, and builds a custom report when the packaged views are not enough.
4 steps
How to Lightning for Gmail in Salesforce
Turning on the Gmail Integration is the modern equivalent of enabling what older docs called Lightning for Gmail. The toggle lives in Salesforce Setup, then reps add the browser extension. You must be a Salesforce admin and the org must be on Lightning Experience.
4 steps
How to Lightning for Outlook in Salesforce
Lightning for Outlook is the legacy name for the Outlook Integration. You enable it from Setup on the Salesforce side, then coordinate the Microsoft 365 approval. Here is the modern path for a current org.
5 steps
How to Lightning Platform in Salesforce
Lightning Platform is not configured the way a feature is. It is the foundation every other feature runs on. The decision points below cover when to use it versus when to look elsewhere.
5 steps
How to Lightning Platform App Menu in Salesforce
Use the App Menu page to control which apps appear for users and the order they show in, then confirm visibility flows from the right profiles and permission sets.
5 steps
How to Lightning Platform Builder in Salesforce
There is no single app called Lightning Platform Builder to open. To start building declaratively, you open a specific builder from Setup. The steps below use Lightning App Builder, the most common entry point, to create a new Lightning page. The same Setup-first pattern works for Object Manager, Flow Builder, and Schema Builder.
4 steps
How to Lightning Platform Enterprise App in Salesforce
You assign a Lightning Platform or Salesforce Platform license to a user on the user record. Each user holds exactly one user license, so this either happens at creation or replaces the current license. You need an available seat of the target license type in the org.
5 steps
How to Lightning Platform Light App in Salesforce
You do not build a Light App license; you buy it on your contract and then assign it to a user, the same way you assign any user license in Setup. Confirm the seat is available, then set it on the user record and scope access with a fitting profile.
4 steps
How to Lightning Scheduler in Salesforce
Lightning Scheduler setup runs in three layers: enable the feature and turn on the data model, configure resources, territories, and work types, then build the booking flow. Plan for two to four weeks of admin time for a non-trivial rollout.
5 steps
How to Lightning Sync in Salesforce
Lightning Sync stopped working in February 2024. The remaining work for any org is auditing what was set up, removing orphan configuration, and either migrating to Einstein Activity Capture or accepting that activity sync no longer happens.
5 steps
How to Lightning Usage in Salesforce
The value of Lightning Usage data comes from acting on it. The workflow below covers the standard sequence for using the data to drive specific admin actions that improve the org's user experience and adoption.
4 steps
How to Local Project in Salesforce
You create a Local Project with the Salesforce CLI, then connect it to an org. These steps produce a source-format project ready for git and deployment.
4 steps
How to Manage Slack Connection in Salesforce
Setting up Manage Slack Connection is a coordinated activity between the Salesforce admin and the Slack workspace admin. The four-step process covers: install the Salesforce app into Slack with the right OAuth scopes, authorize the connection from the Salesforce side, configure user identity mapping, and enable the specific Salesforce-Slack features the org wants. After that, ongoing operation is monitoring the connection health and re-authorizing when tokens expire. Each step is short on its own, but skipping any of them leaves a half-working integration that confuses users.
4 steps
How to Managed Package in Salesforce
Building a managed package starts in a Dev Hub with Salesforce DX. You scaffold the project, write the metadata in source format, declare the package in sfdx-project.json, build a version, and submit for security review before publishing on AppExchange.
7 steps
How to Message, Chatter in Salesforce
Chatter Messages ride along with Chatter itself. To make private messaging available and safe to use, an admin enables Chatter, confirms messages are turned on, and then adds governance for content that needs supervision. These steps happen in Setup under Chatter Settings.
4 steps
How to Mobile Builder for the Seller-Focused Experience in Salesforce
Mobile Builder for the Seller-Focused Experience is configured in Setup with no code. You create one app configuration, then add an object configuration for each object whose mobile record home page you want to control, customize the layout, and publish it to your sellers.
5 steps
How to Mule Application in Salesforce
You build a Mule application in a MuleSoft IDE, not in Salesforce Setup. Here is the shape of creating a basic application that listens for a request and returns data. You need an Anypoint Platform account and either Anypoint Studio or Anypoint Code Builder installed.
5 steps
How to MuleSoft in Salesforce
MuleSoft is not configured the way a Salesforce feature is. The decision below is about whether to use it and how to plan the rollout if the answer is yes.
5 steps
How to MuleSoft Anypoint Platform in Salesforce
Salesforce admins can connect an org to an Anypoint Platform account to enable MuleSoft Direct features such as the MuleSoft API Catalog for Salesforce and Integration Intelligence. This is a one-time setup that pairs the two platforms; it does not build the integration itself, which still happens in Anypoint Studio or Code Builder.
4 steps
How to MuleSoft Direct in Salesforce
Setting up a MuleSoft Direct integration is the no-code alternative to a full MuleSoft project. The walkthrough below covers the standard sequence for a typical Salesforce-to-SAP customer sync scenario; the steps are similar for other supported integrations with system-specific differences in credentials and field mappings.
4 steps
How to Mulesoft Integration in Salesforce
You can connect a Salesforce org to MuleSoft Anypoint Platform through MuleSoft Direct in Setup. This packaged path surfaces supported integrations without a full custom build. You need both Salesforce and MuleSoft admin access.
4 steps
How to MuleSoft Observability in Salesforce
Using MuleSoft Observability effectively spans initial configuration on the Anypoint Platform side, integration with Salesforce monitoring on the Salesforce side, and ongoing operational discipline around reviewing the metrics and acting on alerts. The walkthrough below covers the standard sequence for a customer with both MuleSoft and Salesforce.
4 steps
How to myTrailhead in Salesforce
Setting up myTrailhead is an enterprise rollout project: license procurement, branding configuration, SSO integration, content authoring, and learner onboarding. The work spans weeks to months depending on the content depth.
7 steps
How to Native App in Salesforce
Before writing the first line of code, run through the native versus composite decision so you know what you are committing to support for the next five years.
4 steps
How to Navigation Tab in Salesforce
Configure the navigation bar for a Lightning app from Setup > App Manager. The change applies to every user assigned to the app's profiles or permission sets and ships through change sets or a DX project.
5 steps
How to Net Promoter Score in Salesforce
Feedback Management is a licensed add-on. Confirm you have the Feedback Management license assigned before starting; the Survey Builder appears in Setup once the license is provisioned.
5 steps
How to Net Zero Cloud in Salesforce
The shortest path to a defensible carbon inventory is to pick a baseline year, ingest energy and travel data for that year, validate against utility bills, then layer Scope 3.
5 steps
How to Nickname in Salesforce
Turn on Nicknames at the community level and decide the default-generation rule before launching. Retrofitting a community to use nicknames after members have built reputations is awkward; the leaderboard suddenly shows different names and members complain.
5 steps
How to Nonprofit Cloud in Salesforce
Standing up Nonprofit Cloud for a nonprofit organization is a multi-month implementation spanning licensing, data model setup, fundraising workflow design, program configuration, and integration. The walkthrough below covers the high-level sequence for a typical mid-size nonprofit deployment.
4 steps
How to OData Producer in Salesforce
Connecting an OData producer takes three steps: register the external data source, synchronize the schema to create external objects, and add the external objects to page layouts.
5 steps
How to Online Community in Salesforce
Spinning up a basic customer-service community takes about a day if Knowledge is already set up. Branding, custom components, and rollout planning add weeks. Plan for two to three months from kickoff to public launch on a mid-sized implementation.
6 steps
How to Org in Salesforce
Managing a Salesforce org is an ongoing operational discipline that spans Setup configuration, sandbox refresh planning, user management, customization promotion, and limits monitoring. The workflow below covers the standard tasks every admin should perform regularly to keep the org healthy.
4 steps
How to Organization in Salesforce
Managing a Salesforce organization is an ongoing operational discipline. The workflow below covers the standard tasks every admin should perform regularly to keep the org healthy, secure, and aligned with business needs.
4 steps
How to Outlook Integration and Sync in Salesforce
Deploying Outlook integration spans the Setup configuration on the Salesforce side, the Outlook plugin installation on the user side, and the ongoing operational support. The walkthrough below covers the standard sequence for a Sales Cloud deployment integrating with Microsoft 365 Outlook.
4 steps
How to Package Usage in Salesforce
Managing package licenses is a recurring rather than one-time task. The Package Usage page is the audit surface; the action happens on each package's Manage Licenses page. Below is the standard quarterly review workflow most mature orgs follow to keep license spend aligned with actual usage.
4 steps
How to Partner Experience in Salesforce
Launching a Partner Experience is a multi-week effort, not a single Setup task. The summary below covers the standard sequence from license provisioning through go-live, with the assumption that the org has an active Channel program ready to invite partners. Sandbox first; iterate on the layout with a small pilot of friendly partners before broad rollout.
4 steps
How to People in Salesforce
Unified People profiles are produced by an identity resolution ruleset in Data Cloud. You do not create a People record by hand. You define the rules, then Data Cloud builds and maintains the unified profiles for you. Here is the shape of that configuration.
5 steps
How to Platform as a Service (PaaS) in Salesforce
Adopting the Salesforce Lightning Platform as a PaaS for a new application is a strategic decision that affects development pace, operational model, and long-term capability. The workflow below covers the standard evaluation and adoption sequence for an enterprise considering Salesforce for a new application.
4 steps
How to Platform Cache in Salesforce
Before any Apex can store values, an admin allocates Platform Cache capacity into a partition. You do this once in Setup, then reference the partition by name from code.
4 steps
How to Platform Edition in Salesforce
You do not "turn on" Platform Edition. The Salesforce Platform license arrives in your org once it is on your contract, and an admin assigns it to a user, then grants object access through a profile or permission set. Here is the path in Setup.
4 steps
How to Point in Salesforce
Most points live in a Geolocation field. Here is how an admin adds one to an object so records can store coordinates and feed maps, formulas, and Apex. You create the field in Setup with the Object Manager.
4 steps
How to Popular Ideas in Salesforce
Popular Ideas appears automatically once the Ideas feature is enabled and a zone exists. You do not build the subtab itself; you turn on Ideas and configure the zone so the recency-weighted list has ideas to rank. Here is the high-level path an administrator follows in an Experience Cloud site.
4 steps
How to Private Connect in Salesforce
Setting up Private Connect spans Salesforce-side and customer-side work, with a coordination point between the two. The workflow below assumes the customer already has an AWS account with appropriate VPC infrastructure and that the Salesforce account team is engaged. Plan for at least two to four weeks of elapsed time from kickoff to a fully validated production setup, even though the active configuration work itself is measured in hours.
4 steps
How to Project in Salesforce
You create a Salesforce DX project from the command line, not from the Setup UI. Install the Salesforce CLI first, then generate the project folder and open it in your editor. These steps produce a tracked, ready-to-develop project.
4 steps
How to Project Manifest in Salesforce
You build a package.xml manifest either by generating it from an org with the Salesforce CLI or by editing the XML directly. The CLI route is faster and avoids most wildcard mistakes. Here is the generate-then-use flow.
4 steps
How to Push Notifications, Mobile in Salesforce
Push notifications are off until an admin enables the channel at the org level. The steps below turn on both in-app and push for the Salesforce mobile app, then point you at custom notifications for org-specific events.
5 steps
How to Push Notifications, Salesforce Console in Salesforce
These steps reflect configuring push notifications on a Salesforce Classic console app. They are here for maintaining existing Classic implementations. For new builds, use a Lightning console with list auto-refresh and event-driven updates instead.
5 steps
How to Push Upgrade in Salesforce
Push a patch version from your Partner Business Org to every subscriber org running a compatible prior version, on a schedule you control.
6 steps
How to Quip in Salesforce
Using Quip with Salesforce typically means installing the integration, building templates for repeatable patterns, embedding Quip documents on record pages, and training users on the in-context workflow. Plan adoption around specific use cases (account planning, deal collaboration, case runbooks) rather than as a general productivity rollout.
8 steps
How to Regression Testing in Salesforce
A Salesforce regression suite combines Apex tests, optional UI automation, and a sandbox to run them against. The steps below cover the most common workflow: prepare the sandbox, run the suite, triage failures, then unblock the deploy.
5 steps
How to Salesforce Anywhere in Salesforce
If your organization currently uses Salesforce Anywhere, plan migration to the current Salesforce collaboration stack. The migration is mostly about identifying which Anywhere capabilities you depend on and moving each to its current equivalent. Do this during routine maintenance because Salesforce Anywhere is not the strategic direction for collaboration.
8 steps
How to Salesforce Commerce Cloud in Salesforce
Implementing Salesforce Commerce Cloud is a multi-quarter project that combines platform setup, data migration, storefront development, and ongoing merchandising operations. The four core phases differ between B2C and B2B but follow a similar shape: provision the platform, migrate the product catalog and customer data, build and customize the storefront, and operationalize the merchant team. Each phase delivers customer-facing value and can be deployed iteratively. Mature Commerce Cloud implementations launch a minimum viable storefront first and add features (personalization, search tuning, payment options) over subsequent releases.
4 steps
How to Salesforce Commerce Cloud B2B in Salesforce
Deploying Commerce Cloud B2B is a multi-month project that spans data model design, storefront customization, pricing configuration, integration with ERP and Sales Cloud, and content authoring. The walkthrough below covers the standard high-level sequence; each step has multiple sub-tasks that depend on the specific business requirements.
4 steps
How to Salesforce Commerce Cloud B2C in Salesforce
Implementing B2C Commerce is a multi-quarter project. The four-phase routine covers: provision the realm and configure the basic site, build out the catalog and merchandising data, develop the storefront with SFRA or PWA Kit, and operationalize the merchant team for ongoing operations. Each phase has its own stakeholders (admins, merchandisers, developers, operations) and its own milestones. Mature B2C Commerce launches stage these phases over six to twelve months; squeezing them into less typically produces a launch that misses the holiday window or loses to performance issues at peak load.
4 steps
How to Salesforce Connect in Salesforce
The pattern: configure the External Data Source, validate the connection, sync the External Object definitions, configure relationships, surface in the UI.
5 steps
How to Salesforce Console in Salesforce
You create a console by building a Lightning app and setting its navigation type to Console, then adding the objects, pages, and utilities your team needs. Here is the click path in the App Manager. If you only need a starting point, enabling the standard Service Console or Sales Console app is faster than building one by hand.
5 steps
How to Salesforce Console Integration Toolkit in Salesforce
You do not turn the toolkit on with a single switch. You enable the Service Cloud Console app, load the toolkit script where your code runs, and, for external code, allowlist the domain so the browser permits the calls. These steps prepare a Classic console to accept toolkit customizations.
4 steps
How to Salesforce Consultant Certification in Salesforce
The path: hold Admin first, pick the right Consultant variant for your role, study the variant-specific Trailmix, gather hands-on implementation experience, take the practice exam, sit the real exam.
5 steps
How to Salesforce CRM Content in Salesforce
Salesforce CRM Content is turned on in Setup, then made usable by granting feature licenses and library permissions. These steps run in Salesforce Classic, since that is where the full CRM Content interface lives. For new projects, consider enabling Salesforce Files and Libraries in Lightning Experience instead.
4 steps
How to Salesforce for Nonprofits in Salesforce
In a Nonprofit Cloud org, the modules are not all on by default. An admin turns on each capability in Setup, assigns the matching permission sets, and completes the feature-specific prerequisites before staff can use it. Here is the high-level shape of enabling a Nonprofit Cloud feature such as Fundraising.
4 steps
How to Salesforce Foundations in Salesforce
Foundations is enabled from a dedicated Setup page, then rolled out per area with permission set groups. Here is the high-level path an admin follows.
4 steps
How to Salesforce Go in Salesforce
Working with Salesforce Go combines feature discovery, guided implementation, and ongoing adoption measurement. The workflow below covers the standard sequence for using Go to roll out a new capability and measure its uptake.
4 steps
How to Salesforce Inbox in Salesforce
Inbox is not installed as a separate app anymore. You turn its features on inside the Outlook and Gmail integrations, then license the reps who need them. Here is the high-level path an admin follows.
4 steps
How to Salesforce Maps in Salesforce
Salesforce Maps is a managed package add-on. After your org is provisioned with Maps and the package is installed, an admin enables access and builds a first marker layer so reps can see records on the map. These are the broad strokes; follow the current Maps setup guide for exact steps in your release.
4 steps
How to Salesforce Maps Layers in Salesforce
Marker layers are the layer type admins and ops most often build by hand. You create one in the Salesforce Maps Marker Layer Builder, point it at an object, filter it, and choose how the pins look before saving it to a folder.
5 steps
How to Salesforce Mobile App in Salesforce
Configuring the Salesforce Mobile App for an org is mostly about three things: which records and pages users can reach (navigation), how those pages look on phones (mobile-specific page design), and what users get notified about (push notifications). The work scales with the depth of mobile workflows the team plans to use.
8 steps
How to Salesforce Platform Developer Certification in Salesforce
The path has four stages: skill self-assessment, structured study via the official Trailmix, hands-on practice in a Developer Edition org, and exam scheduling. Plan eight to twelve weeks for prep if you are starting from Admin-level knowledge.
5 steps
How to Salesforce Surveys in Salesforce
Salesforce Surveys is off until an administrator enables it and points it at an Experience Cloud site for public responses. Here is the setup path before you build your first survey.
4 steps
How to Salesforce Voice in Salesforce
Salesforce Voice is enabled and configured in Setup, then connected to a telephony provider. The exact steps vary by telephony model, but the high-level path is the same. Here is the shape of a typical setup, with the partner or Amazon Connect specifics layered on top.
5 steps
How to Segment in Salesforce
Segment creation runs in three phases: design the filter logic, materialize, then activate to one or more destinations.
5 steps
Sales (77)
How to Amount Without Adjustments in Salesforce
The column itself is calculated, not entered. The configuration work is enabling it in the relevant Forecast Type and training managers and reps on what it means.
5 steps
How to Amount Without Manager Adjustment in Salesforce
The column is calculated automatically once Collaborative Forecasts is on. The configuration work is enabling it per Forecast Type and giving managers context for what it means.
5 steps
How to Amount Without Owner Adjustment in Salesforce
The column is calculated automatically once Collaborative Forecasts is on. The work is enabling the display per Forecast Type, surfacing it in reports, and training managers on how to read it next to the other Amount variants.
5 steps
How to Annuity in Salesforce
Enabling Schedules on a Product and using it on Opportunity Products takes about ten minutes. The judgement call is which Schedule Type matches the commercial reality of the contract.
5 steps
How to Campaign in Salesforce
Creating a Campaign is the first step in tracking any marketing program in Salesforce. Most orgs create Campaigns ahead of the program launching, populate them with target Leads or Contacts, then track responses as members engage.
7 steps
How to Campaign Hierarchy in Salesforce
Campaign Hierarchy is on by default in every Salesforce org that has Campaigns enabled. The setup work is in planning levels, exposing the right rollup fields, and getting Customizable Campaign Influence turned on if you want fair attribution.
5 steps
How to Campaign Member in Salesforce
Adding Campaign Members is how a Campaign gets its data. You add members one at a time from the Lead or Contact, in bulk from a report or CSV, or programmatically via flow or API. Member Status values have to be set up before adding members or every row defaults to Sent.
5 steps
How to Campaign ROI (Return On Investment) in Salesforce
You do not create the Campaign ROI field; it ships with the Campaign object and is read-only. What you configure is everything that makes its inputs accurate, namely cost tracking, opportunity attribution, and optionally a multi-touch influence model. Do this once per org and reinforce it as ongoing process.
4 steps
How to Cart in Salesforce
The Cart itself is created automatically when a buyer shops, so there is no manual Cart record to add. What an admin or developer configures is the cart calculation behavior through the Cart Calculate API. These steps describe enabling and customizing that calculation for a B2B or D2C store.
4 steps
How to Cart Item in Salesforce
You do not create Cart Items directly; the storefront creates them when a shopper adds products. What you do configure is the Cart Calculate API, which is the framework that prices, promotes, checks inventory, and taxes each Cart Item. Here is how to set up custom cart calculation in a B2B or D2C store.
5 steps
How to Commit Amount in Salesforce
You do not create a Commit Amount directly. You configure the Stage-to-Forecast-Category mapping that decides which Opportunities feed the Commit column, and you pick the rollup method that controls what the column totals. Both live in Setup and both require Collaborative Forecasts to be enabled.
4 steps
How to Competitor in Salesforce
Adding a Competitor record takes two clicks from the Opportunity page. The harder work is keeping the CompetitorName values clean enough that win/loss reports actually mean something.
5 steps
How to Contact Roles on Opportunities in Salesforce
Setup is mostly about customizing the role picklist and enforcing population through validation rules. The object and related list ship enabled in every edition above Group.
6 steps
How to Contract in Salesforce
Creating a Contract in Salesforce is typically automated through CPQ or through an integration that fires when a Quote is signed. The manual create flow still matters for one-off Contracts and for testing the renewal motion after configuration changes.
7 steps
How to Convert in Salesforce
The standard Convert action ships enabled. The configuration work is mapping custom fields and deciding the duplicate handling. The user-facing action is one click.
6 steps
How to Coupon in Salesforce
Coupons require a parent Promotion and the right Loyalty or Commerce package. Most of the configuration happens once at Promotion setup; ongoing operation is just issuance and reporting.
6 steps
How to Credit Memo in Salesforce
Most Credit Memos are created from an existing Invoice. The workflow takes a few steps but the platform handles the math and audit trail.
6 steps
How to Donation in Salesforce
Recording a Donation in Salesforce depends on whether your org runs NPSP (Donations as Opportunities) or Nonprofit Cloud (Donations as Gift Transactions). The fields are similar; the navigation path differs.
6 steps
How to Forecast Amount in Salesforce
Forecasts has to be enabled at the org level before any Forecast Amount exists. Then you pick which measure (revenue or quantity), which source field, which period (monthly or quarterly), and which users sit in the forecast hierarchy.
5 steps
How to Forecast Category in Salesforce
Configuring Forecast Categories means editing each Opportunity Stage record and picking the right category. The work is quick (5 to 10 stages, one minute each) but consequential. The mapping decision shapes how leadership reads the pipeline for the rest of the year.
6 steps
How to Forecast Quantity in Salesforce
Quantity forecasts live alongside Amount forecasts in Setup, Forecast Settings. Plan to add a new forecast type, configure it, then surface the new grid to managers.
6 steps
How to Forecast User in Salesforce
Enabling a forecast user is two settings, applied in order. Turn on the per-user "Allow Forecasting" permission, then add the user to the forecast hierarchy. Both must be in place before the user's opportunities roll up or their grid appears. Collaborative Forecasts must already be enabled in Forecasts Settings.
5 steps
How to Forecasts in Salesforce
Collaborative Forecasts is turned on and shaped in Setup. An admin enables the feature, sets the period and hierarchy, then activates the forecast types and rollup method the sales team will read. Do these in order, because the grid only populates once the hierarchy and at least one active type line up.
4 steps
How to Forecasts Hierarchy in Salesforce
Setting up the forecasts hierarchy means enabling the right people and assigning a forecast manager to every level that has reps under it. Collaborative Forecasts must already be turned on in Forecasts Settings before these steps work.
4 steps
How to Forecasts Settings in Salesforce
Forecasts Settings lives in Setup and is the single page that turns forecasting on and shapes how it behaves. Work through it in Lightning Experience, confirm your fiscal year first, and have your forecast category map agreed with sales leadership before you start. The steps below cover the core configuration; activate at least one forecast type or the Forecasts tab stays empty.
5 steps
How to Generate Orders in Salesforce
The button is a one-click action when the quote is properly configured. The pre-work happens on the quote and the price book before the button ever gets pressed.
6 steps
How to High Velocity Sales in Salesforce
There is no migration work for HVS to Sales Engagement; the rename happened at the product level. The pattern below covers cleanup of legacy HVS-named artifacts that linger in inherited orgs.
5 steps
How to Invoice in Salesforce
Automating invoice creation in Revenue Cloud means setting up an invoice scheduler so that activated orders get billed on a regular cadence without manual effort. Configure and test it in a sandbox first, because an invoice run updates billing fields on the order products it processes.
4 steps
How to Lead in Salesforce
Creating a Lead is most often done by an automated capture path (web form, marketing tool, list upload) rather than by hand. The manual create flow still matters for outbound reps and for one-off captures, and the choices you make at create time shape what conversion looks like later.
6 steps
How to Lead Assignment Rule in Salesforce
Setting up a lead assignment rule looks simple in Setup, but the configuration choices ripple through the entire sales pipeline. Get the entry order right, pick the right assignment target (user versus queue), set the notification template, and test every path before activating. Build in a sandbox with realistic Lead data, not synthetic test records.
8 steps
How to Lead Settings in Salesforce
Lead Settings is a one-page Setup screen with about eight fields. Configure it before loading any production leads. The configuration order below builds on itself; reversing steps creates gaps.
5 steps
How to List Price in Salesforce
You set a list price by creating a Price Book Entry that links a product to a price book. Start in the standard price book, then add custom price book entries for any book that sells at a different rate. The steps below cover the standard entry, which every product needs first.
4 steps
How to Manufacturing Cloud in Salesforce
Setting up Account-Based Forecasting is one of the first admin tasks on a Manufacturing Cloud project. The high-level path below assumes Manufacturing Cloud is provisioned and your products and accounts already exist. Always confirm the exact steps against current Salesforce Help for your release.
4 steps
How to New Business Quote in Salesforce
The standard CPQ flow generates a New Business quote in two clicks from an Opportunity. Confirm the Opportunity has a Primary Account, a Price Book, and a populated Close Date before clicking the button or CPQ throws a validation error.
5 steps
How to Opportunity Contact Role in Salesforce
Opportunity Contact Roles record which Contacts at the customer Account are involved in the deal — Decision Maker, Economic Buyer, Influencer, End User. They're the structured way to capture deal team context that pure Activities miss, and they drive Forecasting visibility.
7 steps
How to Opportunity Line Item in Salesforce
Opportunity Line Items (Opportunity Products) are the line-item details on an Opportunity — what you're selling, in what quantity, at what price. They roll up to the Opportunity Amount automatically. The most common stumble: forgetting to pick a Price Book first.
6 steps
How to Opportunity Settings in Salesforce
Walk through Opportunity Settings during initial Sales Cloud setup. Most options are reversible, but a few (Opportunity Splits) are one-way; decide deliberately before flipping them on.
6 steps
How to Opportunity Team in Salesforce
Team selling has to be enabled at the org level before any user can build a team. Once it is on, every user configures their own default team and adds members ad hoc to individual opportunities.
5 steps
How to Opportunity Team Member in Salesforce
You add an Opportunity Team Member from the Opportunity record itself, through the Opportunity Team related list. Enabling Opportunity Teams in Setup is a prerequisite, and the available roles come from the Team Member Role picklist your admin configures.
4 steps
How to Order in Salesforce
Creating an Order in standard Salesforce is most often done from a Contract or directly from an Account. CPQ-enabled orgs typically have automation that handles Order creation; the manual flow described below applies to non-CPQ orgs.
7 steps
How to Order Product in Salesforce
Order Products are the line-item details on an Order — what was actually shipped or delivered, in what quantity, at what price. They're the link from "Customer agreed to buy" (Opportunity / Quote) to "Fulfillment knows what to ship" (Order Products).
6 steps
How to Organic Search Leads in Salesforce
Organic Search is a custom Lead Source value plus a capture path. Add the picklist value first, then wire Web-to-Lead so organic submissions carry it automatically.
4 steps
How to Owner Only Amount in Salesforce
Owner Only Amount appears automatically once Collaborative Forecasts is enabled and the forecast hierarchy is built. You do not create the value, you turn on the feature that calculates it. These steps enable forecasting in Setup so the owner-only and rolled-up amounts show up for each user.
4 steps
How to Owner Only Quantity in Salesforce
Owner Only Quantity is available out of the box once Collaborative Forecasting is enabled. Using it well is a matter of page-layout configuration, training managers on what the column means, and connecting the data to downstream reporting and compensation. The workflow below covers the standard setup and adoption sequence.
4 steps
How to Partner in Salesforce
Turning an existing business account into a partner account is a quick admin task, but it has prerequisites. Partner features must be enabled in your org, you need partner licenses available, and the account must be a business account owned by an internal user who has a role. Once those are in place, the steps below enable the account and its first partner user.
4 steps
How to Partner Accounts in Salesforce
Working with Partner Accounts means setting up the underlying Experience Cloud partner portal, enabling Accounts and Contacts for partner access, and configuring the sharing model and channel workflows. The walkthrough below covers the standard sequence from an unconfigured org to an active partner Account with portal access.
4 steps
How to Partner Portal in Salesforce
For new partner-facing deployments, use Experience Cloud with a Partner template. For existing legacy Partner Portal deployments, plan a migration to Experience Cloud.
8 steps
How to Partner Role in Salesforce
A Partner Role is assigned on the Contact record of the user, after the user is enabled as a Partner Community user. The steps below assume the Partner Account is already set up and Partner Community is enabled on it.
5 steps
How to Partner User in Salesforce
You create a partner user by enabling an existing contact on a partner-enabled account. The internal-facing steps below assume you have the right admin permission and a Partner Community license available to assign.
4 steps
How to Payment in Salesforce
Use these steps to record a manual payment in Salesforce Billing, for example a check or wire that arrived outside a gateway, and apply it to an invoice. This assumes Salesforce Billing is installed and the customer account already has at least one posted invoice.
4 steps
How to Percent (%) Quota in Salesforce
Percent quota attainment is a display option, so the setup is two parts: enable quotas for forecasts as an admin, then let users turn on the attainment column on the Forecasts page. You must already have Collaborative Forecasts and at least one forecast type configured.
4 steps
How to Pipeline in Salesforce
Building a working pipeline view in Salesforce starts with the right report type and adds the dimensions your motion needs. Most sales-ops teams maintain two primary pipeline reports: a Pipeline Snapshot (current state) and a Pipeline Trend (week-over-week change). Both run off the Opportunity object with similar filters but different time windows.
7 steps
How to Price Book in Salesforce
Create a custom price book when a group of customers should see different prices from everyone else, for example a regional or partner catalog. You build the book, activate it, then add products at their list prices. Each product you add must already have an active entry in the Standard Price Book.
4 steps
How to Price Book Entry in Salesforce
You create a Price Book Entry whenever you give a product a price inside a price book. In the UI you do this by adding a product to a price book. The Standard Price Book entry must exist first, then you can add the same product to any custom price book.
4 steps
How to Product in Salesforce
Creating a Product is typically a catalog management activity, done by a small number of operations users rather than reps. The frequency is low but the impact is high; a bad Product record propagates errors across every Opportunity, Quote, and Order built on top of it.
7 steps
How to Product Family in Salesforce
Enable Product Family on Product2, set the picklist values to your lines of business, and turn on Product Family forecasts so quotas and roll-ups split by family.
6 steps
How to Product, Checkout in Salesforce
You do not create a checkout product. You configure the Checkout component on your store's checkout page in Experience Builder, then make sure the products buyers add are sellable. Here is the high-level path for a B2B or D2C store.
5 steps
How to Quantity Forecasting in Salesforce
Turn on Quantity Forecasting in Forecasts Settings, load unit quotas, and give reps and managers a quantity-based forecast tab next to the revenue tab.
6 steps
How to Quantity Without Adjustments in Salesforce
Most of the work around Quantity Without Adjustments is operational rather than configuration: training managers to read the column, building reports that use it, and developing the discipline to investigate when the adjusted-versus-raw gap grows. The workflow below covers the standard practices that make the measure useful.
4 steps
How to Quantity Without Manager Adjustment in Salesforce
Build a sales-ops view that shows each manager's adjusted forecast next to the raw Quantity Without Manager Adjustment rollup so leadership can spot patterns in adjustment bias.
6 steps
How to Quantity Without Owner Adjustment in Salesforce
Using Quantity Without Owner Adjustment effectively spans page-layout configuration, manager training, custom reporting, and the broader forecast culture work. The workflow below covers the standard sequence for surfacing the measure and operationalizing it in the forecast conversation.
4 steps
How to Quota in Salesforce
Loading quotas is straightforward once the Forecasting feature is enabled and Forecast Types are configured. The choices are Data Loader for bulk loads, the Collaborative Forecasts UI for small teams, or an API integration for ongoing automation.
6 steps
How to Quote in Salesforce
Creating a Quote is most often done from an Opportunity in the regular sales motion. The create flow auto-populates most fields from the parent Opportunity and from the Account, leaving the deal-desk operator to refine discount, terms, and the proposal output.
8 steps
How to Quote Line Item in Salesforce
Quote line items are usually created by adding products to a quote in Lightning Experience. The quote must already have a price book, and each product you add must belong to that price book. These steps cover adding a line directly from the quote.
4 steps
How to Quote, Checkout in Salesforce
Request for Quote lets a buyer turn a B2B Commerce cart into a Quote a sales rep can price and return. Set it up in Setup and Experience Builder for the store. These are the core moves; check the current Help article for your release before going live.
4 steps
How to Quotes Settings in Salesforce
Enabling Quotes is a five-minute Setup task, but doing it well requires planning around page layouts, Quote Templates, and the integration between Quote and Opportunity. Run the configuration in a sandbox first so the sales team can preview the quoting experience before the change reaches production. Plan a brief training session for reps alongside the rollout so they understand the synced-quote behavior and the PDF generation flow before they touch live customer deals. The Setup page itself is one screen with two toggles, but the work around it (templates, layouts, training, reports) is where most teams spend their effort.
4 steps
How to Recurring Donation in Salesforce
Recurring Donations are sustaining-donor commitments — "Jane gives $50 monthly," "Acme Corp gives $10k quarterly." Foundational to nonprofit revenue strategy because sustaining donors have 5-10x the lifetime value of one-time donors. NPSP (legacy) and Nonprofit Cloud (modern) both have Recurring Donation objects with similar shapes.
9 steps
How to Refund in Salesforce
Refunds track money returned to customers after an order — returns, cancellations, billing disputes, goodwill credits. Standard object in Order Management and Salesforce Billing. Each Refund links back to a Payment record (the original tender) and optionally to a Return Order or Credit Memo. Provides the financial audit trail for reverse-flow money.
10 steps
How to Revenue Forecasting in Salesforce
Revenue Forecasting is part of Collaborative Forecasting. The steps below cover enabling the feature, mapping stages to categories, and configuring the Forecast Hierarchy.
5 steps
How to Revenue Intelligence in Salesforce
Revenue Intelligence is enabled by an administrator, and the order of the steps matters because some features depend on others being in place first. Below is the typical configuration sequence.
5 steps
How to Revenue Schedule in Salesforce
Setting up Revenue Schedules involves enabling the feature, configuring default schedules on Products, and training the sales team on how to handle schedule overrides per deal. The workflow below covers the standard sequence for a subscription business adopting Revenue Schedules.
4 steps
How to Sales Cloud in Salesforce
Setting up Sales Cloud for a new team is a multi-month exercise. The configuration touches data model, automation, reports, sharing, and integration. The instructions below cover the high-level setup; each step has hundreds of pages of documentation behind it. Plan an experienced admin or implementation partner for the first deployment.
8 steps
How to Sales Cloud Everywhere in Salesforce
Enabling Sales Cloud Everywhere has two halves. An administrator switches the feature on for the org in Setup, and each rep installs the Chrome extension and signs in. Do the admin step first so the extension has something to connect to.
4 steps
How to Sales Engagement in Salesforce
Setup runs in four phases: license users, build cadences, configure templates and dialer, train the team. Plan three to six weeks for a non-trivial SDR-team rollout.
5 steps
How to Sales Price in Salesforce
By default many users cannot change the Sales Price on opportunity products. To let trusted sellers negotiate, grant the Edit Opportunity Product Sales Price app permission, ideally through a permission set so it follows a role.
4 steps
How to Salesforce CPQ in Salesforce
Implementing CPQ is a multi-month exercise that touches product catalog, pricing, approval rules, quote templates, and integration with downstream billing or ERP systems. Most CPQ implementations engage a specialized consulting partner because the depth and complexity exceeds what casual Salesforce admins can handle. Plan a phased rollout starting with the simplest product lines.
8 steps
How to Salesforce Sales Cloud in Salesforce
Set up the core Sales Cloud configuration so a new sales team can start managing leads, accounts, opportunities, and forecasts on day one.
6 steps
Service (117)
How to After Conversation Work in Salesforce
Setting up ACW well requires thinking about per-channel needs, agent training, and the broader wrap-up workflow. The walkthrough below covers the standard sequence for configuring ACW in an Omni-Channel-based service center.
4 steps
How to Agent in Salesforce
Provisioning a human Agent looks similar to provisioning any Salesforce user, with a few service-specific extras. Provisioning an Agentforce Agent is a different exercise covered under that term.
5 steps
How to Agent Console in Salesforce
Migration is mostly a profile flip plus a Lightning record page redesign. The fiddly parts are translating any Classic Console JavaScript customisations to Lightning Components and validating Omni-Channel routing in the new surface.
5 steps
How to Amazon Connect in Salesforce
Provisioning the Amazon Connect edition is mostly clicks in Salesforce Setup with a few hours of Contact Flow design on the AWS side. The complexity scales with how custom the IVR and routing need to be.
5 steps
How to Answers in Salesforce
Modern Q&A runs on Chatter Questions plus the Experience Cloud question component. Setup is short; the operational work is moderation and Knowledge article curation.
5 steps
How to Apple Messages for Business in Salesforce
Once Apple Business Register has approved your brand and issued a Business ID, an admin sets up the channel in Service Cloud. The high-level path is enable Messaging, create the Apple channel with your Business ID, build at least one interactive messaging component, route the channel through Omni-Channel, then test before going live.
5 steps
How to Archived Article in Salesforce
Archiving is an article action a Knowledge manager runs against the live version of an article in Lightning Experience. You need the Manage Articles permission, and the action is final for that version until someone restores it.
4 steps
How to Article in Salesforce
Authors create a Knowledge article from the Knowledge app or the Article Manager. The flow below covers a single new article from blank draft to a published version visible in the right channels. You need the Knowledge User feature license and create permission on the relevant record type.
4 steps
How to Article Manager in Salesforce
Article Manager is the Knowledge tab in Lightning Experience. Here is how to use it to find, publish, and archive articles, including a mass archive. You need Lightning Knowledge enabled and the Knowledge User license plus the right object and data category permissions.
4 steps
How to Article Publication in Salesforce
Publishing a Lightning Knowledge article promotes a finished draft to Online so it reaches the channels assigned to it. You publish from the article record after the draft content is complete and any required approval has cleared.
4 steps
How to Article Review in Salesforce
Set up a review gate so finished drafts are approved before anyone can publish them. This configures a standard Approval Process on the Knowledge object; a Flow-built approval is the modern alternative when you need conditional routing.
5 steps
How to Article-Type Layout in Salesforce
Article-Type Layouts no longer exist in Lightning Knowledge. The live equivalent is a standard page layout assigned per record type and profile on the Knowledge object. Here is how an admin sets that up today.
4 steps
How to Automatic Number Identification (ANI) in Salesforce
ANI itself is delivered by your telephony provider, so you do not create it. What you configure in Salesforce is what the contact center does with that incoming number: which records it searches, what opens on the agent's screen, and how the call is routed. This is set up through Configure Caller ID and your Omni-Channel flow in a Salesforce Voice contact center.
5 steps
How to Bot Action in Salesforce
Here is the path to add an action step to an existing Einstein Bot dialog in Einstein Bot Builder. The exact action type you pick changes the configuration panel, but the surrounding flow is the same for all of them.
5 steps
How to Bot Builder in Salesforce
The pattern: design the conversation on paper, build Dialogs in Bot Builder, train Intents with sample utterances, wire up Actions, test, activate. Plan two to four weeks for a non-trivial bot rollout.
5 steps
How to Bot Dialog in Salesforce
You create a Bot Dialog inside Einstein Bot Builder, then fill it with steps. These instructions cover making the dialog itself; adding and configuring steps happens on the canvas afterward.
5 steps
How to Bot Performance in Salesforce
The native reports cover the headlines, but most teams want richer visuals and savings figures in one place. The Einstein Bots Value app is a CRM Analytics template you download from AppExchange and configure for your org. Here is the path.
4 steps
How to Bot Version in Salesforce
Here is the standard, low-risk way to ship a change as a new Bot Version: clone the active version, edit and test the clone, then activate it during a planned window so live traffic moves over cleanly.
5 steps
How to Call Center in Salesforce
Set up a Call Center so assigned agents see a Softphone and can take calls inside Salesforce. The high-level path is the same for a partner platform and for Service Cloud Voice, though Voice creates the record for you. You need the Manage Call Centers permission.
5 steps
How to Care Plan in Salesforce
Care Plans are a configured Health Cloud capability, not a single checkbox. Most of the admin effort goes into enabling the feature, granting access, and building templates so care managers can create consistent plans. These are the main configuration touch points.
4 steps
How to Care Program in Salesforce
Care Programs are part of Health Cloud and run on the Care Program Management data model. An admin enables the feature, lays out the program record, and sets up the program enrollment flow so care coordinators can enroll patients with their products and providers in one guided pass. The steps below cover the configuration path, not Apex.
5 steps
How to Care Team in Salesforce
Adding a member puts a person on a patient's Care Team and, depending on the access level, grants them visibility into that patient's care plan. You do this from the patient record using the Care Team component or the related action, with the patient already set up as a Person Account.
4 steps
How to Case in Salesforce
Creating a Case is most often done by an automated capture path. The manual create flow still matters for rep-driven captures (phone-in support, in-person escalations) and for testing the routing configuration after every change to assignment rules.
7 steps
How to Case Feed in Salesforce
Setting up Case Feed is a page layout configuration: enable the feed, choose the publishers, configure the default views and filters. The work is incremental; most orgs start with the out-of-box Compact Case Feed and refine over time.
6 steps
How to Category Group for Articles in Salesforce
You configure a Category Group for Articles in Setup, then activate it and link it to Knowledge so authors can tag articles. Plan the dimensions and the tree before you start, because reshaping a live group means retagging existing articles.
5 steps
How to Category, Knowledge and Answers in Salesforce
For new deployments, configure the three components independently. For legacy deployments still running Classic Answers, plan a migration to the modern stack.
6 steps
How to Claim in Salesforce
In Financial Services Cloud Insurance, most claims are created through a guided FNOL OmniScript that calls the createUpdateClaim service. You can also work the claim directly from its record. The flow below covers what an admin or adjuster touches to get a claim from first notice to an open coverage with a reserve.
4 steps
How to Clinical Data Model in Salesforce
You do not create the Clinical Data Model object by object. The standard objects arrive with the Health Cloud managed package. The real work is enabling Health Cloud and getting the clinical objects ready to receive and surface data. These steps cover the configuration an admin does to stand the model up.
5 steps
How to Complaint Management in Salesforce
Implementing Complaint Management is more about process and compliance configuration than clicking through Setup. The technical install is straightforward; the discipline of categorization, timers, and exports is what makes it actually work.
6 steps
How to Consult Call in Salesforce
The agent workflow takes a few clicks inside the softphone. Underneath, Service Cloud Voice tracks each leg as a Voice Call record so the call log is complete.
6 steps
How to Coverage in Salesforce
To make Service Cloud coverage work, you enable entitlement management, then build the records that let a case find its entitlement and start the right SLA clocks. This is the configure-feature path an admin follows in Setup.
4 steps
How to CTI Adapter in Salesforce
Registering a vendor CTI adapter means importing its Call Center definition file and granting agents access. This assumes the vendor managed package is already installed. Treat this as legacy plumbing: for a new build, evaluate Service Cloud Voice before standing up a third-party adapter, because Open CTI retires on February 28, 2028.
5 steps
How to CTI Connector in Salesforce
Most teams deploy a CTI Connector from AppExchange rather than hand-building one. Here is the path from a vendor listing to agents taking calls inside the console. The exact vendor screens differ, but the Salesforce-side steps are consistent.
5 steps
How to CTI System in Salesforce
Registering the Salesforce Call Center is the configuration step that turns an installed adapter into a usable CTI System. These steps cover the standard Open CTI path; for new builds prefer Service Cloud Voice setup instead. You need the Manage Call Centers permission.
4 steps
How to Customer Satisfaction Score in Salesforce
Setting up CSAT in Salesforce takes a few steps: configure a survey tool, build a Flow to trigger sends, store responses on the Case, and build dashboards. The data pipeline is straightforward; the operational discipline of acting on results is harder.
6 steps
How to Data Category for Articles in Salesforce
Setting up Data Categories for articles means creating a Data Category Group, adding the category values inside it, then assigning the group to Knowledge and granting visibility. You do this in Setup before authors can tag articles.
5 steps
How to DataRaptor in Salesforce
A DataRaptor Extract pulls Salesforce data into a JSON shape. The Designer walks you through the source object, the relationship traversal, and the output mapping; the result is a callable mapper that any OmniStudio element can invoke.
6 steps
How to Demote in Salesforce
Demoting a published article takes one click from the article detail page. The article goes back to Draft, editing resumes, and you republish when the content is ready.
6 steps
How to Dial-Tone Multi-Frequency (DTMF) in Salesforce
DTMF capture happens inside the Amazon Connect Contact Flow that Service Cloud Voice provides. Configure the prompt, the capture step, and the conditional routing branches; the rest is the customer's keypad.
6 steps
How to Dialed Number Identification Service (DNIS) in Salesforce
DNIS-based routing happens in Amazon Connect's Contact Flow editor. The DNIS attribute is available as a system value on every inbound call; conditional branches in the flow read it and route accordingly.
6 steps
How to Digital Experience in Salesforce
Spinning up a new Experience Cloud site takes about 30 minutes for the basic configuration. The work continues for days or weeks as you add content, configure permissions, and brand the site.
6 steps
How to Direct Inward Dial (DID) in Salesforce
Adding DID numbers means either claiming new ones from Amazon Connect''s pool or porting existing ones from a carrier. Both flows happen in the Amazon Connect console accessible from Service Cloud Voice.
6 steps
How to Directory Number (DN) in Salesforce
In Service Cloud Voice, the agent''s DN is effectively their Amazon Connect user identity plus the soft-phone they sign into. Provisioning an agent involves creating both the Salesforce user and the corresponding Amazon Connect user.
6 steps
How to Dispatcher Console in Salesforce
The Dispatcher Console assumes Field Service is enabled, technicians are configured, and at least one service territory is defined. Setup involves enabling the feature, assigning permissions, and configuring the console layout to fit your team''s workflow.
6 steps
How to Draft Article in Salesforce
Creating a Draft Article is a multi-step workflow: author the content, set metadata, optionally route for review, then publish. The flow takes a few minutes for a single article and is the same in Lightning Knowledge and Classic.
6 steps
How to Draft Translation in Salesforce
Managing Draft Translations means enabling languages on the article type, configuring the Translation Queue, and either assigning translators internally or integrating with an external service. The setup is one-time; daily operations focus on the queue.
6 steps
How to Email Message in Salesforce
You do not create EmailMessage records by hand. They appear when Email-to-Case captures inbound mail and when agents reply from the Case feed. To make that happen, turn on Email-to-Case and connect a support address. These steps follow the Salesforce setup flow.
4 steps
How to Embedded Service in Salesforce
Stand up a modern embedded conversation by creating an Embedded Service Deployment that uses Enhanced Chat or Messaging for Web, then installing its generated snippet on your site. This assumes Messaging for In-App and Web is provisioned and Omni-Channel routing exists.
5 steps
How to Embedded Service Deployments in Salesforce
Set up a new Messaging for Web (enhanced Chat) deployment so a chat widget can appear on your website. This assumes Omni-Channel and a messaging channel are already enabled.
5 steps
How to Enhanced Bot in Salesforce
Enhanced Bot setup uses the same Bot Builder UI shell as Classic but with the Enhanced template selected at creation. The configuration steps mirror Classic with the added Topics layer and multi-language support.
5 steps
How to Enhanced Knowledge Settings in Salesforce
Configuring the options that the Enhanced Knowledge Settings docs referred to means configuring the standard Knowledge Settings page after enabling Lightning Knowledge. The workflow is the same as configuring Lightning Knowledge in general.
8 steps
How to Entitlement in Salesforce
Setting up entitlements is a multi-step configuration: enable the feature, define the Entitlement Process with Milestones, create Entitlement records linked to Accounts and Contracts, then wire case auto-assignment. Most production rollouts take two to four weeks of admin time.
5 steps
How to Entitlement Contact in Salesforce
Setup is two phases: enable the Entitlement Contacts feature in Setup, then add Contacts to the Entitlement Contact list on each Entitlement that should restrict by named user.
5 steps
How to Entitlement Management in Salesforce
Setting up Entitlement Management is a multi-step Setup workflow: enable the feature, configure business hours, design entitlement processes, create entitlement records, attach to accounts and cases, build reports.
8 steps
How to Entitlement Process in Salesforce
Building an entitlement process is a multi-step configuration: enable the feature, design the process, attach milestones, configure stopped statuses, attach to entitlements, and validate against real cases.
7 steps
How to Entitlement Settings in Salesforce
Configuring Entitlement Settings is a one-time setup activity during the Service Cloud rollout. Enable the master toggle, configure auto-population and verification, set the default process, then move on to building the actual entitlements and processes.
8 steps
How to Entitlement Template in Salesforce
Creating an Entitlement Template is a quick Setup workflow: open the template page, fill in the defaults for the support tier, save. Each template is reused across hundreds of entitlement records.
7 steps
How to Field Service in Salesforce
Field Service and Field Service Lightning refer to the same product. Setting up the product follows the Field Service Lightning configuration workflow described in that term. The steps below cover navigating the naming gap when reading documentation, communicating with various audiences, and pursuing certifications.
8 steps
How to Field Service Lightning in Salesforce
Setting up Field Service is a multi-month exercise. Plan the data model, configure scheduling rules, deploy the mobile app, integrate with inventory systems, and roll out by territory. Most successful implementations engage a specialized Field Service consulting partner because the depth and complexity exceeds typical Service Cloud admin work.
8 steps
How to Field Service Mobile App Builder in Salesforce
The builder configures the existing Field Service mobile app rather than creating a new object. You draft a configuration on the canvas, then publish it to reach workers. Here is the core path an admin follows.
5 steps
How to Field Service Mobile Settings in Salesforce
Here is the practical path to set up the Field Service mobile experience for a team. You enable notifications, optionally add a flow as an app extension, and decide on geolocation, all inside a Field Service Mobile Settings configuration.
5 steps
How to Field Service Settings in Salesforce
Field Service Settings is where you turn the feature on and set its core policies. The steps below cover initial enablement and the first round of configuration most orgs do before going live.
5 steps
How to Health Cloud in Salesforce
Setting up Health Cloud is a multi-quarter exercise touching data model design, clinical system integration, compliance configuration, and workflow design for the specific healthcare role (provider, payer, life sciences). Most successful implementations engage a healthcare-specialist consulting partner with both Salesforce and healthcare domain expertise.
8 steps
How to Health Cloud CRM Analytics Settings in Salesforce
Deploying Health Cloud Analytics is a wizard-driven process layered on top of a working Health Cloud configuration. The walkthrough below covers the standard go-live sequence from prerequisites through dashboard customization with clinical stakeholders.
4 steps
How to Health Cloud Setup in Salesforce
Standing up Health Cloud follows a predictable order: satisfy the org prerequisites, install the managed package, grant the right licenses and permission sets, then configure the patient-facing components. Do these in sequence, because each step depends on the one before it.
4 steps
How to Healthcare Plan in Salesforce
Most MemberPlan records arrive through an integration, but admins and developers do create and test them directly when configuring Benefits Verification or seeding a sandbox. Here is the shape of creating one by hand.
4 steps
How to Import Articles in Salesforce
An article import is straightforward in mechanics but unforgiving in preparation. The sequence below walks through a typical migration from a legacy knowledge base into Salesforce Knowledge, scoped to one language and one product line. Multi-language and multi-region migrations follow the same pattern repeated per language.
4 steps
How to Inbound Call in Salesforce
Setting up inbound calls means standing up Service Cloud Voice and letting Omni-Channel route incoming calls to agents in the Service Console. These are the core configuration steps; the exact telephony onboarding varies by whether you use Amazon Connect, partner telephony, or Bring Your Own Telephony.
5 steps
How to Insurance Policy in Salesforce
Most policy records arrive in Salesforce through an integration from a policy administration system, but admins and agents do create them by hand during setup, testing, or for lines managed directly in Salesforce. Here is how to create one once the FSC insurance package is enabled and your profile has access to the InsurancePolicy object.
4 steps
How to Interaction Studio in Salesforce
Personalization rollouts are multi-month projects. The technical setup is a few weeks; the campaign and personalization design takes longer.
6 steps
How to Interactive Voice Response (IVR) in Salesforce
There is no single IVR object you create in Salesforce. You stand up IVR by configuring a Salesforce Voice contact center and then building the menu in the telephony layer. These steps describe the Amazon Connect model, the most common starting point.
5 steps
How to Internal Call in Salesforce
Internal (rep-to-rep) calls need a small amount of org-level setup before agents can dial each other inside Service Cloud Voice. The core step is enabling change tracking on the Voice Call object so the platform can sync the internal leg. The exact screens vary by telephony provider, so confirm the provider-specific steps in your contact center's setup guide.
4 steps
How to Knowledge Action in Salesforce
Configuring Knowledge Actions is a page layout exercise: pick the actions, place them in the layout, set per-record-type variations, and verify permissions on the user profiles or permission sets.
6 steps
How to Knowledge Agent in Salesforce
An admin turns a standard service user into a Knowledge Agent by enabling Knowledge, granting the Knowledge User feature license, and assigning a permission set with the right object and lifecycle permissions. Here is the path in Lightning Experience.
5 steps
How to Knowledge Article in Salesforce
Creating a Knowledge Article is more than typing a title and saving. You pick a record type, write content for one or more channels, attach data categories, and decide whether to publish immediately or route through draft review.
6 steps
How to Knowledge Article Version in Salesforce
Authoring a Knowledge article means creating a Version, drafting content, validating it, and publishing it Online. The lifecycle is built into the UI; most authors never touch the underlying Knowledge__kav object directly.
5 steps
How to Knowledge One in Salesforce
For customers still on Classic Console, configuring Knowledge One is a console-specific setup. For Lightning-era customers, the modern path is the Knowledge Sidebar component in Lightning App Builder.
6 steps
How to Knowledge Settings in Salesforce
Configuring Knowledge Settings is a one-time activity during the Service Cloud rollout. Enable Lightning Knowledge, pick the default language, decide on multilingual support and voting, and align with legal on tracking before enabling.
8 steps
How to Knowledge Sidebar in Salesforce
Configuring the Knowledge Sidebar is a Lightning App Builder activity: drop the component on the right page, configure the auto-suggest fields and default filters, save and activate.
8 steps
How to Lightning Knowledge in Salesforce
Enabling Lightning Knowledge is a one-way Setup action. Plan the record type strategy, data categories, and channel governance before flipping the switch.
7 steps
How to Messaging for In-App in Salesforce
Standing up Messaging for In-App is mostly a Service Cloud configuration job, done before any mobile code ships. You enable messaging, create the channel and the Embedded Service deployment, and wire routing through an Omni-Channel flow. The mobile team then drops in the SDK and points it at the deployment. These steps cover the Salesforce-side setup.
5 steps
How to Messaging for Web in Salesforce
Standing up Messaging for Web is an admin task in Setup. You turn on the platform feature, route with Omni-Channel, create a Messaging channel, then publish an Embedded Service Deployment whose snippet goes on the website.
4 steps
How to Milestone in Salesforce
Creating a Milestone is a two-step workflow: define the MilestoneType, then attach it to an Entitlement Process with specific timing and Time Trigger actions.
7 steps
How to Milestone Actions in Salesforce
Milestone Actions configure inside an Entitlement Process. The pattern: define the milestone, set its target time and trigger criteria, then attach Success, Warning, and Violation actions.
5 steps
How to Milestone Type in Salesforce
Milestone Type setup is straightforward: pick the standard type that fits or define a custom one with field-change detection. Each Entitlement Process then references the Milestone Type when adding milestones.
5 steps
How to Omni-Channel in Salesforce
Setting up Omni-Channel is a multi-step Setup workflow: enable the feature, define Service Channels, build Routing Configurations, build Presence Configurations, add the Omni-Channel widget to the Service Console Utility Bar, and assign users.
8 steps
How to Omni-Channel Flow in Salesforce
The pattern: build the flow in Flow Builder with the Omni-Channel Flow trigger, gather any data the routing decision needs, branch on conditions, and finish with the Route Work action.
5 steps
How to Omni-Channel Home in Salesforce
Omni-Channel Home is part of the Omni Supervisor app. Setup involves granting the right permission set, configuring which channels and queues each supervisor sees, and customizing the layout per user role.
5 steps
How to Omni-Channel Routing in Salesforce
Omni-Channel setup runs in five stages: enable the feature, define channels, build presence statuses, configure routing, and add the Omni-Channel widget to the Service Console. Plan one to two weeks of admin time for a non-trivial rollout.
5 steps
How to Omni-Channel Settings in Salesforce
Enabling Omni-Channel is the gateway to every other routing component. Here is the order most admins follow on the settings page itself, before building queues and routing configurations elsewhere.
5 steps
How to Open CTI in Salesforce
The contact center platform vendor (Genesys, Five9, NICE) does the heavy lifting; the Salesforce admin configures the Call Center, assigns users, and adds the utility item to apps.
5 steps
How to Outbound Call in Salesforce
Outbound calling through click-to-dial depends on a working call center and an Open CTI or Voice adapter. The exact screens vary by telephony provider, but the order of operations is consistent. Here is the typical admin path to make numbers clickable for agents.
4 steps
How to Patient Timeline in Salesforce
Set up an Enhanced Timeline in Health Cloud so a configured object's records appear chronologically on the patient record. Do this in Setup, then add the component to a Lightning record page.
5 steps
How to Peak Hour Scheduling in Salesforce
Enabling Peak Hour Scheduling is a configuration change on Service Territory records inside Salesforce Scheduler. The walkthrough below assumes Scheduler is already deployed and active in the org, and the goal is to add peak-hour bias to existing scheduling.
4 steps
How to Predefined Case Teams in Salesforce
Configuring Predefined Case Teams is a Setup workflow: define Case Team Roles, build the predefined teams, optionally automate application through Flow.
6 steps
How to Presence Status in Salesforce
Presence statuses are configured in Setup under the service rep status area, then made usable by granting access through a profile or permission set. You build the statuses once, decide which service channels each one allows, and assign them to the right teams.
5 steps
How to Private Branch Exchange (PBX) in Salesforce
To connect an existing PBX or telephony provider to Salesforce, an admin sets up a Call Center that points at the integration. The exact files come from your telephony vendor. These steps describe the Open CTI path; for a new build, prefer Salesforce Voice with Partner Telephony instead.
5 steps
How to Published Article in Salesforce
Publishing moves a draft Knowledge article to Online status so it appears in its assigned channels. In Lightning Knowledge, you publish from the article record after the content is reviewed.
4 steps
How to Question in Salesforce
Questions show up once an admin enables Chatter Questions, and optionally Question-to-Case so unresolved threads can become support tickets. Here is the high-level setup for an internal org or an Experience Cloud site.
4 steps
How to Queue, Salesforce CRM Call Center in Salesforce
Setting up Salesforce CRM Call Center connects a third-party phone system to Salesforce through Open CTI. The actual call queue is configured in the phone vendor's platform; these steps register that system in Salesforce so agents get a softphone. For new projects, evaluate Service Cloud Voice first, since Open CTI retires on February 28, 2028.
4 steps
How to Real-Time Transcription in Salesforce
Real-time transcription needs configuration in the telephony layer and a component on the page before agents see any text. These steps cover the Salesforce side for a Service Cloud Voice with Amazon Connect setup. Confirm the exact labels in your org, since they shift slightly by Voice model and release.
5 steps
How to Reply in Salesforce
Send a reply on a case from the Service Console so the customer sees it, the case thread tracks it, and the agent productivity report counts it.
5 steps
How to Salesforce CRM Call Center in Salesforce
Setting up a call center means importing a definition file and assigning users so they get a softphone. Most teams install a partner package from AppExchange that does the import for them. Note that Open CTI is in maintenance mode with a retirement date of February 28, 2028, so weigh Service Cloud Voice for anything new.
5 steps
How to Salesforce Knowledge in Salesforce
Enabling Salesforce Knowledge is a deliberate setup with license, record type, data category, and channel decisions. Done well, the org gets a deflection engine. Done in a hurry, the org gets thousands of unfindable articles.
7 steps
How to Salesforce Service Cloud in Salesforce
Implementing Service Cloud is a multi-phase project that scales with the organization complexity. The four core phases cover: configure case intake and the basic Case object, set up Omni-Channel routing and the Service Console, deploy Knowledge and self-service for deflection, and operationalize SLAs and reporting. Each phase delivers value on its own and can be deployed independently; mature implementations do all four. Skipping phases is fine for smaller orgs; doing them out of order is not, since each phase assumes the previous one is in place.
4 steps
How to Screen Pop in Salesforce
Here is how to set up screen pops with a softphone layout for an Open CTI or partner phone adapter. The layout decides what records pop for inbound calls, and you assign it to the profiles that should use it.
4 steps
How to Service Appointment in Salesforce
Most service appointments are created from a parent work order or work order line item, which copies key details down automatically. You can also create one directly when you need a standalone visit. Here is the typical path from a work order.
4 steps
How to Service Channel in Salesforce
Creating a Service Channel is a quick Setup workflow. Pick the sObject, choose the Routing Configuration, set the routing type. The work happens once per channel.
6 steps
How to Service Cloud in Salesforce
Service Cloud setup is a multi-month exercise touching channels, routing, agent UX, Knowledge, SLA tracking, and integration with telephony and messaging systems. Plan an experienced admin or implementation partner; the configuration depth exceeds what a casual Salesforce admin can manage on their own.
8 steps
How to Service Cloud Reports in Salesforce
The fastest way to stand up service reporting is to install the prebuilt reports and dashboards from Service Setup, then point them at your own data. You need a Service Cloud license and permission to manage reports and dashboards.
4 steps
How to Service Cloud Voice in Salesforce
At a high level, an admin turns on Service Cloud Voice, creates a contact center, gives agents access, and wires up phone numbers and call flows. The exact screens depend on which of the three telephony models you choose. Always follow the current Salesforce setup guide for your model.
5 steps
How to Service Console in Salesforce
Setting up the Service Console is a Lightning App Builder exercise. Pick the console template, configure the page layouts, add Utility Bar widgets, assign the app to profiles or permission sets. The defaults are sensible; most orgs tune the Utility Bar and the case page layout to fit their team.
7 steps
How to Service Contract in Salesforce
Before you can create service contracts, an admin must enable entitlement management and add the Service Contracts tab. After that, creating a contract is a quick record entry. These steps assume entitlement management is already enabled in Setup.
4 steps
How to Service Optimization in Salesforce
Trigger an optimization run that takes tomorrow's open appointments and your active workers, returns an optimized schedule, and posts it to the Dispatch Console for review.
6 steps
How to Service Resource in Salesforce
Create a Service Resource so Field Service can assign service appointments to a worker. You need the Field Service managed package and permissions enabled first, and a Salesforce user (or a service crew) ready to link.
4 steps
How to Service Setup Assistant in Salesforce
Use the Service Setup Assistant to enable a Service Cloud feature with guided flows and sensible defaults. The steps below show the general path from opening Service Setup to running and verifying a flow.
5 steps
How to Service Territory in Salesforce
Service Territories are created from the Service Territories tab in a Field Service enabled org. You need the Field Service permissions and at least one Operating Hours record to attach. Create the territory first, mark it active, then add members so the scheduler has resources to work with.
5 steps