KKbes
2023-07-26 1e5b643e4cb4871781c729311a8e2caa69ef39ed
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}