apex-trigger-actions-framework icon indicating copy to clipboard operation
apex-trigger-actions-framework copied to clipboard

A framework for partitioning, ordering, and bypassing trigger logic for applications built on Salesforce.

Results 19 apex-trigger-actions-framework issues
Sort by recently updated
recently updated
newest added
trafficstars

Fixes #153 Fixes an issue where including trigger action framework in a namespaced package makes custom permission checks fail if the permission is not in the same namespace. This requires...

## 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. ##...

If packaged, Actions and Finalizers use an API that cannot access classes outside of the same package. Salesforce Documentation on the Type.forName warns of this and suggests using an alternative...

## Summary Implements a pluggable telemetry logging system for the Trigger Actions Framework to track Salesforce limits and performance metrics during trigger action execution. This feature addresses issue #176 by...

## Summary - Fixed issue #153 where custom permissions were not namespace safe - Implemented namespace-aware permission checking in `MetadataTriggerHandler` and `FinalizerHandler` - Added comprehensive test coverage for the new...

## Summary - Added `Bypass_Execution__c` field to all 7 Trigger Action related lists in the sObject Trigger Setting layout - Improves visibility of active/inactive trigger actions in the Automation Studio...

1. Prettier updates 2. Clean workflow files 3. Remove unnecessary node modules - [ ] Tests pass - [ ] Appropriate changes to README are included in PR

I'd like to develop a feature that could be activated per object, per handler, or (possibly) globally that would: At the start of a handler, output some limits to the...

I'm trying to mimic the way scheduled paths work in record triggered flows. Is there a way to do that using the trigger actions framework and an autolaunched flow instead?