DESKTOP-FKJ9HRB\admin
2022-03-22 e3f76e532a36b080e42ce66bfce4ff8edf024726
1
2
3
4
trigger SetContractEstimatePrice on Maintenance_Contract_Asset__c (before insert, before update) {
    SetContractEstimatePriceHandler handler = new SetContractEstimatePriceHandler();
    handler.run();
}