force-app/main/default/classes/Opponent_Bid_InformationHandler.cls
@@ -1,5 +1,5 @@ public class Opponent_Bid_InformationHandler extends Oly_TriggerHandler { /** private Map<Id, Opponent_Bid_Information__c> newMap; private Map<Id, Opponent_Bid_Information__c> oldMap; private List<Opponent_Bid_Information__c> newList; @@ -66,9 +66,10 @@ opp.CompetitorProduct4_part__c = n.CompetitorProduct4__r.Name; } oppList.add(opp); } } if (oppList.size() > 0) update oppList; } }**/ }