Skip to content

Commit

Permalink
Package Details
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchspano committed Oct 4, 2024
1 parent 3f9e31f commit a92789c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ Create a trigger action record with `Apex_Class_Name__c` equal to `TriggerAction
Individual trigger actions can have their own dynamic entry criteria defined in a simple formula.
This is a new feature and is built using the [`FormulaEval` namespace](https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_namespace_formulaeval.htm) within Apex.

#### [Entry Criteria Beta Package Installation (Production)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000Pb8ZYAS)

#### [Entry Criteria Beta Package Installation (Sandbox)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tKY000000Pb8ZYAS)

### SObject Setup

To define an entry criteria formula for a given trigger action, first define a class which extends `TriggerRecord`
Expand Down
3 changes: 2 additions & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"Trigger Actions [email protected]": "04t3h000004juLuAAI",
"Trigger Actions [email protected]": "04t3h000004juNCAAY",
"Trigger Actions [email protected]": "04t3h000004juNHAAY",
"Trigger Actions [email protected]": "04t3h000004juNRAAY"
"Trigger Actions [email protected]": "04t3h000004juNRAAY",
"Trigger Actions [email protected]": "04tKY000000Pb8ZYAS"
}
}

0 comments on commit a92789c

Please sign in to comment.