zhangqian
2023-07-19 04a2d035b87a9aa8836ef84705aec1b3415b1671
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}