Salesforce
在Salesforce销售组织中插入记录时导致CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY错误
我无法使用以下代码在Salesforce销售组织中插入记录,原因是另一个Apex类(触发器处理程序类): public class Demo { // try to insert only one record and fetch Id of the record using system.debug public static void InsertDemo() { Account acc= new account(); acc.name = 'Skanda145'; acc.Active__c= 'Y