123
chenjingwu
2024-04-23 a7eef3e733ec1660ac298102682f13e7ec5dbc1c
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}