Question:
What is the order that Vault SDK triggers execute when the order is not specified?
Answer:
Trigger order is not required and when order is not specified, the triggers are executed in alpha order, including the package name:
com.veeva.vault.custom.az.triggers.TriggerExample4
com.veeva.vault.custom.az.triggers.TriggerExample5
com.veeva.vault.custom.az.triggers.TriggerExample6
com.veeva.vault.custom.ctms.triggers.TriggerExample1
com.veeva.vault.custom.ctms.triggers.TriggerExample2
com.veeva.vault.custom.ctms.triggers.TriggerExample3
If trigger order is supplied, Vault executes in the order specified for that object.
Related Documentation:
N/A