Skip to content
TOPIC

Salesforce Admin.

POSTS
20
OLDEST
2026
NEWEST
2026

All posts.

JUL 14 2026

Audit Your Agentforce Footprint: Every Agent, Agent User, and Permission in One Pass

Inventory every Agentforce agent, agent user, and permission with sf CLI and SOQL: the exact queries to see what your agents can touch, and from where.

SalesforceSecurityAgentforcesf clisalesforce-adminDevOps
JUL 12 2026

Post-ForcedLeak: Hardening Agentforce Against Prompt Injection (The Setup Steps Nobody Published)

ForcedLeak turned a $5 domain into an Agentforce data-exfiltration channel. The concrete Setup hardening steps to shrink your prompt-injection blast radius.

SalesforceAgentforceSecurityAIsalesforce-adminEvent Monitoring
JUL 10 2026

IPP 3A Is Live: Building New Zealand's Indirect-Collection Notice into Salesforce

New Zealand's IPP 3A now requires notice when you collect personal data indirectly. Build compliance into Salesforce with source fields, a Flow, one report.

SalesforceSecurityComplianceNZ Privacy Actsalesforce-admin
JUL 7 2026

Salesforce MFA Enforcement Update: What Was Paused, What Still Applies, and the Revised 2026 Dates

Salesforce paused its all-employee MFA enforcement over a security-key enrolment bug and revised the 2026 dates. Here is what moved and what still applies.

SalesforceMFASecurityAuthenticationCompliancesalesforce-admin
JUL 6 2026

Fixing 'Could Not Infer a Metadata Type' in the Salesforce CLI

The Salesforce CLI error 'Could not infer a metadata type' has one message and several causes. A decision tree to find which one you hit, and the fix for each.

Salesforcesf clisalesforce-adminDevOpsMetadataTroubleshooting
JUL 2 2026

Salesforce Retires the OAuth Username-Password Flow in Winter '27: Migrate Before Your Integrations Break

Salesforce retires the OAuth 2.0 username-password flow for connected apps in Winter '27. What breaks, how to find affected integrations, and how to migrate.

SalesforceSecurityOAuthIntegrationsalesforce-adminAuthentication
JUN 21 2026

Salesforce Summer '26: The SAML Retirement and Apex Secure-by-Default Changes That Break Orgs Quietly

Two Summer '26 changes break orgs without warning: retiring single-configuration SAML stops SSO logins, and Apex now defaults to with sharing. What to check, where.

SalesforceSecuritySSOApexsalesforce-adminAuthentication
JUN 19 2026

Salesforce Security Enforcement in 2026: Every Change, Date, and What Admins Must Do

Across 2026 Salesforce turns a stack of security recommendations into hard enforcement: MFA, report step-up auth, IP blocking and more. The full list and dates.

SalesforceSecurityMFAsalesforce-adminComplianceAuthentication
MAY 21 2026

Org-Dependent Packages: How to Edit in a Sandbox, Pull Changes, and Create a Merge Request

The complete workflow for org-dependent Salesforce packages: make changes in a sandbox, retrieve them with sf CLI, commit to git, and open a merge request. Step by step.

Salesforcesf-cligitunlocked-packageorg-dependentsalesforce-adminDevOps
MAY 19 2026

Deploying Salesforce Metadata with sf CLI: From Sandbox to Production

Deploy Salesforce metadata from your local project back to a sandbox or production org using sf CLI, including check-only deploys, reading results, and what to do when deploy fails.

Salesforcesf-clideploymetadatasalesforce-adminDevelopment Best Practices
MAY 17 2026

Git Basics for Salesforce Admins: Track Your Org Changes with Version Control

Learn the six git commands every Salesforce admin needs: init, status, add, commit, log, and diff. Includes a real workflow: retrieve a Flow, commit it, change it, see the diff.

Salesforcegitsalesforce-adminversion-controlDevelopment Best Practices
MAY 15 2026

Fetching CRM Analytics & Einstein Discovery Metadata with sf CLI: WaveDashboard, WaveRecipe, DiscoveryStory

How to retrieve CRM Analytics (Wave) and Einstein Discovery metadata from Salesforce using sf CLI, including what can and cannot be retrieved via the Metadata API.

Salesforcesf-clisalesforce-admincrm-analyticseinstein-discoverymetadata
MAY 13 2026

Fetching OmniStudio Metadata with sf CLI: OmniScript, DataRaptor, FlexCard, Integration Procedure

How to retrieve OmniScript, DataRaptor (OmniDataTransform), FlexCard (OmniUiCard), and Integration Procedure metadata from Salesforce using sf CLI, with standard runtime requirements and deployment caveats.

Salesforcesf-clisalesforce-adminomnistudiometadata
MAY 11 2026

Fetching Code Metadata from Salesforce with sf CLI: ApexClass, ApexTrigger, LWC, Aura

How to retrieve ApexClass, ApexTrigger, LightningComponentBundle, and AuraDefinitionBundle metadata from Salesforce using sf CLI, for admins who oversee developers or need to deploy code.

Salesforcesf-clisalesforce-adminmetadataApexlwc
MAY 9 2026

Fetching Security Metadata from Salesforce with sf CLI: Profile, PermissionSet, Role

How to retrieve Profile, PermissionSet, PermissionSetGroup, MutingPermissionSet, and Role metadata from Salesforce using sf CLI, including partial retrieval patterns for large Profile XML.

Salesforcesf-clisalesforce-adminmetadataSecurity
MAY 7 2026

Fetching Automation Metadata from Salesforce with sf CLI: Flow, WorkflowRule, ApprovalProcess

How to retrieve Flow, WorkflowRule, ProcessBuilder, and ApprovalProcess metadata from Salesforce using sf CLI, with source format, MDAPI format, and package.xml examples.

Salesforcesf-clisalesforce-adminmetadataautomation
MAY 5 2026

Fetching Custom Configuration Metadata from Salesforce with sf CLI

How to retrieve CustomObject, CustomField, Layout, FlexiPage, RecordType, and CompactLayout metadata from Salesforce using sf CLI: source format, MDAPI format, and package.xml.

Salesforcesf-clisalesforce-adminmetadataversion-control
MAY 3 2026

Connecting sf CLI to Your Salesforce Org: sf org login web Complete Guide

How to connect sf CLI to your Salesforce org using sf org login web. Covers sandbox vs production login, org aliases, and verifying your connection.

Salesforcesf-clisalesforce-adminversion-controlDevOps
MAY 1 2026

Setting Up Your Environment: Terminal, sf CLI, and Git for Salesforce Admins

Step-by-step guide to setting up your terminal, sf CLI, and git on Windows or macOS: everything a Salesforce admin needs before working with metadata.

Salesforcesf-cligitsalesforce-adminsetupDevelopment Best Practices
APR 29 2026

What is Version Control and Why Every Salesforce Admin Needs It

Version control for Salesforce admins explained from scratch: what it is, why your org needs it, and what you can do with git that you can't do today.

Salesforcegitversion-controlsalesforce-adminDevelopment Best Practices