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
Enter the name of the Apex Class which defines the action to be taken
@@ -18,10 +15,9 @@ Enter the name of the Apex Class which defines the action to be taken
18
15
19
16
**Type**
20
17
21
-
_Text_
18
+
*Text*
22
19
23
20
---
24
-
25
21
### Bypass Execution
26
22
27
23
Set this to true to bypass this Trigger Action from being called
@@ -32,10 +28,9 @@ Set this to true to bypass this Trigger Action from being called
32
28
33
29
**Type**
34
30
35
-
_Checkbox_
31
+
*Checkbox*
36
32
37
33
---
38
-
39
34
### Bypass Permission
40
35
41
36
Optional. Enter the API name of a permission. If this field has a value, then the triggers on this object will be bypassed if the running user has the custom permission identified.
@@ -46,12 +41,10 @@ Optional. Enter the API name of a permission. If this field has a value, then th
46
41
47
42
**Type**
48
43
49
-
_Text_
44
+
*Text*
50
45
51
46
---
52
-
53
47
### Order
54
-
55
48
**Required**
56
49
57
50
**API Name**
@@ -60,18 +53,17 @@ _Text_
60
53
61
54
**Type**
62
55
63
-
_Number_
56
+
*Number*
64
57
65
58
---
66
-
67
59
### Required Permission
68
60
69
-
Optional. Enter the API name of a permission. If this field has a value, then the triggers on this object will only execute if the running user has the custom permission identified.
61
+
Optional. Enter the API name of a permission. If this field has a value, then the triggers on this object will only execute if the running user has the custom permission identified.
Copy file name to clipboardExpand all lines: docs/custom-objects/Trigger_Action__mdt.md
+17-36Lines changed: 17 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
# Trigger Action
2
2
3
3
## API Name
4
-
5
4
`Trigger_Action__mdt`
6
5
7
6
## Fields
8
-
9
7
### After Delete
10
8
11
9
Enter the name of the sObject you want to have this action execute on during the after delete context
@@ -16,10 +14,9 @@ Enter the name of the sObject you want to have this action execute on during the
16
14
17
15
**Type**
18
16
19
-
_MetadataRelationship_
17
+
*MetadataRelationship*
20
18
21
19
---
22
-
23
20
### After Insert
24
21
25
22
Enter the name of the sObject you want to have this action execute on during the after insert context
@@ -30,10 +27,9 @@ Enter the name of the sObject you want to have this action execute on during the
30
27
31
28
**Type**
32
29
33
-
_MetadataRelationship_
30
+
*MetadataRelationship*
34
31
35
32
---
36
-
37
33
### After Undelete
38
34
39
35
Enter the name of the sObject you want to have this action execute on during the after undelete context
@@ -44,10 +40,9 @@ Enter the name of the sObject you want to have this action execute on during the
44
40
45
41
**Type**
46
42
47
-
_MetadataRelationship_
43
+
*MetadataRelationship*
48
44
49
45
---
50
-
51
46
### After Update
52
47
53
48
Enter the name of the sObject you want to have this action execute on during the after update context
@@ -58,10 +53,9 @@ Enter the name of the sObject you want to have this action execute on during the
58
53
59
54
**Type**
60
55
61
-
_MetadataRelationship_
56
+
*MetadataRelationship*
62
57
63
58
---
64
-
65
59
### Allow Flow Recursion?
66
60
67
61
Check this box to allow the flow to execute recursively
@@ -72,12 +66,10 @@ Check this box to allow the flow to execute recursively
72
66
73
67
**Type**
74
68
75
-
_Checkbox_
69
+
*Checkbox*
76
70
77
71
---
78
-
79
72
### Apex Class Name
80
-
81
73
**Required**
82
74
83
75
Enter the name of the Apex Class which defines the action to be taken
@@ -88,10 +80,9 @@ Enter the name of the Apex Class which defines the action to be taken
88
80
89
81
**Type**
90
82
91
-
_Text_
83
+
*Text*
92
84
93
85
---
94
-
95
86
### Before Delete
96
87
97
88
Enter the name of the sObject you want to have this action execute on during the before delete context
@@ -102,10 +93,9 @@ Enter the name of the sObject you want to have this action execute on during the
102
93
103
94
**Type**
104
95
105
-
_MetadataRelationship_
96
+
*MetadataRelationship*
106
97
107
98
---
108
-
109
99
### Before Insert
110
100
111
101
Enter the name of the sObject you want to have this action execute on during the before insert context
@@ -116,10 +106,9 @@ Enter the name of the sObject you want to have this action execute on during the
116
106
117
107
**Type**
118
108
119
-
_MetadataRelationship_
109
+
*MetadataRelationship*
120
110
121
111
---
122
-
123
112
### Before Update
124
113
125
114
Enter the name of the sObject you want to have this action execute on during the before update context
@@ -130,10 +119,9 @@ Enter the name of the sObject you want to have this action execute on during the
130
119
131
120
**Type**
132
121
133
-
_MetadataRelationship_
122
+
*MetadataRelationship*
134
123
135
124
---
136
-
137
125
### Bypass Execution
138
126
139
127
Set this to true to bypass this Trigger Action from being called
@@ -144,10 +132,9 @@ Set this to true to bypass this Trigger Action from being called
144
132
145
133
**Type**
146
134
147
-
_Checkbox_
135
+
*Checkbox*
148
136
149
137
---
150
-
151
138
### Bypass Permission
152
139
153
140
Optional. Enter the API name of a permission. If this field has a value, then the triggers on this object will be bypassed if the running user has the custom permission identified.
@@ -158,10 +145,9 @@ Optional. Enter the API name of a permission. If this field has a value, then th
158
145
159
146
**Type**
160
147
161
-
_Text_
148
+
*Text*
162
149
163
150
---
164
-
165
151
### Description
166
152
167
153
**API Name**
@@ -170,10 +156,9 @@ _Text_
170
156
171
157
**Type**
172
158
173
-
_LongTextArea_
159
+
*LongTextArea*
174
160
175
161
---
176
-
177
162
### Entry Criteria
178
163
179
164
Formula which if evaluated to true for a given record during trigger processing, then this trigger action will be processed for that record.
@@ -184,10 +169,9 @@ Formula which if evaluated to true for a given record during trigger processing,
184
169
185
170
**Type**
186
171
187
-
_LongTextArea_
172
+
*LongTextArea*
188
173
189
174
---
190
-
191
175
### Flow Name
192
176
193
177
Enter the API name of the flow you would like to execute.
@@ -198,12 +182,10 @@ Enter the API name of the flow you would like to execute.
198
182
199
183
**Type**
200
184
201
-
_Text_
185
+
*Text*
202
186
203
187
---
204
-
205
188
### Order
206
-
207
189
**Required**
208
190
209
191
**API Name**
@@ -212,18 +194,17 @@ _Text_
212
194
213
195
**Type**
214
196
215
-
_Number_
197
+
*Number*
216
198
217
199
---
218
-
219
200
### Required Permission
220
201
221
-
Optional. Enter the API name of a permission. If this field has a value, then the triggers on this object will only execute if the running user has the custom permission identified.
202
+
Optional. Enter the API name of a permission. If this field has a value, then the triggers on this object will only execute if the running user has the custom permission identified.
0 commit comments