1 Antwort
Hi Olga, if nothing is happening it may be because you are not getting anything here: for(AcctSeed__Billing__c billings:[select id, name, AcctSeed__Customer__r.id, advAcctSeed__Matter__r.id from AcctSeed__Billing__c where AcctSeed__Status__c='Approved']){Create a test class, test data for that test class (or use seeAllData=true but it is not the best practice) and start debugging where your code is failling.If it helps you please mark this answer as correct, it may help others.