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