0
我是SFDC的新手。我如何使用Apex
創建/更新潛在客戶?如何創建/更新潛在客戶?
我試過了;
@isTest
private class TestClass {
static testMethod void testLogic() {
//Create new lead
// insert new Lead(Company = 'Lead Company', FirstName = 'firstname', LastName = 'lastname', Email = '[email protected]');
}
}
測試用例是成功的,但我不能看到的Leads
點擊SFDC UI紀錄。請幫幫我!