Stop fighting UNABLE_TO_LOCK_ROW.
We built RetryTool because row lock errors are frustrating every user and manual retries are a waste of everyone’s time. The Cozy Retry Tool is a lightweight tool that adds automatic retry logic to your Salesforce logics easily.
View on AppExchange Download User Guide (PDF)Why RetryTool?
Transient errors happen. Whether it’s row-locking conflicts when multiple processes hit the same record, or API timeouts during system overload, your automation shouldn’t just quit. RetryTool provides consistent error handling across the board.
One tool for everything: LWC, Aura, Flow, and Apex layers.
Starts with 5 retries and 3000ms wait times, but you can customize it all.
Define your own retryable errors like TIMEOUT or RATE_LIMIT.
A built-in scheduled job handles log cleanup so your storage stays lean.
Getting Started is Simple
- Enable LWS: Required for Lightning Web Component integration.
- Install & Verify: Check for the default
RetryTool_Defaultsettings record after installation. - Assign Permissions: Quick sets for Admins, Users, and Debuggers.
Visualizing the retry loop: Detect Error → Check Settings → Wait → Retry.
See the effect of your settings in a simulation
Ready to dive into the technical details?
The 17-page technical manual covers sandbox refreshes, bulk Apex assignments, and advanced DML operations.
Download Detailed User Guide (PDF)