denny chen
2023-03-29 6a471bc62a8567abd74dcef733fcddf9911b6a16
1
2
3
4
trigger UpdateContractAimAmount on Account (before insert, after insert, before update, after update) {
    UpdateContractAimAmountHandler handler = new UpdateContractAimAmountHandler();
    handler.run();
}