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