19626
2023-06-30 ac0d606acaa5844bc2c6ad2242d5502b60f9be3a
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}