DevOps articles
50 articles · CI/CD & releases
Salesforce Extensions for VS Code v67.12.1 Changes
Salesforce Extensions for VS Code v67.12.1 reshuffles Apex file scaffolding and confines the Apex Language Server to...
DX Inspector: Salesforce DevOps Tool to Replace Change Sets
DX Inspector is Salesforce's answer to the aging Change Set, with native deployment of both metadata and record data....
Salesforce Code Quality: Automated PR Comments
Automate static analysis on every pull request and post the findings as PR comments. Developers get the feedback while...
Salesforce CLI Security Update: Prepare Your CI/CD Pipelines
Salesforce CLI is redacting access tokens, auth URLs and passwords from the output of commands you already use. If your...
Salesforce UAT: Sandbox Setup, Testing Process & Sign-Off Checklist
User Acceptance Testing in Salesforce: which sandbox to use, how to write test scripts, who signs off, and the...
Email Domain Verification in Scratch Orgs: A DevOps Guide
Email domain verification stalls any scratch org that has to send mail. Here is how to handle it in the scratch org...
Salesforce regression testing: what Winter '27 breaks
A passing regression suite proves your code works under the conditions the suite builds for it: an admin user, seeded...
Named Credentials in Sandboxes: The DevOps Lifecycle Guide
Named Credentials vanish after a sandbox refresh. Here is why Salesforce excludes them, and how to script the structure...
Data 360 2GP Managed Package: A Technical DevOps Guide
The Data 360 flag is set when the package version is created, and a version created without it cannot be fixed. Here is...
InsProductService getRatedProducts Limitations Explained
Where InsProductService.getRatedProducts runs out of room in Salesforce Industries, and the payload, caching, and async...
Fixing Entity Expansion Limit Exceeded in VS Code
The 'Entity expansion limit exceeded' error stops a metadata retrieve in VS Code when an XML file crosses the parser's...
SFDX Retrieve Failures in VS Code: Troubleshooting
When SFDX: Retrieve This Source from Org runs without error in VS Code but returns zero components, the cause is...