- Notifications
You must be signed in to change notification settings - Fork0
siddarth-codes/TriggerHandlerUsingCustomMetadata
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Create one trigger per object as per this sample :
force-app/main/default/triggers/AccountTrigger.trigger
Create a record in cutom metadata for the object you want to create a trigger
Create the apex class and test class for the same
force-app/main/default/classes/TestAccount_TrigAct.cls
- Order (in custom metadata) let you control order of execution on that object
v1 -https://login.salesforce.com/packaging/installPackage.apexp?p0=04tGB000002aBiZYAU
About
This is a trigger handler pattern for Salesforce that simplifies trigger management. It leverages custom metadata to enhance configurability.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published