buli
2022-04-06 d9d4ded0f121f2db8ffb1365d65f0ccc24cc6bfd
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}