Salesforce DevTools – Saleforce开发者必备Chrome扩展

Salesforce DevTools是针对Salesforce.com开发者开发的具备以下功能的Chrome […]

read more

利用Tesforce高效地进行Apex Test Class编程

1.Why Tesforce The Test Classes are required to deploy […]

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

Salesforce CollaborationGroup sObject in Apex Unit Tests

执行以下的测试代码的时候,就算不加@IsTest(SeeAllData=true),假如存在同名的Group时 […]

read more