Skip to content

Commit 4bcf28b

Browse files
committed
all fields SubscriberControlled
1 parent d5a9c21 commit 4bcf28b

25 files changed

+25
-25
lines changed

trigger-actions-framework/main/default/objects/DML_Finalizer__mdt/fields/Apex_Class_Name__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<caseSensitive>false</caseSensitive>
55
<description>Enter the name of the Apex Class which defines the action to be taken</description>
66
<externalId>false</externalId>
7-
<fieldManageability>DeveloperControlled</fieldManageability>
7+
<fieldManageability>SubscriberControlled</fieldManageability>
88
<inlineHelpText>Enter the name of the Apex Class which defines the action to be taken</inlineHelpText>
99
<label>Apex Class Name</label>
1010
<length>255</length>

trigger-actions-framework/main/default/objects/DML_Finalizer__mdt/fields/Bypass_Execution__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<defaultValue>false</defaultValue>
55
<description>Set this to true to bypass this Trigger Action from being called</description>
66
<externalId>false</externalId>
7-
<fieldManageability>DeveloperControlled</fieldManageability>
7+
<fieldManageability>SubscriberControlled</fieldManageability>
88
<inlineHelpText>Set this to true to bypass this Trigger Action from being called</inlineHelpText>
99
<label>Bypass Execution</label>
1010
<type>Checkbox</type>

trigger-actions-framework/main/default/objects/DML_Finalizer__mdt/fields/Bypass_Permission__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<fullName>Bypass_Permission__c</fullName>
44
<description>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.</description>
55
<externalId>false</externalId>
6-
<fieldManageability>DeveloperControlled</fieldManageability>
6+
<fieldManageability>SubscriberControlled</fieldManageability>
77
<inlineHelpText>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.</inlineHelpText>
88
<label>Bypass Permission</label>
99
<length>255</length>

trigger-actions-framework/main/default/objects/DML_Finalizer__mdt/fields/Order__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
33
<fullName>Order__c</fullName>
44
<externalId>false</externalId>
5-
<fieldManageability>DeveloperControlled</fieldManageability>
5+
<fieldManageability>SubscriberControlled</fieldManageability>
66
<label>Order</label>
77
<precision>18</precision>
88
<required>true</required>

trigger-actions-framework/main/default/objects/DML_Finalizer__mdt/fields/Required_Permission__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<fullName>Required_Permission__c</fullName>
44
<description>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.</description>
55
<externalId>false</externalId>
6-
<fieldManageability>DeveloperControlled</fieldManageability>
6+
<fieldManageability>SubscriberControlled</fieldManageability>
77
<inlineHelpText>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.</inlineHelpText>
88
<label>Required Permission</label>
99
<length>255</length>

trigger-actions-framework/main/default/objects/Trigger_Action__mdt/fields/After_Delete__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<fullName>After_Delete__c</fullName>
44
<description>Enter the name of the sObject you want to have this action execute on during the after delete context</description>
55
<externalId>false</externalId>
6-
<fieldManageability>DeveloperControlled</fieldManageability>
6+
<fieldManageability>SubscriberControlled</fieldManageability>
77
<inlineHelpText>Enter the name of the sObject you want to have this action execute on during the after delete context</inlineHelpText>
88
<label>After Delete</label>
99
<referenceTo>sObject_Trigger_Setting__mdt</referenceTo>

trigger-actions-framework/main/default/objects/Trigger_Action__mdt/fields/After_Insert__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<fullName>After_Insert__c</fullName>
44
<description>Enter the name of the sObject you want to have this action execute on during the after insert context</description>
55
<externalId>false</externalId>
6-
<fieldManageability>DeveloperControlled</fieldManageability>
6+
<fieldManageability>SubscriberControlled</fieldManageability>
77
<inlineHelpText>Enter the name of the sObject you want to have this action execute on during the after insert context</inlineHelpText>
88
<label>After Insert</label>
99
<referenceTo>sObject_Trigger_Setting__mdt</referenceTo>

trigger-actions-framework/main/default/objects/Trigger_Action__mdt/fields/After_Undelete__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<fullName>After_Undelete__c</fullName>
44
<description>Enter the name of the sObject you want to have this action execute on during the after undelete context</description>
55
<externalId>false</externalId>
6-
<fieldManageability>DeveloperControlled</fieldManageability>
6+
<fieldManageability>SubscriberControlled</fieldManageability>
77
<inlineHelpText>Enter the name of the sObject you want to have this action execute on during the after undelete context</inlineHelpText>
88
<label>After Undelete</label>
99
<referenceTo>sObject_Trigger_Setting__mdt</referenceTo>

trigger-actions-framework/main/default/objects/Trigger_Action__mdt/fields/After_Update__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<fullName>After_Update__c</fullName>
44
<description>Enter the name of the sObject you want to have this action execute on during the after update context</description>
55
<externalId>false</externalId>
6-
<fieldManageability>DeveloperControlled</fieldManageability>
6+
<fieldManageability>SubscriberControlled</fieldManageability>
77
<inlineHelpText>Enter the name of the sObject you want to have this action execute on during the after update context</inlineHelpText>
88
<label>After Update</label>
99
<referenceTo>sObject_Trigger_Setting__mdt</referenceTo>

trigger-actions-framework/main/default/objects/Trigger_Action__mdt/fields/Allow_Flow_Recursion__c.field-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<defaultValue>false</defaultValue>
55
<description>Check this box to allow the flow to execute recursively</description>
66
<externalId>false</externalId>
7-
<fieldManageability>DeveloperControlled</fieldManageability>
7+
<fieldManageability>SubscriberControlled</fieldManageability>
88
<inlineHelpText>Check this box to allow the flow to execute recursively</inlineHelpText>
99
<label>Allow Flow Recursion?</label>
1010
<type>Checkbox</type>

0 commit comments

Comments
 (0)