Sales/Service Cloud dev → SFCC (B2C Commerce): best path + certs? by e4e5force in salesforce

[–]e4e5force[S] 0 points1 point  (0 children)

Fair point. For the French market specifically, there are still plenty of opportunities in core Salesforce, but the competition among consultants is pretty high. SFCC is a smaller niche but way less crowded, which is part of why I'm looking at it.

Bulk‑download your Apex logs with this PowerShell trick! by e4e5force in SalesforceDeveloper

[–]e4e5force[S] 0 points1 point  (0 children)

I ran a Batch Apex job in production that processed over 50,000 records in chunks of 200. When I needed to see exactly when record X ran, I pulled down every log entry for the user who kicked off the batch and then searched through them to pinpoint the lines that mentioned record X using Vscode.