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

In Spring 21, Salesforce introduced the possibility to access custom metadata type records without consuming query rows of the well-known 50.000 query rows limit on SOQL queries. Andrew Fawcett shared...

## Expected Behavior I expect to be able to call `TriggerActionFlowAddError.addError` any time during a flow's execution and have that error be added to the record. ## Actual Behavior If...

With the introduction of the [FormulaEval](https://developer.salesforce.com/docs/atlas.en-us.248.0.apexref.meta/apexref/apex_namespace_formulaeval.htm) namespace (available in developer preview for Spring 24 release), Salesforce will enable us to define formulas as strings and dynamically express values with these...

enhancement

Hey @mitchspano This is not an issue to report. Im trying to see if we could improve in this aspect. This is in regards to updating Parent/related objects from 'after...

enhancement

As the complexity of a Salesforce Org increases, managing and monitoring the automation process becomes more challenging. The current codebase has a lot of functionalities that can be improved with...

enhancement

This is not an issue, the following is a feature request. Needing to create the actual trigger file for an object along with creating the SObject Settings MDT record for...

enhancement

## Enhancement Needed to get a better overview over all active and inactive trigger actions for a given SObject: Before: After: See commit: https://github.com/petter-eikeland/apex-trigger-actions-framework/commit/433586f8dd5fade52fbed6fbfba96b1ba7dc6761

enhancement

# Summary: This document proposes publishing the Trigger Actions Framework (TAF) as a managed package. This will allow other packages, including those from Independent Software Vendors (ISVs), to formally establish...

enhancement

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

Custom Metadata Types have a small (10Mb) limit for the total amount you can store in the records. Storage usage is determined by a fixed per record size that is...