sunxia
2022-03-16 8532fb6e9d278f8dbd88e12bbe250c9c0a636556
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}