Untitled

 avatar
unknown
plain_text
2 months ago
1.2 kB
2
Indexable
System.debug('Scenario Retrieved: ' + scenario); - correct
System.debug('Old Scenario Items Count: ' + oldSeneriosList.size()); - correct
System.debug('Deposit Accounts List Created: ' + depositAccountList); - correct
System.debug('Processing Deposit Account ID: ' + depositAccount.Id); - correct
            System.debug('Final Lowest Earnings Credit Rate: ' + lowestEarningsCreditRate); Final Lowest Earnings Credit Rate: 0.0090000 
            System.debug('Total Amount Calculated: ' + totalAmount); - Total Amount Calculated: 114556.29
			System.debug('Processing Actual Volume Fee Code: ' + actualVolume.TS_COA_Fee_Code__c);
			Processing Actual Volume Fee Code: count 30
			Processing Actual Volume Fee Code: 44085 is comming two times
			System.debug('Actual Volumes Processed Count: ' + actualVolumeMap.size());
			Actual Volumes Processed Count: 29
			 System.debug('Processing Bill Point Lookup Key: ' + billPoint.LLC_BI__LookupKey__c);
			 Processing Bill Point Lookup Key count =33 , 3 valuesa are dupilcates
			 System.debug('Duplicate BSID Found: ' + bsid); 38 found
			 Total Bill Points in Map: 606
			 Scenario Items Ready for Insert: 28
 
Leave a Comment