sunxia
2022-11-21 0fd788ee4e392c702c15ac9e1754e0a94770de8f
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}