APEX関連

Lightning Component中使用Promise处理Apex服务端请求

In Lightning Components, each communication with Apex S […]

read more

巧用List与Map简化Salesforce中的Apex代码

Here are some KISS (Keep it simple, stupid) principles […]

read more

Apex批处理运行模式(并行与队列)及状态的维持

In my early post, I’d shared about how to write a Sched […]

read more

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

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

read more

编写一个可被计划执行的Batch Apex

To use batch Apex, you have to create an Apex class tha […]

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

Salesforce中MIXED_DML_OPERATION错误(Setup与Non-Setup对象)的解决方案

The folloing error will be occured if you’re tryi […]

read more