Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entry Criteria Formula #159

Merged
merged 10 commits into from
Oct 4, 2024
Merged

Entry Criteria Formula #159

merged 10 commits into from
Oct 4, 2024

Conversation

mitchspano
Copy link
Owner

Fixes #135

Enable new entry criteria formula definition for specific actions.

  • Tests pass
  • Appropriate changes to README are included in PR

mitchspano and others added 10 commits September 30, 2024 02:28
This commit introduces the `FormulaFilter` class, which provides functionality to filter lists of SObjects based on a configurable entry criteria formula defined within a `Trigger_Action__mdt` configuration row.

The `FormulaFilter` class leverages the `FormulaEval` class to dynamically evaluate the entry criteria formula for each record, improving performance and flexibility compared to traditional string-based evaluation methods.
@mitchspano mitchspano merged commit a4b3f90 into main Oct 4, 2024
1 of 2 checks passed
@mitchspano mitchspano deleted the entry_criteria branch October 4, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entry Criteria in Trigger Action Metadata
1 participant