trigger RHX_Investments on Investments__c
(after delete, after insert, after undelete, after update, before delete) {
Type rollClass = System.Type.forName('rh2', 'ParentUtil');
if(rollClass != null) {
rh2.ParentUtil pu = (rh2.ParentUtil) rollClass.newInstance();
if (trigger.isAfter) {
pu.performTriggerRollups(trigger.oldMap, trigger.newMap, new String[]{'Investments__c'}, null);
}
}
}
1 件の回答
Hello Kaela,
You can find troubleshooting information for this error message here:
https://passagetech.my.site.com/KnowledgeBase/s/article/50-001-Too-Many-Query-Rows-1578080052514If you would like help resolving this issue, please feel free to send an email to
support@passagetech.com to create a case with us and we will be happy to assist.