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