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