first commit Riabu
This commit is contained in:
5
force-app/main/default/triggers/AccountTrigger.trigger
Normal file
5
force-app/main/default/triggers/AccountTrigger.trigger
Normal file
@@ -0,0 +1,5 @@
|
||||
trigger AccountTrigger on Account (after insert, after update) {
|
||||
AccountTriggerHandler.createCustomer(Trigger.New);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user