force-app/main/default/triggers/OpportunityBefUpd.trigger
@@ -353,7 +353,8 @@ // Estimation_Id__c より、 if (newTarget.Estimation_Id__c != null && newTarget.Estimation_Id__c.length() > 0 && !newTarget.Estimation_Id__c.startsWith('a2K')) { quoteIds.add(newTarget.Estimation_Id__c); newTarget.Estimation_Id__c = ''; // 2022-11-18 ssm 取消decide后仍要显示预测金额,取消清空报价ID的操作 // newTarget.Estimation_Id__c = ''; } } }