Expected Behavior
Bypass permission should work for any custom permission
Actual Behavior
Bypass permission is only honored if the permission shares the namespace with the apex-trigger-action-framework package.
Steps to Reproduce the Problem
- Package apex-trigger-action-framework in a namespaced package
- Set up a trigger and action
- Create a custom permission
- Put custom permission in bypass permission field of the action
- Do DML to cause the trigger to fire
Expected Behavior
Bypass permission should work for any custom permission
Actual Behavior
Bypass permission is only honored if the permission shares the namespace with the apex-trigger-action-framework package.
Steps to Reproduce the Problem