Skip to content
TOPIC

Troubleshooting.

POSTS
7
OLDEST
2026
NEWEST
2026

All posts.

SEP 16 2026

Salesforce Outage Recovery After Incident 20004433: What Fails Silently Once the Status Page Turns Green

Salesforce incident 20004433 hit core services on 16 September 2026. The sf CLI queries that find the async work that failed quietly while you waited.

Salesforcesf-cliIncident ResponseDevOpsTroubleshooting
AUG 26 2026

Salesforce Strips Non-Public Fields from Aura Action Responses in Spring '27: The Break Only Shows in the Browser

Spring '27 strips non-public system fields from Aura action responses. Why components fail silently, and why no build or Apex test will catch it first.

SalesforceSecuritylwcTroubleshootingsalesforce-admin
AUG 9 2026

INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY: The Error Names the Wrong Record

The record you are saving is not the problem. It is the one you are pointing at. How to find the real record and why granting Modify All is the wrong fix.

SalesforceTroubleshootingLeast Privilegesalesforce-adminApex
AUG 8 2026

UNABLE_TO_LOCK_ROW: The Error That Is Really About Your Data

Row lock errors surface in code but are usually caused by data shape. Why retrying makes it worse, and how skew turns a working job into a failing one.

SalesforceApexTroubleshootingPerformance OptimizationArchitecture
AUG 7 2026

System.LimitException: Too many SOQL queries: 101

The limit is per transaction, not per class, so bulkified code still fails when it is fifth in a trigger chain. How to find the real cause and fix it.

SalesforceApexGovernor LimitsTroubleshootingPerformance Optimization
JUL 28 2026

Large Data Volumes: When a Query Stops Being Selective

Selectivity is a threshold, not a property. A query written when an object held 50,000 records fails at two million, with the same filter and no code change.

SalesforcePerformance OptimizationArchitectureApexTroubleshooting
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