You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-14Lines changed: 1 addition & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,20 +158,7 @@ global class AccountTriggerRecord extends TriggerRecord {
158
158
159
159
Then enter the API name of that class in the `SObject_Trigger_Setting__mdt.TriggerRecord_Class_Name__c` field on the `SObject_Trigger_Setting__mdt` record of interest.
160
160
161
-
Now, you can use a formula which operates on an instance of this class at runtime to determine if a record should be processed. For example, let's say we had the following trigger action:
We could define this entry criteria formula on the `Trigger_Action__mdt` record:
161
+
Now, you can define a formula on the `Trigger_Action__mdt` record which operates on an instance of this class at runtime to determine if a record should be processed
0 commit comments