利用Type类进行Apex类的动态实例化

有时候我们需要在Salesforce中动态实例化一个Apex类,从而让我们的代码组织得更加模块化且更加让人容易 […]

read more

在Batch Apex中使用Aggregate SOQL统计查询语句及结果

In previous post, we had created a schedulable batch ap […]

read more

Salesforce中仅使用Apex进行打包下载多个附件

在这篇文章的两年前,我曾经共享过一篇关于 如何Salesforce中用Apex+JSZip打包下载多个附件 的 […]

read more

MavensMate v6.0中“Require TLS 1.1 or higher for HTTPS connections”错误解决

Well,如果你仍在使用MavensMate v6.0的话,应该已经发现MavensMate会一直报 &#82 […]

read more

单/多个testMethods上的测试执行功能 – 2016/05

通过Salesforce API进行单个/多个testMethod的测试执行功能已经公开了。效果如下: 单个t […]

read more

Bulk Approval Processing from List View in Salesforce

I have shared “Approval Processing with Apex in S […]

read more

Apex中进行批准流程的访问操作

An approval process is an automated process your organi […]

read more