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