sunxia
2022-11-21 0fd788ee4e392c702c15ac9e1754e0a94770de8f
1
2
3
4
trigger UpdateContractAimAmount on Account (before insert, after insert, before update, after update) {
    UpdateContractAimAmountHandler handler = new UpdateContractAimAmountHandler();
    handler.run();
}