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 (216)
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 persist alongside Lightning. The work is managing both, picking the right type per use case, and planning long-term migration.
5 steps
How to Classic Letterheads in Salesforce
For surviving Letterheads, the work is keeping them stable plus planning eventual migration to Lightning Email Branding when automation dependencies allow.
5 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
The pattern: Validate the change set, monitor through Deployment Status, Quick Deploy during production windows, debug failures through per-component results. The page is operational furniture for change-set work; using it actively prevents many deployment surprises.
7 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
The pattern: match the environment to the work, name per convention, refresh deliberately, promote through the pipeline. The discipline pays back in operational clarity and reduced production incidents over years.
7 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 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
Working in Encryption Settings is a sequence of tabs visited in order: Key Management first, then encryption assignment, then statistics to confirm completion. The steps below cover the full first-time setup.
7 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
Configuring the email tracking filter is a small Setup page but the entry strategy matters. The steps below cover what to add on day one and what to audit periodically.
7 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
Managing group membership involves both the standard UI for small changes and Data Loader for bulk operations. The steps below cover both paths plus the audit workflow that keeps groups clean.
7 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
Customization is purely a Compact Layout exercise. There is no separate Hover Detail editor in Lightning.
5 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 History in Salesforce
Working with Identity Verification History is mostly a periodic review and incident-response activity. The steps below cover the recurring tasks plus the SIEM integration setup.
7 steps
How to Identity Verification Settings in Salesforce
Configuring Identity Verification Settings is a tuning exercise: pick allowed methods, set the trust window, configure user populations, and confirm interaction with related security features. The steps below cover the full setup.
7 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
Rolling out intelligent sales features is a coordinated effort across licensing, compliance, and user adoption. The steps below cover the sequenced enablement path.
7 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
Key Management is recurring administrative work. The steps below cover the initial setup and the recurring rotation cycle that compliance regimes typically require.
7 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
Executing a tenant secret rotation is a planned event. The steps below cover the full cycle from generation through Mass Encryption and post-rotation verification.
7 steps
How to Language Settings in Salesforce
Enabling languages is a one-time setup; configuring users and translating content is ongoing. The steps below cover the initial rollout.
7 steps
How to Layout in Salesforce
Configuring layouts spans Page Layouts, Lightning Pages, and assignments. The steps below cover the typical setup for a new object or significant page redesign.
7 steps
How to Library Permission in Salesforce
Setting up a library and its permissions is a focused task. The steps below cover library creation, member assignment, and ongoing management.
7 steps
How to Lightning Email Templates in Salesforce
Building a Lightning Email Template is a creative task with technical setup around merge fields, sharing, and deployment. The steps below cover the standard workflow.
7 steps
How to List Custom Settings in Salesforce
Creating a List Custom Setting involves schema definition, data population, and Apex access. The steps below cover the full setup.
7 steps
How to Locale in Salesforce
Configuring Locale is a per-user and per-org task. The steps below cover org defaults, per-user setup, and the testing that catches Locale-related bugs.
7 steps
How to Login Access Policies in Salesforce
Configuring Login Access Policies is a privacy and operational policy decision. The steps below cover the standard setup and the audit pattern that keeps the capability safe.
7 steps
How to Login Flows in Salesforce
Setting up a Login Flow involves building the flow, assigning it to user populations, and testing without breaking production access. The steps below cover the safe rollout.
7 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
Managing Connected Apps is an ongoing administrative responsibility. The steps below cover the audit pattern and the lifecycle operations.
7 steps
How to Manage Subscription in Salesforce
Using Manage Subscription is an administrative task rather than a configuration. The steps below cover the standard interactions: viewing the subscription, adding licenses, and engaging the account team.
7 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
Enabling geocoding is a one-time setup. The steps below cover the rollout and the address-quality work that maximizes the value.
7 steps
How to Mass Delete Records in Salesforce
Running Mass Delete safely is about precise filtering and a verification window. The steps below cover both halves.
7 steps
How to Mass Transfer Approval Requests in Salesforce
Running Mass Transfer Approval Requests safely involves precise filtering, preview verification, and follow-up communication with the new approver. The steps below cover the standard flow.
7 steps
How to Mass Transfer Records in Salesforce
Running a Mass Transfer involves choosing the source user, configuring cascade options, previewing, and executing. The steps below cover the standard offboarding scenario.
7 steps
How to Mass Update Addresses in Salesforce
Running Mass Update Addresses is the bulk normalization step in a State and Country Picklist migration. The steps below cover the full workflow from extraction to post-migration validation.
7 steps
How to Master HSM in Salesforce
The Master HSM is platform infrastructure not directly configurable by customers. The steps below cover the customer-side decisions about how to relate to it.
7 steps
How to Master Picklist in Salesforce
Managing picklist values involves master-level changes and per-record-type configuration. The steps below cover both halves.
7 steps
How to Master Secret in Salesforce
Customers do not directly configure the Master Secret; the relevant decisions are about which key model to use. The steps below cover those decisions and the documentation expectations.
7 steps
How to Master Wrapping Key in Salesforce
Customers do not directly configure the Master Wrapping Key. The steps below cover the related customer-side concerns.
7 steps
How to Matching Rules in Salesforce
Building a Matching Rule combines business logic decisions (what makes a duplicate) with technical configuration. The steps below cover the standard workflow.
7 steps
How to Messaging Components in Salesforce
Setting up Messaging Components for an org involves configuring the library, defining channel rendering, and training agents and bots to use them. The steps below cover the rollout.
7 steps
How to Messaging Settings in Salesforce
Setting up Messaging Settings involves channel provisioning, routing configuration, bot integration, and ongoing management. The steps below cover a phased rollout.
7 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
Navigating My Settings is straightforward but the breadth of available preferences means many users never explore them. The steps below cover the highest-value configurations for a new user.
7 steps
How to Network Access in Salesforce
Configuring Network Access is straightforward but the design decisions about which IPs to trust matter. The steps below cover both.
7 steps
How to OAuth and OpenID Connect Settings in Salesforce
Configuring OAuth and OIDC settings is a deliberate security decision. The steps below cover the standard rollout for a B2B org tightening defaults for production.
7 steps
How to OAuth Custom Scopes in Salesforce
Building a custom scope involves defining the scope, configuring Connected Apps to request it, and implementing enforcement logic. The steps below cover the full lifecycle.
7 steps
How to Object-Level Security in Salesforce
Configuring Object-Level Security involves declaring permissions per profile and per permission set, then validating the effective access. The steps below cover the standard workflow.
7 steps
How to Opt Out of Customer Data Access in Salesforce
Enabling Opt Out of Customer Data Access is a contractual change with operational implications. The steps below cover the decision and implementation process.
7 steps
How to Order Settings in Salesforce
Configuring Order Settings is a small but consequential set of decisions. The steps below cover the standard rollout.
7 steps
How to Org-Wide Default in Salesforce
Setting OWD is one of the most consequential security decisions. The steps below cover the design and rollout process.
7 steps
How to Organization-Wide Address in Salesforce
Setting up an Org-Wide Address involves DNS verification, profile restriction, and downstream send-path configuration. The steps below cover the full setup.
7 steps
How to Organization-Wide Defaults in Salesforce
Setting Organization-Wide Defaults is a foundational security decision. The steps below cover the design and rollout for a new org or major access model change.
7 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 Password Policies in Salesforce
Password Policies are the global rules around how user passwords behave — length, complexity, expiration, lockout. Org-default policies apply to everyone; profile-level policies override the default for users on that profile.
7 steps
How to Path Settings in Salesforce
Path Settings configure Salesforce Path — the visual progress indicator on records, showing stages and key fields per stage. Most common on Opportunity and Case. Path is what gives reps a guided UX through the deal stages with key-fields-at-each-stage prompts.
7 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
Permission Set Assignments are the records that link a User to a Permission Set (or Permission Set Group). They're the operational mechanism for the additive-permissions model — a User has one Profile (the floor) plus many Permission Set Assignments (incremental access). Modern best practice favors Permission Sets over Profile-based permissions because they're composable.
7 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
Permission Set Licenses (PSLs) are supplemental licenses that unlock gated features beyond a user's base User License — CRM Analytics Plus, Identity Connect, Field Service, Einstein bots. PSLs are assigned to users in Setup; assigning a PSL doesn't grant any permissions on its own — you still need a Permission Set that references the PSL's gated permissions.
6 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
Picklist Settings controls global picklist behavior — what happens to inactive values, whether unrestricted picklists let API submissions through, and similar org-wide toggles. Small page, but the toggles touch every picklist field in the org.
6 steps
How to Picklist Value Sets in Salesforce
Picklist Value Sets (Global Picklists) are reusable lists of values shared across many picklist fields — "Country," "US State," "Industry." Adding a value to the set propagates to every field that uses it. They enforce data consistency and let admins maintain a single source of truth.
7 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 Product Settings in Salesforce
Product Settings configure org-wide behavior for the Product object and Price Books — Quantity Schedules, Revenue Schedules, Multi-Currency Price Books, and the relationship between Products and Opportunities. Foundational settings most admins set once and rarely revisit.
6 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 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 the org-wide enable / disable page for the Quick Text feature, plus per-channel configuration. Once Quick Text is on, users can create snippet records and insert them into emails, chats, and notes via a keyboard shortcut or picker.
6 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 Page Settings in Salesforce
Record Page Settings configure global defaults for Lightning Record Pages — Lightning Page assignment defaults, Activity Composer behavior, related list display. Most per-page customization happens in Lightning App Builder; Record Page Settings is the org-wide layer.
5 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 are the Salesforce-managed list of changes coming in upcoming releases — security improvements, performance changes, feature retirements. The Release Updates page lets you preview changes, test them in your sandbox, and accept (or defer) before they auto-enable.
6 steps
How to Remote Access in Salesforce
Remote Access (now Connected Apps) is the legacy term for what Salesforce now calls Connected Apps — third-party app authentication and API access. The old Remote Access page redirects to App Manager / Manage Connected Apps in modern orgs. Knowing the legacy name helps with old documentation.
5 steps
How to Rename Tabs and Labels in Salesforce
Rename Tabs and Labels lets admins customize standard Salesforce labels — call "Account" "Customer," call "Opportunity" "Deal," etc. Org-wide; affects every reference to that label in the UI. Translation Workbench handles per-language overrides separately.
6 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 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
Sandbox Templates define which objects' data gets copied from production when refreshing a Partial Copy Sandbox — "copy Account, Contact, Opportunity but skip Cases." Lets teams build focused test datasets smaller than a Full Copy Sandbox but still representative. Only applies to Partial Copy and Full Copy Sandboxes; Developer / Developer Pro Sandboxes have no data anyway.
7 steps
How to Scheduled Jobs in Salesforce
Scheduled Jobs is the list of scheduled Apex (and other Salesforce-managed) jobs in your org — daily exports, recurring batch processes, scheduled reports. Click Del on any row to cancel future runs. The page is essential for debugging "why did this run" or "why didn't this run" issues.
6 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 the page showing currently active user sessions and recent session activity — useful for forensic investigation ("who's logged in right now") and for forcibly ending sessions when investigating compromise. Read-mostly; kill sessions sparingly.
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 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
Setup Home is the landing page admins see when they click Setup. It shows org-wide notifications, recent items, news, recommended actions. Customizing Setup Home means picking which tiles surface — the page is read-mostly, but admins can pin frequently-used Setup pages.
5 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
How to Sharing in Salesforce
Designing the sharing model is a one-shot decision for the life of the org. The steps below cover the discovery, configuration, and rollout for a new org or a sharing-model overhaul.
6 steps
How to Sharing Group in Salesforce
Direct configuration of Sharing Groups is not a thing; the platform manages them automatically. The configuration work for admins is around the sharing settings that create and update them: sharing rules, role hierarchy, territories, queues, public groups. The four-step routine covers: design the sharing model with Sharing Group impact in mind, defer sharing calculations during heavy changes, monitor recalculation jobs, and audit sharing performance over time. Each step protects platform performance from the consequences of unmanaged sharing changes.
4 steps
How to Sharing Model in Salesforce
Designing the sharing model is an architectural exercise that spans business requirements gathering, OWD selection, rule design, role hierarchy alignment, and ongoing maintenance. The workflow below covers the standard sequence for a new sharing design.
4 steps
How to Sharing Rule in Salesforce
Creating a Sharing Rule is one of the standard cross-team-access configurations a Salesforce admin handles regularly. The configuration is straightforward, but the testing and validation matter more than the click path because incorrect sharing leads to either security gaps or usability complaints.
7 steps
How to Sharing Settings in Salesforce
Sharing Settings is the org-wide sharing model dashboard — Org-Wide Defaults (OWD) per object, Sharing Rules summary, manual sharing toggles. The OWD per object is the foundational decision: Public Read/Write means everyone sees everything; Private means only owners and the role hierarchy.
7 steps
How to Shift Scheduling in Salesforce
Shift Scheduling configuration is a multi-week effort spanning data preparation, scheduling engine setup, and rollout. The workflow below covers the standard sequence for getting a Workforce Engagement Management deployment from initial Setup to live, scheduled agents.
4 steps
How to Single Sign-On Settings in Salesforce
Configuring SSO is a multi-step process: prepare My Domain, gather IdP metadata, create the SAML Settings record, configure the IdP side, test the flow, decide on login policy.
8 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 (48)
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
Beta is mostly an ISV-side workflow. The mechanics are straightforward; the discipline is using Betas productively and graduating to Released on time.
5 steps
How to Branch Management in Salesforce
The configuration steps differ between FSC Branch Management and Git Branch Management. The right approach depends on which meaning applies to your project.
5 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
Combination Charts work in any Summary or Matrix report. The configuration is mostly chart type selection plus series formatting.
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
Building a widget takes three pieces: a source report, a widget type, and the configuration that maps report data to the visualization.
6 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 setting is a single integer field, but the impact on community feel is large. Tune deliberately and monitor results.
5 steps
How to Intelligent Appointment Management in Salesforce
Setup runs across Salesforce Scheduler, Experience Cloud, and Industries-specific configuration. Plan a multi-week project, not a one-day setup.
6 steps
How to Lens Explorer in Salesforce
Lens authoring is the fastest path from raw data to a question answered. Most lenses come together in five minutes.
6 steps
How to License Management Application (LMA) in Salesforce
Every AppExchange partner needs the LMA. Installation is a one-time setup; ongoing operation is the daily work of managing the install base.
6 steps
How to License Management Organization (LMO) in Salesforce
LMO setup happens once. Get it right at partner-program registration; fixing it later is painful.
6 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
Matrix Report creation is a drag-and-drop task in the Report Builder. The work is picking the right groupings and the right aggregation.
6 steps
How to Mini Page Layout in Salesforce
Migration is a one-time pass per object. Plan a fresh field-set design rather than copying the Mini Page Layout directly.
6 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 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 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
Recipes are the data-prep workflows in CRM Analytics — visual transformations that combine datasets, apply filters, compute columns, run aggregations, output a final dataset. Replacement for the older Dataflow tool; modern CRM Analytics development uses Recipes for all data prep. Output is a dataset that lenses / dashboards / Einstein Discovery models read from.
8 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
Report Builder is the drag-and-drop tool for creating Salesforce reports — pick a Report Type, add columns, configure filters, set groupings and summary formulas. Lightning Report Builder is the modern flavor; Classic Report Builder still exists for legacy needs but new work should be Lightning.
9 steps
How to Reporting Snapshot in Salesforce
Reporting Snapshots (formerly Analytic Snapshots) capture a Tabular report's results on a schedule and store them as records in a Custom Object — "every Friday, snapshot the open-pipeline-by-stage report." Build historical trend data without point-in-time SOQL hacks. Setup is the snapshot definition; the actual snapshot job runs on the configured schedule.
8 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
Reporting Snapshot Target Object is the Custom Object you create to receive snapshots of report data over time — "capture today's pipeline by stage every Friday." The target object stores the snapshot rows. Setup involves creating the Custom Object first, then configuring the Reporting Snapshot to write to it.
8 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
Salesforce Feedback Management (formerly Surveys+) extends native Salesforce Surveys with advanced capabilities — multi-language surveys, sentiment analysis on responses, NPS-with-segmentation, deeper integration with Service Cloud / Sales Cloud workflows. Paid add-on; replaces the 300/month free Surveys cap with unlimited usage plus richer features.
7 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
How to Solution Manager in Salesforce
Standing up a Solution Manager role in 2026 is rarely the right answer; the feature is legacy and new investment goes into Salesforce Knowledge. For orgs that still operate Solutions, the four-step routine covers: assign the Solution Manager permission to designated users, define and maintain the Solution Category taxonomy, run the review-and-publish workflow continuously, and plan migration to Salesforce Knowledge as part of the Service Cloud modernization roadmap. This guide covers both the legacy operation and the migration path; treat the legacy operation as a temporary state while the migration is planned.
4 steps
Automation (45)
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 configured inside the Approval Process editor. The work is mostly choosing which trigger points need which actions and keeping the noise (notifications, field churn) under control.
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 Process Diagram in Salesforce
The diagram is read-only. The work is generating it, reviewing it, and using it as the canonical documentation for the Approval Process.
5 steps
How to Approval Request in Salesforce
Most users learn the approval surface from the receiving side. Knowing the actions, channels, and delegation options matters more than understanding the underlying objects.
5 steps
How to Approval Steps in Salesforce
Step design is most of the Approval Process design effort. Approvers, conditions, and rejection behavior decide whether the process is humane and recoverable or rigid and frustrating.
5 steps
How to Approvals in Chatter in Salesforce
Setup is a single checkbox. Tuning is about keeping the Chatter feed readable: short field lists on the approval page, sensible approver assignments, and reasonable Approval Process volumes.
5 steps
How to Assigned Approver in Salesforce
Picking the right Assigned Approver model is more important than the configuration mechanics. Choose the assignment type that survives org changes (Manager-of-Submitter, lookup-based) over named-user assignment whenever possible.
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
Autolaunched Flows replace most legacy declarative automation. Building one well takes the same care as Apex: trigger choice, bulkification, error handling, and debug.
5 steps
How to Automated Actions in Salesforce
Salesforce's Migrate to Flow tool handles most of the mechanics. The remaining work is reviewing the converted flows for clarity, naming, and error handling.
5 steps
How to Custom Notification in Salesforce
Setup is a one-time Custom Notification Type definition. Ongoing use is just Flow actions or Apex sends that reference the type.
6 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
Configuring Final Approval Actions is done on the Approval Process detail page in Setup. The configuration includes selecting the action types, defining each action, and specifying when they fire.
6 steps
How to Final Rejection Actions in Salesforce
Configuring Final Rejection Actions follows the same pattern as Final Approval Actions: open the Approval Process, navigate to the Rejection section, add actions. Plan rejection differently from approval: rejection often needs to set up resubmission while approval needs to finalize and lock.
6 steps
How to FlexCard in Salesforce
Building a FlexCard takes about 15-30 minutes for the basic configuration: define the data source, design the card, save and activate. Deploy to a Lightning page through App Builder.
6 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
Trigger selection is the first decision in Flow Builder. The screen that appears on New Flow lists every option with a short description.
5 steps
How to Immediate Action in Salesforce
Run Migrate to Flow on existing Workflow Rules and review the output. Most rules convert cleanly; some need manual adjustments after the automated conversion.
6 steps
How to Initial Submission Actions in Salesforce
The actions are configured on the Approval Process detail page in Setup. The choices reflect the desired record state at submission time.
6 steps
How to Integration Procedure in Salesforce
Building an IP starts in OmniStudio, drag actions in sequence, configure each action''s input and output mappings, save, activate, test.
6 steps
How to Interview in Salesforce
The Setup, Paused and Waiting Interviews node is the operational view. Monitor weekly; cleanup quarterly.
6 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
The migration is mandatory for any org with active Workflow Rules. Plan a multi-quarter project: inventory, migrate, test, cut over.
6 steps
How to Monitor Workflow Services in Salesforce
The Monitor surfaces are admin-only Setup pages. Use them daily in active orgs; build them into the operational cadence.
6 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
Paused and Failed Flow Interviews is where stuck flow runs accumulate — flows that hit errors mid-execution, flows that waited on a screen and timed out, flows paused awaiting external input. Cleaning this list is part of routine flow admin hygiene.
6 steps
How to Process Automation Settings in Salesforce
Process Automation Settings configure org-wide defaults for the Process Builder + Flow + Workflow stack — default workflow user, recursive trigger behavior, run order. Most settings are one-time decisions that affect every automation in the org.
5 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 the automated actions that fire when a submitter recalls their own approval request — typically reverting a Status field, unlocking the record, sending a notification. Less common than Initial Submission / Final Approval / Final Rejection actions because most orgs don't allow recall, but important when they do.
6 steps
How to Salesforce Flow Orchestration in Salesforce
Salesforce Flow Orchestration coordinates multiple Flows + manual approval steps + external waits into a single multi-stage business process — "customer onboarding: send welcome email, wait for completed setup form, schedule onboarding call, train customer success team, complete." Provides visibility into long-running cross-team workflows. As of Spring '26, Orchestration became a standard Flow type without needing an add-on.
9 steps
How to Scheduled Action in Salesforce
Scheduled Actions are time-based automation actions that execute X minutes / hours / days after a trigger event — "send a follow-up email 3 days after Case creation," "create an escalation task 1 hour before SLA breach." Modern Salesforce uses Flow's Wait elements; legacy systems used Process Builder Scheduled Paths or Workflow Time-Dependent Actions.
6 steps
Core CRM (140)
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
Asset Hierarchy is mostly a data model decision. The choice of depth, level names, and which fields hold what data drives years of downstream reporting and field-service behaviour.
5 steps
How to Asset Relationship in Salesforce
Asset Relationship is a standard object that ships available in most Salesforce editions. The work is enabling it on the right page layouts, designing the Relationship Type picklist, and training users on the containment-versus-peer distinction.
5 steps
How to Attachment in Salesforce
The migration is mostly mechanical conversion plus deliberate UI cleanup. The trick is doing both in step so users land on a consistent experience.
5 steps
How to Best Answer in Salesforce
Best Answers are a default Chatter Questions feature, but the operational value comes from training moderators, tracking metrics, and promoting recurring Best Answers into Knowledge.
5 steps
How to Blank lookup in Salesforce
Blank Lookups are a design decision, not an accident waiting to happen. Decide whether a lookup is allowed to be blank; if it is not, enforce it; if it is, handle the blank case explicitly.
5 steps
How to Boolean Operators in Salesforce
Boolean Operators are simple in concept and easy to get wrong in practice. The patterns below cover the surfaces where Salesforce admins and developers spend most of their time.
5 steps
How to Business Account in Salesforce
Business Accounts come out of the box. The work is configuring them for the specific B2B model the org runs, defining Record Types if Person Accounts are also enabled, and building the right hierarchy and team structures.
5 steps
How to Calendar in Salesforce
The Calendar comes pre-built; the configuration work is in Object-Based Calendars, sharing, and external sync. Get those right and the Calendar becomes operational.
5 steps
How to Call in Salesforce
Configuring Call tracking is mostly about choosing the right surface (logged Task versus Voice Call), training users to attribute calls to the right parent, and building reports on both.
5 steps
How to Category, Solutions in Salesforce
Migrating off Solutions is mostly an export-transform-import exercise plus a Knowledge taxonomy design phase.
5 steps
How to Chatter Bookmarks in Salesforce
Chatter Bookmarks need no admin configuration; they ship enabled. The work is training users to use them intentionally and pairing with the other Chatter organisation tools.
5 steps
How to Chatter Favorite in Salesforce
Favorites need no admin configuration. The work is training users to use them and pairing with the other navigation tools.
5 steps
How to Chatter Feed in Salesforce
Chatter Feed is largely ship-default. The configuration work is enabling Feed Tracking on the right objects, designing groups, and integrating with Slack where appropriate.
5 steps
How to Chatter Group in Salesforce
Creating a Chatter Group takes a minute. Sustaining one over months takes active ownership, clear purpose, and the right governance.
5 steps
How to Chatter Mobile in Salesforce
Standalone Chatter Mobile is retired. Mobile Chatter access today is through the Salesforce Mobile App's Chatter tab.
5 steps
How to Comment in Salesforce
Comments are mostly captured during operational work; the configuration touchpoints are the publish-status defaults, mention permissions, and reporting setup.
5 steps
How to Comment, Chatter in Salesforce
Chatter Comments are mostly captured organically. The configuration touchpoints are notification settings, edit policies, and reporting setup.
5 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
Most of the work is building the component itself. Wiring it into the console takes a few clicks in Setup or App Builder.
6 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
Setup is a one-time admin enablement; ongoing operation is per-group invitations.
6 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
Generating an ERD takes 15 minutes to 8 hours depending on org complexity and tool chosen. Schema Builder is fastest for ad-hoc visualization; third-party tools produce more polished documentation.
6 steps
How to Enumeration Field in Salesforce
Creating a Restricted Picklist with a Global Value Set is the standard production pattern: centralized values, strict enforcement, reusable across objects. The setup takes 10-15 minutes.
6 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
Creating an Event Series takes about 30 seconds: open the calendar, click New Event, set the recurrence options, save. Managing the series afterward is mostly about deciding when to edit single occurrences versus the whole series.
6 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
Calling the Experience API takes the standard OAuth flow plus a community context. The same patterns work for iOS, Android, and JavaScript clients; the differences are language-specific HTTP library handling.
6 steps
How to Feed Attachment, Chatter in Salesforce
Attaching a file to a Chatter post is a one-click action in the feed composer. The platform creates the FeedItem and FeedAttachment records automatically.
6 steps
How to Feed Item in Salesforce
Querying FeedItems via SOQL or building reports on the FeedItem object surfaces Chatter engagement metrics that the feed UI does not show directly.
6 steps
How to Field in Salesforce
Creating a custom field is a Setup task that takes about 5 minutes for the basic configuration. The choice of data type determines what additional configuration the wizard asks for.
6 steps
How to Field Dependency in Salesforce
Configuring a Field Dependency takes about 5 minutes. You need both picklist fields already created; then you map which dependent values are available for each controlling value.
6 steps
How to File in Salesforce
Uploading a File takes one drag-and-drop in the Files tab or on any record page. Sharing is configured per File through ContentDocumentLink records, either via the UI or programmatically.
6 steps
How to File Viewer in Salesforce
Adding a Viewer is a one-click action in the file Share dialog. Multiple Viewers can be added at once; group-based additions scale to large teams.
6 steps
How to File, Private in Salesforce
Keeping a File Private is straightforward: upload without sharing, do not link to records or groups. The platform maintains Private state until you explicitly share.
6 steps
How to File, Privately Shared in Salesforce
Setting a file to Privately Shared is implicit: any sharing action on a Private file (with specific users, groups, or records) transitions to this state. The platform computes the state from the resulting links.
6 steps
How to File, Your Company in Salesforce
Making a file Your Company means sharing it with an audience covering all internal users. The standard path is publishing to a Library shared with the All Internal Users group; the alternative is direct sharing with an all-employees Public Group.
6 steps
How to Filter Condition/Criteria in Salesforce
Writing filter conditions is a core admin and developer skill. The same patterns apply across List Views, Reports, Flows, and SOQL; learn them once and reuse everywhere.
6 steps
How to Follow in Salesforce
Following is a one-click action surfaced on the entity page. The exact button location depends on whether the entity is a user, a record, a group, or a file.
5 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 fiscal-year setting is one of the platform''s most under-discussed configuration choices. Verifying the current setting takes 30 seconds.
5 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
The creation flow takes 30 seconds once Assign To Multiple Users is checked. Plan the assignee list and the subject template before kicking off the bulk creation.
6 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
Highlights Panel customization is purely a Compact Layout exercise. The work runs through Object Manager.
6 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
Multi-currency setup is one-way; plan carefully before flipping the switch.
6 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
Length is a one-line decision that has long-term consequences. Spend the few minutes to size it right at field-creation time.
6 steps
How to Like in Salesforce
Liking is one click; the more interesting work is reporting on engagement and using the data.
5 steps
How to List View in Salesforce
List view creation is a 2-minute task. The art is picking the right filter and column set for the use case.
6 steps
How to Local Name in Salesforce
Enabling Local Name fields is a few clicks. The harder work is integrating them into the org''s data model and integrations.
6 steps
How to Logged-in User in Salesforce
Access patterns differ by surface: formulas, Apex, Lightning, flow. Pick the right pattern per the use case.
6 steps
How to Long Text Area in Salesforce
Creating a Long Text Area takes a minute; configuring it correctly for the use case takes thought.
6 steps
How to Lookup Dialog in Salesforce
Lookup Dialog customization runs through field configuration plus the object''s search layout. The combination is what shapes user UX.
6 steps
How to Lookup Field in Salesforce
Lookup Field creation is a few clicks. The decisions (parent object, cascade behavior, lookup filter) matter more than the click path.
7 steps
How to Lookup Filter in Salesforce
Lookup Filter configuration is a few clicks within the field''s edit page. The art is picking the right criteria.
6 steps
How to Lookup Icon in Salesforce
Icon configuration takes one minute. Pick deliberately because the icon shows up across the entire user experience.
6 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
Most modern orgs skip native Mail Merge in favor of AppExchange document generation. The decision depends on use case complexity and budget.
6 steps
How to Mail Merge Templates in Salesforce
Native Mail Merge Template creation is a legacy workflow. Modern orgs migrate to AppExchange document-generation tools instead.
6 steps
How to Maintenance Plan in Salesforce
Maintenance Plan setup is a few clicks per piece of equipment. Bulk creation via Data Loader is the standard pattern for large installed bases.
6 steps
How to Major Release in Salesforce
Major Release preparation is a quarterly operational cadence. Plan a release-preview testing cycle every 4 months; coordinate code-freeze, regression testing, and user training.
6 steps
How to Many-to-Many Relationship in Salesforce
Creating the junction object takes a few minutes; the design decisions (custom fields, primary master, related list configuration) matter more than the click path.
6 steps
How to Mass Action in Salesforce
Mass Actions are accessed from List Views. The configuration is per-object; the use is per-list-view interaction.
6 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
The modern workflow runs inside the Gmail or Outlook integration with Salesforce Inbox licensing. Setup happens once per org; usage is one-click per email.
6 steps
How to Member Status in Salesforce
Member Status setup happens per campaign. The configuration takes a minute; the impact on reporting is permanent.
6 steps
How to Merge Field in Salesforce
The most common use of merge fields is personalizing email templates. The pattern is the same across Classic and Lightning email templates.
6 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 Migration in Salesforce
Migration planning follows a consistent pattern regardless of type. The specific tools differ but the workflow is the same.
6 steps
How to Mini View in Salesforce
The migration redesigns the right-side panel from scratch. Plan a Lightning Service Console rollout that takes advantage of the component model rather than porting the Classic configuration.
6 steps
How to Mobile Configuration in Salesforce
Mobile Configuration is a multi-node Setup workflow. Plan a few days of configuration plus testing on real devices before rolling out broadly.
6 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 are the standard meeting model. Configuration involves enabling Shared Activities and tuning the page layouts.
6 steps
How to Note in Salesforce
Notes are short text annotations attached to records. The platform has two flavors: legacy Notes (the Note object, basic) and Enhanced Notes (the ContentNote object, rich text). New orgs ship with Enhanced Notes on by default; legacy Notes remain for backward compatibility.
6 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 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 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 Prototype object in Salesforce
Prototype Object is a niche term — typically refers to creating a temporary, in-memory sObject in Apex without inserting it. The pattern: build a record, populate fields, use it as input to a method, never DML insert. Useful for tests, calculations, and feeding API methods that take an sObject parameter.
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
Public Calendars are shared calendars in Salesforce — "Conference Room A," "Trade Show Schedule," "Holiday Closures." Anyone with sharing access can see and book events. Setup goes through Setup → Public Calendars and Resources, not the user-facing Calendar tab.
7 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
Purchase Rules in Salesforce CPQ enforce buying constraints — "can't sell SKU A without SKU B," "max 5 units of SKU C per quote," "discount cap depends on tier." They prevent invalid quote configurations at quote time. Configured per-rule with Condition + Action; CPQ evaluates rules during quote line edits.
8 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 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 the Salesforce records behind Einstein Next Best Action and Salesforce CMS recommendations — "Suggest this offer to this customer," "Show this article to a similar visitor." Most are auto-created by Einstein engines; manual creation is for static, hand-curated suggestions.
7 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 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 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 Resource Calendar in Salesforce
Resource Calendars are the calendar version of bookable resources — rooms, equipment, vehicles. Each Resource maps to a Salesforce User (often a dummy User representing the room) and has a calendar. Booking the calendar = booking the resource.
7 steps
How to Return Order in Salesforce
Return Orders track returns from customers — what's coming back, why, and what's been refunded or restocked. They're the inverse of an Order, used in industries with formal return/replacement workflows. Field Service feature must be enabled for the object to appear.
7 steps
How to Return Order Line Item in Salesforce
Return Order Line Items are the detail rows on a Return Order — the specific products being returned, quantities, and reason codes. They link back to the Order Product on the original Order so reporting can compare original-sold vs returned.
7 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 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 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
Scheduling Policy defines the rules that the Field Service scheduling optimizer uses to assign work — minimize travel time / respect skills / balance workload / honor SLAs. Each Service Territory can have its own default policy; individual Service Appointments can override. Tuning policies is the single most impactful Field Service config decision.
8 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 Solution in Salesforce
Solutions are the legacy Service Cloud knowledge mechanism — they're the predecessor to Lightning Knowledge. New orgs ship without Solutions; existing orgs keep them around for backward compatibility but Salesforce strongly recommends migrating to Knowledge for any net-new content.
7 steps
Development (113)
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 the kind of page admins visit once and forget. A deliberate review every year or two is the right rhythm; outside of that, change one toggle at a time and validate.
5 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
Onboarding an API is a few clicks once Anypoint Platform is set up. The lasting work is policy design, contract approval flow, and monitoring discipline.
5 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 Programming Interface (API) in Salesforce
Picking the right API is most of the work. Once chosen, authentication, error handling, and governance follow the same patterns regardless of which API the integration uses.
5 steps
How to Application Test Execution in Salesforce
The page itself is a thin wrapper around the Apex Test Framework. Most of the value comes from maintaining Test Suites that map to real subsystems and running them at the right moments.
5 steps
How to Application Test History in Salesforce
The page is a thin UI over standard test-run records. Most of the value comes from reading it consistently as part of a release cadence, not from one-off visits.
5 steps
How to Asynchronous Calls in Salesforce
Async design is mostly choosing the right pattern. The implementation is straightforward once the choice is made; the failures come from forcing one pattern when another fits better.
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
Bulk API 2.0 requires a client (Data Loader, MuleSoft, custom code, or the Salesforce CLI). The mechanics are straightforward; the discipline is in chunking, idempotency, and monitoring.
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 Cascading Style Sheet (CSS) in Salesforce
CSS in Salesforce is most useful when it composes with SLDS and respects component scoping. Bespoke CSS is the exception, not the rule.
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 Child Relationship in Salesforce
Child Relationships are mostly automatic. The work is naming them well and using them correctly in code and reports.
5 steps
How to Client App in Salesforce
Client App registration is a Connected App configuration plus an integration user setup. The mechanics are short; the discipline that makes it safe spans annual audits and routine secret rotation.
5 steps
How to Code Coverage in Salesforce
Hitting 75 percent coverage is the floor; treating it as a target is the start of test debt. Mature teams aim higher and pair coverage with assertion-quality reviews.
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
Most cookie management is automatic. The work falls into two areas: ensuring third-party cookie blocking does not break Salesforce, and setting up consent banners on Experience Cloud sites.
6 steps
How to CORS in Salesforce
Adding a CORS entry takes one click. The harder work is identifying the correct origin URL and verifying the request actually succeeds through the browser.
6 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
Writing a Custom Controller is standard Apex development with Visualforce-specific patterns for getters, setters, and action methods. The work is mostly about understanding the page lifecycle.
6 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 Custom S-Control in Salesforce
S-Controls cannot be created new and cannot be modernized in place. The migration is per-S-Control: build an LWC equivalent, swap references, retire the original.
6 steps
How to Data Manipulation Language (DML) in Salesforce
The DML statements are simple; the discipline is in bulkification, error handling, and respecting governor limits.
6 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 Error Console in Salesforce
Troubleshooting a Salesforce error means picking the right error console based on where the error happened. Apex errors go to the Developer Console; UI errors go to the browser; integration errors go to Setup pages.
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 Facet in Salesforce
Using apex:facet is a one-line addition to a Visualforce component: nest the facet tag inside the parent component with the appropriate name attribute. The parent component picks up the facet content at render time.
6 steps
How to Foreign Key in Salesforce
Salesforce creates the underlying foreign key automatically when an admin adds a Lookup or Master-Detail field. The decision points are the relationship type, the parent object, and the field name.
6 steps
How to Get Request in Salesforce
Setting up a GET callout takes three Apex statements once the Named Credential is in place. The rest is parsing the response.
5 steps
How to Getter Methods in Salesforce
The shortest path is the property syntax with a private backing field and an explicit lazy-load check. The pattern handles 90 percent of controller getter needs.
5 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 HTML S-Control in Salesforce
The migration is mandatory for any org on Lightning. Plan a sprint per non-trivial S-Control.
6 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 Inline S-Control in Salesforce
The migration steps are the same as for any S-Control: inventory, pick a target framework, rewrite, swap references, retire the old asset.
6 steps
How to Integrated Development Environment (IDE) in Salesforce
The full setup takes about an hour for a fresh developer machine. Most of the time is downloads; the actual configuration is minimal.
6 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
The lifecycle is: create job, upload CSV, mark upload complete, poll status, download results. Five API calls total for a basic job.
6 steps
How to JSON (JavaScript Object Notation) in Salesforce
The standard JSON pattern in Apex is serialize on the way out, deserialize into a strongly-typed class on the way in.
6 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
Setting up a Lightning Out app is a Setup-side task; the external integration code is the harder part.
6 steps
How to Lightning Types in Salesforce
The decision tree is straightforward once you know what each type does. Pick the type that matches the use case; mixing types creates complexity.
6 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
Manifest files can be hand-written, generated by the Salesforce CLI, or produced by CI/CD pipelines. Most modern workflows use the CLI to generate them.
6 steps
How to Message Channel in Salesforce
The end-to-end pattern is: define the channel, deploy the metadata, publish from one component, subscribe in another.
6 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 Component in Salesforce
Metadata Components are the unit of work in any Salesforce deployment. The day-to-day workflow uses SFDX CLI and source-format projects.
6 steps
How to Metadata Coverage Report in Salesforce
The report is a reference tool. Build it into the standard pre-deployment workflow; it surfaces problems before they cause deploy failures.
6 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
Most modern Salesforce deployment work doesn''t require touching the Metadata WSDL directly. Use it when building custom integration tools or extending Apex with metadata operations.
6 steps
How to Metadata-Driven Development in Salesforce
Metadata-driven development is a mindset more than a recipe. The recipe is to follow the platform''s declarative-first patterns and reach for code only when needed.
6 steps
How to MVC (Model-View-Controller) in Salesforce
MVC is a design pattern, not a feature to configure. The recipe is to keep the layers separate.
6 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
Namespace registration is a partner-side activity. Customer orgs typically do not need this; only AppExchange partners packaging managed packages.
6 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 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 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 Schema Builder in Salesforce
Schema Builder is the visual data-model editor for Salesforce — drag objects, draw relationships, add fields directly from the diagram. Useful for documenting / explaining the data model and for quick edits. Most production schema work happens in Object Manager (more granular control); Schema Builder is the visual shortcut.
7 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
How to SOAP (Simple Object Access Protocol) in Salesforce
A SOAP integration with Salesforce starts with downloading the right WSDL, generating client stubs, authenticating, and calling the operations you need. The steps below cover a typical end-to-end integration.
5 steps
How to SOAP API in Salesforce
Calling the SOAP API rarely involves writing raw XML these days. Modern integrations consume the WSDL into their integration platform or generate client code in their language of choice. The work is in choosing the right WSDL, configuring authentication, handling per-record results, and migrating off deprecated username-password flows where applicable.
8 steps
How to sObject in Salesforce
sObject (Salesforce Object) is the umbrella term for every object — standard, custom, external, big, junction, platform event. In Apex, every record is typed as the sObject base class or a specific subclass. This page covers what you can do at the sObject layer in code and metadata.
5 steps
How to SOQL (Salesforce Object Query Language) in Salesforce
Writing SOQL queries is mechanically simple. Writing queries that scale to production data volumes, pass security review, and avoid governor limits takes practice. Build queries in Developer Console with the Query Editor, profile them with the Query Plan tool, and reduce them to bulk-friendly patterns before embedding in Apex.
8 steps
How to SOSL (Salesforce Object Search Language) in Salesforce
SOSL has a small surface area but real subtlety in performance tuning. Pick the right IN clause, scope the RETURNING list to the objects you actually need, add per-object filters to narrow results, and remember the index freshness lag when integrating with save-then-search patterns. Build queries in the Developer Console first to validate output before embedding in Apex or REST calls.
8 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
Audience Channel design is mostly choosing the right surface for the right population. The configuration is straightforward once the strategy is clear; the strategy is the harder problem.
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
Lightning Email Templates are the modern default for new platform email content. The editor is similar to a basic word processor; merge fields and quick links make them powerful enough for most use cases.
6 steps
How to Journey Analytics in Salesforce
Journey Analytics ships with Marketing Cloud Engagement. Configuration focuses on goals, attribution, and dashboard design.
6 steps
How to Letterhead in Salesforce
Letterhead configuration is a Classic-era task. Modern orgs typically migrate to Lightning Email Templates rather than building new letterheads.
6 steps
How to Loyalty Member in Salesforce
Loyalty Member setup runs inside a configured Loyalty Program. The program''s tier structure, point rules, and enrollment flow define the member experience.
6 steps
How to Loyalty Program in Salesforce
Loyalty Program setup is a multi-week project. Plan the rules carefully before configuring; reversing decisions after launch breaks the trust with enrolled members.
7 steps
How to Marketing Automation in Salesforce
Picking the right marketing-automation stack is a strategic decision driven by business model. Walk through the business needs before evaluating products.
6 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
Intelligence rollouts are multi-month projects. The connector setup and data harmonization take longer than the dashboard authoring.
6 steps
How to Marketing Cloud Personalization in Salesforce
Personalization rollouts are multi-month projects. Technical setup is a few weeks; campaign and personalization design takes longer.
6 steps
How to Marketing User in Salesforce
Enabling the flag is one checkbox per user. The harder work is identifying which users need it and which don''t.
6 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 (161)
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
Creating an App takes minutes through the wizard. The longer-term work is curating navigation, configuring OAuth policies, and capturing the metadata in source control.
5 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
Publishing a listing is a multi-month exercise dominated by Security Review. Done well, the listing becomes the partner's most durable marketing asset.
5 steps
How to AppExchange Marketplace in Salesforce
The marketplace UI makes browsing straightforward. The discipline that turns browsing into a successful install is reading the listing carefully and validating in sandbox first.
5 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 Application Network in Salesforce
Application Networks are built one API at a time. The metaphor is most useful as a design lens, not as a deliverable; the work is the same operational discipline that makes any integration estate work.
5 steps
How to Appointment Scheduling in Salesforce
Standing up Salesforce Scheduler takes a coordinated configuration across resources, territories, hours, and Work Types. Skipping any one leaves the booking flow returning empty slot lists.
5 steps
How to Automation App in Salesforce
Bringing order to the Automation App is mostly about consolidating around Flow Builder, retiring legacy automation, and building active monitoring.
5 steps
How to Canvas App Previewer in Salesforce
The Previewer is a developer-time tool. Use it for every iteration of the external app before committing to a Connected App registration.
5 steps
How to Case, Checkout in Salesforce
Most modern Service Cloud orgs run automated checkout through Omni-Channel. Manual Take Ownership stays available as a fallback or for queues outside Omni-Channel routing.
5 steps
How to Category, Ideas in Salesforce
Most orgs migrated off legacy Ideas years ago. Remaining migrations involve preserving historical idea data and choosing a modern equivalent.
5 steps
How to Challenge in Salesforce
Trailhead Challenges are most useful when the learner treats them as practice rather than as obstacles. The discipline of doing each one in a clean Playground pays off in real-world skill.
5 steps
How to Checkout in Salesforce
Checkout design balances completeness (collect what fulfilment needs) with minimal friction (drop nothing the shopper does not need to provide). Every step is a conversion opportunity.
5 steps
How to Cloud Computing in Salesforce
Cloud computing shapes how every Salesforce program works. Recognising the constraints early avoids surprises later.
5 steps
How to Commerce Cloud in Salesforce
Implementing Commerce Cloud is a major multi-team project. The configuration touchpoints below cover the high-level decisions.
5 steps
How to Commerce Cloud Storefront in Salesforce
Building a Storefront is a major implementation project. The configuration touchpoints below assume the broader Commerce Cloud program is in place.
5 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
Querying Entity metadata is useful when you need to build introspection-driven UIs, document the schema, or audit customizations. The Tooling API exposes EntityDefinition and EntityParticle for this purpose.
6 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
Configuring an Event Relay involves work on both sides: Salesforce defines the relay; AWS prepares the EventBridge bus and IAM role. The setup is one-time per AWS account and per channel.
6 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
Building an Experience Cloud site takes a few hours for the basics and weeks or months for a polished production site. The build is iterative: start with a template, customize pages and components, layer in branding, then publish.
6 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
Creating an Experience Cloud Site takes about 30 minutes for the basic configuration. The work continues as you customize pages, set up audiences, configure SSO, and prepare for launch.
6 steps
How to External Data Source in Salesforce
Creating an External Data Source is a Setup task that takes about 15 minutes for OData services and longer for custom Apex adapters. The configuration includes endpoint, authentication, and protocol options.
6 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
Provisioning an External User requires creating a Contact (if not already there) and then enabling the Contact as a Customer/Partner User. The user is now a full External User with login credentials and Experience Cloud access.
6 steps
How to Feed Filter, Chatter in Salesforce
Using Feed Filters takes one click per filter switch. Configuring custom Feed Filters is a Lightning App Builder task that adds new options to the dropdown.
6 steps
How to File Collaborator in Salesforce
Adding a Collaborator is a one-click action in the file Share dialog. Multiple Collaborators can be added at once; group-based additions scale to large teams.
6 steps
How to File Owner in Salesforce
Transferring File ownership is a UI action on the file detail page or a DML update via Apex/API. Bulk transfers happen via Data Loader or scripted Apex.
6 steps
How to Files Tab in Salesforce
Using the Files Tab is a daily action for many Salesforce users. The tab combines upload, browse, share, and search in one location.
6 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
Enabling flagging means configuring moderation in your Experience Cloud site, assigning moderators, and optionally adding custom flag fields for record-level use cases.
6 steps
How to Follow, Chatter Answers in Salesforce
If you inherit an org that still has Chatter Answers data, the follows live in EntitySubscription pointed at Question records. Here is how to audit them without breaking the legacy community.
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
A clean rollout takes about a week: a day for org-level toggles, a few days for Google Workspace coordination, and a week for user enablement. Plan for parallel work between the Salesforce and Workspace admins.
6 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 Google Talk in Salesforce
The widget cannot be repaired; the underlying Google Talk service is gone. The right action is uninstall and replace with a modern presence option if needed.
5 steps
How to Group Edition in Salesforce
The migration decision is mostly about feature gaps and team size. Audit the gaps, then pick the destination edition.
6 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
The classic Heroku-Salesforce loop is provisioning Heroku Connect on an existing Heroku app and pointing it at a Salesforce org. The setup takes about an hour.
6 steps
How to Home Organization in Salesforce
Designating a home organization is mostly an identity-architecture decision. The technical configuration follows after the architecture is settled.
6 steps
How to Home Tab in Salesforce
The end-to-end loop from designing to assigning a new Home Page takes about 30 minutes. The art is in component selection, not the technical steps.
6 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 Assistant runs in Setup. Plan a multi-week project from first scan to post-migration validation; the actual cutover takes hours, but the readiness work takes longer.
6 steps
How to Idea in Salesforce
Setup is a few hours for the basic community; the ongoing work is moderation and engagement.
6 steps
How to Idea Themes in Salesforce
Themed campaigns take more planning than free-form Ideas because the prompt itself needs to be well-formed. Budget time for prompt design before opening the campaign.
6 steps
How to IdeaExchange in Salesforce
Customers and partners can submit ideas in minutes. Effective ideas follow a tight structure that helps product managers triage and prioritize.
6 steps
How to In-App Guidance in Salesforce
Authoring a prompt is a 10-minute task once the message is clear. The harder work is deciding what message users actually need.
6 steps
How to Influence, Chatter in Salesforce
Influence visibility is a single setting under Chatter Settings. The decision is cultural: do you want users to see social-style reputation, or not?
5 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
Field Service ships Installed Product as a standard object once Field Service is enabled. The configuration work is page layouts and data import.
6 steps
How to Instance in Salesforce
Knowing your org''s instance is essential for incident lookup, release timing, and integration troubleshooting.
5 steps
How to Integration Testing in Salesforce
A first-pass program focuses on the top integrations and the top scenarios. Coverage grows from there.
6 steps
How to Integration User in Salesforce
The setup flow is the same for every new integration: license, user, permission set, Connected App, OAuth tokens.
6 steps
How to Intelligent Apps in Salesforce
Picking the right Intelligent App starts with the business problem, not the technology. Walk the decision from outcome to platform.
6 steps
How to Intelligent Form Reader in Salesforce
Configuration runs through the Industries Cloud admin app and the OmniStudio designer. Plan a few hours per form template.
6 steps
How to Library in Salesforce
Library setup takes 10 minutes. The ongoing work is managing membership and content types.
6 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
Modern projects do not use Lightning Bolt. The work is either evaluating a legacy install or replacing it with current tools.
6 steps
How to Lightning Design System in Salesforce
SLDS adoption in LWC is one import line plus class references in the template. The system is designed to be invisible once configured.
6 steps
How to Lightning Experience Insights in Salesforce
The Usage App ships ready to go. The work is establishing a regular review cadence and acting on what the dashboards show.
6 steps
How to Lightning for Gmail in Salesforce
Modern setup uses Gmail Integration and Sync, not Lightning for Gmail. The migration is mostly a documentation refresh.
5 steps
How to Lightning for Outlook in Salesforce
Most orgs already migrated; the work is mostly verifying the configuration and updating documentation to use modern naming.
6 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
App Menu setup runs through App Manager. The work is mostly per-profile visibility configuration.
6 steps
How to Lightning Platform Builder in Salesforce
The decision tree is straightforward: pick the builder that matches the use case. Most admin work fits one of the major builders cleanly.
6 steps
How to Lightning Platform Enterprise App in Salesforce
The decision is mostly about object access. If the user needs Opportunity or Case, they need a Sales or Service license; otherwise Enterprise App is the cost-effective choice.
6 steps
How to Lightning Platform Light App in Salesforce
The decision turns on how many custom objects the user touches and whether they need Sales or Service Cloud features.
6 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
The basic workflow: generate the project, authenticate orgs, retrieve or deploy metadata, commit to git, iterate.
6 steps
How to Low Code in Salesforce
The decision tree starts with the use case, not the tool. Pick the lowest-code tool that meets the requirement; reach for Pro Code only when the declarative tools genuinely fall short.
6 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 are a Chatter primitive. Configuration is mostly about permissions and compliance archival; usage is the daily activity of users.
6 steps
How to Mobile Builder for the Seller-Focused Experience in Salesforce
Rollout coordinates Salesforce-side configuration with rep-facing device deployment. Plan a multi-week effort for configuration plus rep training.
6 steps
How to Module in Salesforce
Trailhead is the primary self-service Salesforce learning resource. Use it for new-skill onboarding, certification preparation, and continuous learning.
6 steps
How to Mule Application in Salesforce
Mule Application development follows a structured workflow. Plan the integration, design in Anypoint Studio, deploy to Anypoint Platform, monitor in production.
6 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
Anypoint Platform setup is a multi-week project. Coordinate with the Salesforce account team for licensing; coordinate with internal IT for runtime selection.
6 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
MuleSoft Integration projects are multi-month efforts. The integration design matters more than the implementation; spend time on architecture before writing code.
6 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 Multitenancy in Salesforce
Multitenancy is platform-level architecture, not a feature to configure. The work is designing solutions that respect the constraints.
6 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 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 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 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 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 for Outlook Configuration in Salesforce
Salesforce for Outlook is the legacy desktop sync client connecting Microsoft Outlook to Salesforce. Salesforce has retired this for Outlook 365 / Mac in favor of Outlook Integration + Einstein Activity Capture. Some legacy on-prem Outlook installs still use it.
7 steps
How to Salesforce Foundations in Salesforce
Salesforce Foundations is Salesforce's no-cost expansion package for existing Sales/Service Cloud customers — adds curated capabilities from Marketing, Commerce, and Data Cloud as starter features. Lets orgs unify customer experience without buying full additional cloud licenses. Foundational toggle per existing customers.
6 steps
How to Salesforce Functions in Salesforce
Salesforce Functions WAS an elastic-compute service for running custom logic in Java / JavaScript / TypeScript outside the standard Apex governor limits. It was RETIRED on January 31, 2025. Existing Functions deployments stopped running on that date; new development should use Apex (for in-platform logic), External Services (for REST callouts), or Heroku (for elastic compute).
6 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
Salesforce Inbox was the dedicated email productivity add-on for Sales Cloud — Gmail / Outlook integration with email-to-record auto-logging, open / click tracking, meeting scheduling. It's RETIRED. Capabilities were absorbed into standard Sales Cloud features (Lightning for Outlook / Gmail Integration / Einstein Activity Capture). New work should configure those instead.
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 Segment in Salesforce
Segment creation runs in three phases: design the filter logic, materialize, then activate to one or more destinations.
5 steps
How to Site.com in Salesforce
Building new Site.com sites is no longer the right path; the actual operational task in 2026 is migrating an existing Site.com site to Experience Cloud. The migration is a rebuild rather than an export-import: you recreate the site in Experience Builder, point your custom domain at the new endpoint, and set up redirects for any URL paths that change. The work is mostly straightforward but the scope is per-site, so plan it as a sequence of quarter-long projects rather than one big-bang cutover across every site at once, and stage the order by traffic, business risk, and dependency on ISV-shipped components.
4 steps
How to Sites and Domains in Salesforce
Configuring a custom domain in Sites and Domains spans Salesforce-side setup, DNS configuration on the customer's domain provider, SSL certificate provisioning, and final site routing. The workflow below covers a typical Experience Cloud site deployment at a customer-branded URL.
4 steps
How to Slack in Salesforce
Integrating Salesforce and Slack is the most common Slack configuration work for Salesforce teams. The standard pattern: install the Salesforce app in Slack, install the Slack app in Salesforce, configure channel-to-record linkages, build Flow-based notifications, and roll out gradually by team. Plan adoption carefully because Slack notification fatigue is real and undisciplined integration produces more noise than value.
8 steps
How to Slack Apps Setup in Salesforce
Setup runs in four phases per app: install in Slack, connect to Salesforce, map users, configure features. Coordinate with the Slack workspace admin throughout; Salesforce-side configuration alone does not work without Slack-side install.
5 steps
How to Slack Channels for Records in Salesforce
Setup runs in three phases: connect Slack to Salesforce, configure channel-creation rules per object, train teams on the workflow. Plan two to three weeks for a non-trivial rollout.
5 steps
How to Software as a Service (SaaS) in Salesforce
Use the standard SaaS evaluation playbook to compare two vendors on security, scalability, customization, integration, and total cost of ownership.
6 steps
Sales (67)
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 Best Case Amount in Salesforce
Best Case Amount is a calculated field; the work is configuring Stage mappings, adjustment workflows, and reporting so reps and managers can trust the column.
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
Campaign ROI is a formula on existing fields; the work is making those fields accurate. Discipline in attribution and cost tracking is what makes ROI trustworthy.
5 steps
How to Cart in Salesforce
Cart configuration is mostly about the Cart Calculator sequence, the Promotion engine, and the abandoned-cart workflow. Get those right and the rest follows.
5 steps
How to Cart Item in Salesforce
Cart Items mostly work out of the box. The work is configuring pricing, promotions, inventory, and configuration-attribute schemas to match the org's products.
5 steps
How to Channel Manager in Salesforce
Channel Manager work is operational rhythm: approvals, reviews, enablement, dashboards. The work below is the day-to-day plus quarterly cadence.
5 steps
How to Commit Amount in Salesforce
Commit Amount is calculated; the work is configuring Stage mappings, calibrating reps, and reviewing Commit trends quarterly.
5 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
Enablement is a two-step click path: enable Collaborative Forecasts at the org level, then enable the specific user under Forecasts Hierarchy.
6 steps
How to Forecasts in Salesforce
A clean Forecasts rollout is a six-step setup project. Plan one to two weeks for configuration, plus a quarter for adoption.
6 steps
How to Forecasts Hierarchy in Salesforce
Hierarchy setup is a guided click path. Most orgs finish it in under an hour for a 50-rep team, longer when the role tree itself needs cleanup.
6 steps
How to Forecasts Settings in Salesforce
Plan to spend half an hour the first time through this page. Most settings need a deliberate choice; defaults rarely match what a mature sales motion actually needs.
6 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
Most orgs do not generate invoices in Salesforce. The work is integration design between Salesforce and the billing system of record.
6 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
The setup loop is: create Products, create or activate Price Books, create PricebookEntries linking each Product to each Price Book with its List Price.
6 steps
How to Manufacturing Cloud in Salesforce
Manufacturing Cloud rollouts are multi-month projects. Plan the data model and integrations carefully; the platform-native data model differs enough from standard Sales Cloud to require thoughtful design.
6 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
Opportunity Team Members are the per-deal team — the rep, SE, AE manager, sometimes the customer success manager. Each member has a Role and Opportunity Access. Drives Opportunity Splits when revenue is allocated across the team.
6 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 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 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 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
Price Books are catalogs of Products with their associated prices. The Standard Price Book is the master; Custom Price Books are subsets for specific customers, regions, or contracts. Every Opportunity needs a Price Book before products can be added.
7 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 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 the per-product rows on a Quote, mirroring Opportunity Line Items at quote-creation time. Once a Quote is created, its line items diverge from the Opp's — you can adjust pricing for the customer's specific quote without affecting the Opportunity.
6 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 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 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 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 (124)
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
The work splits across Apple Business Register and Salesforce Digital Engagement. The Apple side takes the longest because of identity review; the Salesforce side is configuration once the BID arrives.
5 steps
How to Archived Article in Salesforce
Archiving is one of the more important Knowledge lifecycle actions and one of the easiest to get wrong without process discipline. Keep notifications, documentation, and audit trails consistent.
5 steps
How to Article in Salesforce
Article authoring is mostly writing and curation. The platform handles the surfacing; authors handle the content and the taxonomy.
5 steps
How to Article Manager in Salesforce
Article Manager is most powerful when shaped to the role using it. Authors, reviewers, and Knowledge managers each get more value from custom list views than from the default sort.
5 steps
How to Article Publication in Salesforce
Publication is one click. The discipline that makes Knowledge programs work is what happens around the click: review, validation, audience targeting, and post-publish monitoring.
5 steps
How to Article Review in Salesforce
The technical mechanics use standard Approval Process plus Knowledge actions. The harder work is choosing reviewers, defining the review checklist, and setting realistic SLAs.
5 steps
How to Article Type in Salesforce
Migration is a project, not a switch. Plan in stages so reporting, automation, and integrations all land aligned with the new model.
5 steps
How to Article-Type Layout in Salesforce
Migrating layouts is mostly mechanical work plus a careful manual audit for validation rules and dependent picklists.
5 steps
How to Article-Type Template in Salesforce
Migration is mostly about identifying which Classic Templates the org used and rebuilding the same read-time experience with Lightning components.
5 steps
How to Automatic Number Identification (ANI) in Salesforce
Putting ANI to work is mostly a coordination exercise between Salesforce phone-data hygiene and Amazon Connect Contact Flow design. Both halves must align.
5 steps
How to Bot Action in Salesforce
Effective Bot Actions are the difference between a chat surface and an automated customer-service capability. The design work is choosing the right action types and getting input/output variables right.
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
Dialog design is most of the bot's value. Step structure, intent training, and variable capture all influence how the bot feels to customers.
5 steps
How to Bot Performance in Salesforce
Bot Performance is most useful as a recurring operational habit, not a one-off audit. Establish the cadence early and tune continuously.
5 steps
How to Bot Version in Salesforce
Bot Version management is most useful as a disciplined rhythm: clone, edit, test, activate, monitor, retire. Skipping steps invites production issues.
5 steps
How to Call Center in Salesforce
Setting up a Call Center varies by telephony partner. The mechanics share the same Salesforce-side steps: create the record, configure the softphone layout, assign users.
5 steps
How to Care Plan in Salesforce
Care Plans are the organising structure for chronic-care and case-management programs. The configuration work is in template design, Care Team setup, and ongoing measurement.
5 steps
How to Care Program in Salesforce
Care Programs are designed by clinical leadership, configured by Health Cloud admins, and operated by Care Coordinators. The configuration steps below assume the program design is settled.
5 steps
How to Care Team in Salesforce
Care Teams are operational hubs as much as data structures. The configuration is in role design, sharing, and routine membership audits.
5 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 Answers in Salesforce
Most orgs have already migrated. The remaining work is for orgs that still carry legacy Answers data or documentation that references the old surface.
5 steps
How to Category Group for Articles in Salesforce
Category Group design is foundational. Get it right at launch; reshaping after thousands of articles tag against the structure is painful.
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 Chat in Salesforce
Standing up Chat is mostly Omni-Channel routing plus embedded-widget configuration. The discipline that makes it succeed is bot design, capacity tuning, and reporting cadence.
5 steps
How to Chat Console in Salesforce
Modern Chat Console design is part of Service Console configuration. Each design decision affects agent throughput and customer experience.
5 steps
How to Chat Window in Salesforce
Chat Window design is configuration plus CSS plus testing. Each layer affects conversion and customer experience.
5 steps
How to Chatlet in Salesforce
Chatlets are not a current Salesforce concept. The modern path is Quick Action or Lightning Component depending on the requirement.
5 steps
How to Chatter Answers in Salesforce
Most Chatter Answers migrations are complete. Remaining work involves orgs with surviving Chatter Answers data or documentation references.
5 steps
How to Claim in Salesforce
Standing up Claims is a multi-team project covering data model, claim lifecycle, integrations, and customer-facing intake. The configuration steps below assume the broader Industries Insurance program is in place.
5 steps
How to Clinical Data Model in Salesforce
Standing up the Clinical Data Model is a multi-team project covering data model, EHR integration, privacy, and care workflows. The configuration below assumes the broader Health Cloud program is in place.
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
For the most common case (Service Cloud entitlement coverage), the setup is Entitlement Templates on Products, Entitlements on Accounts, and an Entitlement Process. The check then runs automatically on Case create.
6 steps
How to CTI Adapter in Salesforce
The work is mostly importing the vendor package, registering the Call Center, and assigning users. The actual JavaScript code is the vendor problem.
6 steps
How to CTI Connector in Salesforce
Picking a Connector is mostly about phone vendor relationships and feature depth. Installation is a standard AppExchange package install plus tenant configuration.
6 steps
How to CTI System in Salesforce
Planning a CTI System is a four-layer exercise. The technical install is the smaller part; the operational design (queues, skills, monitoring, escalation) is what determines whether it succeeds at scale.
6 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 Answers in Salesforce
Chatter Answers is retired, so the work is not setting up Data Categories for Answers but migrating off them to the modern Experience Cloud Question and Answer feature.
6 steps
How to Data Category for Articles in Salesforce
Most of the work is designing the right Data Category taxonomy. The configuration mechanics are straightforward; the taxonomy design is what determines whether the Knowledge base is usable.
6 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
EmailMessage records are created automatically once Email-to-Case is configured. The setup is mostly DNS, routing addresses, and case-creation rules; the EmailMessage object handles itself.
6 steps
How to Embedded Service in Salesforce
Setting up Embedded Service Chat takes about an hour for the basic configuration: enable the feature, create a deployment, configure channels and styling, generate the snippet, embed on your site. The work continues as you tune routing and conversation flows.
6 steps
How to Embedded Service Deployments in Salesforce
Creating an Embedded Service Deployment is a guided wizard in Setup. Most fields have sensible defaults; the work is in the visual branding, channel configuration, and audience targeting decisions.
6 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
Configuring the mobile app is a multi-step task: enable Mobile App settings, create app configurations, drag components onto screens, set offline policies, assign per-profile. Each step builds on the previous.
6 steps
How to Field Service Mobile Settings in Salesforce
Configuring Field Service Mobile Settings takes 15-30 minutes for the basic policy decisions. The settings page is one location; the choices affect every technician''s mobile experience.
6 steps
How to Field Service Settings in Salesforce
Setting up Field Service is a multi-week project for a meaningful deployment. The Settings page is the starting point: enable the feature, configure foundational policies, then move to detail-level configuration in adjacent pages.
6 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
The setup loop takes a few days for the technical configuration plus weeks of business process design. Health Cloud is a deep product; budget time accordingly.
6 steps
How to Healthcare Plan in Salesforce
The model is mostly populated by integration, but the configuration of objects, layouts, and mappings is the admin''s job.
6 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
Service Cloud Voice setup involves the Voice product, an Amazon Connect instance, and the agent-facing console configuration. Plan two to four weeks for a basic deployment.
6 steps
How to Insurance Policy in Salesforce
The objects ship with the FSC Insurance package. Configuration focuses on record types, page layouts, and integration with the underlying policy administration system.
6 steps
How to Interaction Log in Salesforce
Activation is a few clicks in the App Manager. The harder part is designing the right field set and validation rules for the org''s contact-center workflow.
6 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
IVR design is mostly customer-experience design, not technical configuration. Plan the conversation flow on paper first.
6 steps
How to Internal Call in Salesforce
Internal Call support is built into Service Cloud Voice. Configuration focuses on directory access, supervisor permissions, and reporting.
6 steps
How to Intraday Management in Salesforce
Intraday Management requires Workforce Engagement licensing and depends on Forecast Management and Schedule Management being configured first.
6 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
Knowledge Agent setup is a permission-set assignment plus training. The hard part is the editorial program, not the technical config.
6 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 Like, Chatter Answers in Salesforce
If you inherit an org with Chatter Answers data, the likes still exist as FeedLike rows. Inspection is a SOQL exercise.
5 steps
How to Messaging for In-App in Salesforce
The rollout is a coordinated project between Salesforce admins and the mobile app development team. Plan multi-week effort for the SDK integration plus the Salesforce-side configuration.
6 steps
How to Messaging for Web in Salesforce
Messaging for Web rollout is a coordinated project between Salesforce admins and the web team. Plan multi-week effort for snippet integration plus Salesforce-side configuration.
6 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
Enable Omni-Channel from this page first, then layer queues, service channels, presence configurations, and routing configurations through other Setup nodes. The order matters because dependent setup nodes only appear after Omni-Channel is enabled.
6 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 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 Question in Salesforce
Questions are a flavor of Feed Item where the post invites answers — "Anyone know how to handle a stuck approval?" Best Answers can be marked, building a Q&A knowledge base out of Chatter activity. Useful inside Communities and internal teams.
6 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 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 Service Appointment in Salesforce
Service Appointments are the scheduled visits in Field Service — when a technician is going to a customer site. They link a Work Order (or Work Order Line Item) to a Service Resource for a specific time window. Most are auto-created by the scheduler, not manually.
8 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 Voice in Salesforce
Service Cloud Voice integrates a contact center (Amazon Connect or a partner telephony provider) directly into Salesforce — agents take calls inside the Console, with real-time transcription, AI summarization, and Omni-Channel routing. It's a paid add-on with substantial setup.
7 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
Service Contracts are the umbrella records for ongoing service relationships — "Acme has 24/7 support through 2027." They group Contract Line Items (specific products covered) and Entitlements (the SLA terms). Service Cloud or Field Service licensing is required.
7 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
Service Resources are the people (and equipment) who perform Field Service work — technicians, crew members, vehicles. Each Service Resource links to a Salesforce User and is assigned to one or more Service Territories. The scheduler routes work to them based on skills, capacity, and territory.
8 steps
How to Service Territory in Salesforce
Service Territories are the geographic or functional groups that scope Field Service work — "West Coast," "Northeast," "Solar Specialists." Each territory has its own operating hours, address, and assigned Service Resources. Work flows to resources only within compatible territories.
8 steps
How to Shift Management in Salesforce
Standing up Shift Management is a four-piece configuration: enable Workforce Engagement Management and Shift Management, configure Service Resources for each agent, define Shift Patterns for recurring schedules, and operationalize the swap and approval workflow. Each piece has to align: agents without Service Resource records do not appear in the scheduler; Service Resources without channel assignments do not get routed work; Shift Patterns without active agents produce empty shifts. Walk through all four pieces before activating in production.
4 steps
How to Shift Pattern in Salesforce
Shift Patterns are reusable recurring schedules in Workforce Engagement (Shift Management) — "weekly Monday-Friday 9am-5pm pattern," "alternating week 1 / week 2 rotation." Pair with Shift Templates (which define the actual shift shape) to auto-generate weeks of Shift records without manual entry.
8 steps
How to Shift Template in Salesforce
Shift Templates are reusable shift definitions in Salesforce Workforce Engagement and Field Service — start/end times, meal breaks, job profile, required skills. Pair with Shift Patterns (which define recurrence) to auto-generate weekly Shift records without manually creating each one.
10 steps
How to Social Determinants of Health in Salesforce
Use Salesforce Health Cloud to capture an SDoH screening, create indicator records per identified need, and link them to the patient's care plan.
6 steps
How to Softphone Connector in Salesforce
Deploying a Softphone Connector is a vendor-coordinated activity. The Salesforce admin installs the vendor AppExchange package, configures the Call Center, and assigns users. The vendor support engineer provides their Connector configuration and tests the integration end-to-end. The four-step routine covers: install the vendor Connector package, configure the Call Center, assign users, and validate call flow end to end. Each step needs explicit ownership between the Salesforce admin and the vendor; without clear handoff, the deployment stalls in finger-pointing.
4 steps
How to Softphone CTI Adapter in Salesforce
In 2026, the operational task around Softphone CTI Adapter is migration off it, not new deployment. Browser plugin support is gone, vendor maintenance is in maintenance-only mode, and the user experience degrades on every browser upgrade. The migration path goes to Open CTI in most cases, or to Service Cloud Voice for greenfield contact center work. This guide covers the Open CTI migration, which is the higher-effort and higher-impact path that most existing Salesforce orgs running the Adapter need to follow over the next 12 to 24 months.
4 steps