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