All releases

v1.0.0: The Genesis Release

Released: March 2026

SFDevTools is live. A "Swiss Army Knife" for Salesforce professionals to transform tedious manual tasks into automated workflows.

Core Architecture & Foundation

  • Multi-Org Management: Single unified interface handling multiple Salesforce orgs. ConnectionSwitcherBar displays SANDBOX/PROD badges for environment context.
  • Connection Security: Choose between Persistent (refresh token stored) or Session-Only (no refresh token, expires ~2hrs) connections.
  • Shareable State: Application state lives in URL params (mode, perspective, objects, profiles) for instant sharing.
  • Caching Engine: Opt-in Redis integration caching describe operations (1-12hr TTL) and SOQL queries, drastically reducing API calls.

The Arsenal (Day 1 Tools)

  • Security Auditor: 4 distinct analysis modes for FLS and OLS permissions across profiles and users. Uses URL state for shareable analysis links.
  • Query Perry: SOQL code editor component proxying requests via backend.
  • Limits Command Center: 3-tier visualization architecture (Vital Signs HUD, Elevated Usage Cards, Comprehensive Table) tracking system limits.
  • Permissions Matrix: Read-only cross-org comparison tool for FLS/OLS using virtualized diff grid.
  • Data Porter: Multi-step wizard supporting REST API (up to 2000 records) and Bulk API v2 CSV imports.
  • Apex Executor & Log Manager: Execute anonymous Apex, capture debug logs, and track execution history in user_code_history table.
  • Schema Browser: Interactive exploration of objects, fields, and relationships with namespace filtering.
  • Package Manager: Single-pane explorer for installed packages monitoring active/expired licenses.
  • Platform Event Manager: Real-time event monitoring and payload building via CometD.
  • Field Usage Sniper: Analyzes custom field dependencies using MetadataComponentDependency API.