Daniel Ballinger

Results 7 comments of Daniel Ballinger

RE: > Can you confirm my assumptions and shed some light on the usage of the action attribute of "apex:page" without expression language? Firstly, @AndrewStopchenko-SO, I'd recommend taking specific security...

It appears that [/src/codecoverage/colorizer.ts](https://github.com/forcedotcom/salesforcedx-vscode/blob/develop/packages/salesforcedx-vscode-apex/src/codecoverage/colorizer.ts) isn't removing the covered lines from the uncovered lines before applying the decorations. As such, the `coveredLinesDecorationType` and `uncoveredLinesDecorationType` decoration types are being combined on lines...

I've implemented a custom version of upsert for ESAPI. One of the challenges way around how you define the whitelist of applicable fields to upsert. I found that if the...

Would it be more acceptable to have the message not include the object type and field name? So just `eText + ' ' + eType + ' ' + eReason`....

Just tried starting the process off from https://github.com/muenzpraeger/salesforce-einstein-platform-apex and using the Deploy to SFDX process from there. It took me straight to a confirmation page to deploy to my normal...

In this particular scenario the best practice would be be `delete as user accounts;` Any `WITH SECURITY_ENFORCED` scenarios have been superseded by the equivalent user mode operation. There are scenarios...

[Compress and Extract Zip Files in Apex is now Generally Available in Spring `25](https://help.salesforce.com/s/articleView?id=release-notes.rn_apex_compression.htm&release=254&type=5). Apex developers should explore if transitioning to the native Zip implementation works for there specific scenarios....