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