Li Jun
2022-03-17 8ce78fa756a8c2af76d02858d09058beabe18161
1
2
3
4
trigger ProductScoreTableHistoryTrigger on Product_Score_Table_History__c(before insert, before update) {
    ProductScoreTableHistoryHandler handler = new ProductScoreTableHistoryHandler();
    handler.run();
}