fuyu
2023-01-05 c2c5fc25aa9e92a0ab8ebcea4e01a176359d2f78
1
2
3
4
trigger OPDPlanUp on OPDPlan__c (before Insert,after Insert,after update,before update) {
    OPDPlanHandler handler = new OPDPlanHandler();
    handler.run();
}