APEX関連

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

在Visualforce Page中显示地址类型字段

地址类型是Salesforce中比较特殊的一种复合型结构化字段类型、无法在Visualforce页面上直接访问 […]

read more

主-详细字段更新错误’ Field is not writeable’的解决方案

在Salesforce Apex代码中对主-详细字段进行更新时,会发生“Error: Field […]

read more

Salesforce的对象ID的使用方法汇总

如我们所知,Salesforce中每个对象的ID可以定位到每条sObject纪录上,而所有的对象ID都拥有以下 […]

read more

Calculate the difference between two DateTimes in Salesforce

In Formula Calculate the second difference between two […]

read more

Line break character may be escaped by JS in Visualforce Page

The line break character may be changed, if it is sent […]

read more

SOQL的IN语句的两种使用方式

With binding set of Ids We can have a simple SOQL state […]

read more

Salesforce ContentDocument sObject in Apex Unit Tests

在Salesforce中对ContentDocument对象不能直接进行DML的Insert操作。 如果要新建 […]

read more

Salesforce CategoryNode sObject in Apex Unit Tests

在Salesforce中对CategoryNode对象进行DML操作的时候,会抛出「DML not allow […]

read more