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

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

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

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

Decimal未进行SetScale小数点处理引起的一个问题

首先先看一下的Apex代码,如下所示。 看起来没什么问题的代码,实际上执行时会抛出AssertExceptio […]

read more

Date format 与 DateTime format

Date format in Apex 1.Use Date format method 2.Convert […]

read more

static resources的使用(Apex、Visualforce 以及 Custom Button)

In Apex Normal file (with soql) Normal file (with PageR […]

read more

SFDC 标准及自定义对象快捷面板

作为SFDC的开发者,平时如何打开【自定义对象设置】这个页面, 一般是从[设置] > [创建] > [对象] […]

read more

一个简易的Salesforce Trigger框架

Well,this is another Salesforce Trigger framework but m […]

read more