LiJinHuan
2023-04-26 8b05a8455721531d0f06991fbd6266bca28eeb59
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}