-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-added some deprecated fields on LoggerPlugin__mdt w/ required = fa…
…lse to reduce issues in orgs upgrading, re-addedthe deprecated class LoggerSObjectHandlerPlugin to the managed package's deprecated folder
- Loading branch information
Showing
9 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
...e/main/plugin-framework/objects/LoggerPlugin__mdt/fields/ExecutionOrder__c.field-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>ExecutionOrder__c</fullName> | ||
<description>Deprecated: This field is no longer used.</description> | ||
<externalId>false</externalId> | ||
<fieldManageability>SubscriberControlled</fieldManageability> | ||
<inlineHelpText>Deprecated: This field is no longer used.</inlineHelpText> | ||
<label>Execution Order</label> | ||
<precision>3</precision> | ||
<required>false</required> | ||
<scale>0</scale> | ||
<type>Number</type> | ||
<unique>false</unique> | ||
</CustomField> |
13 changes: 13 additions & 0 deletions
13
...re/main/plugin-framework/objects/LoggerPlugin__mdt/fields/PluginApiName__c.field-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>PluginApiName__c</fullName> | ||
<description>Deprecated: This field is no longer used.</description> | ||
<externalId>false</externalId> | ||
<fieldManageability>DeveloperControlled</fieldManageability> | ||
<inlineHelpText>Deprecated: This field is no longer used.</inlineHelpText> | ||
<label>Plugin API Name</label> | ||
<length>255</length> | ||
<required>false</required> | ||
<type>Text</type> | ||
<unique>false</unique> | ||
</CustomField> |
27 changes: 27 additions & 0 deletions
27
.../core/main/plugin-framework/objects/LoggerPlugin__mdt/fields/PluginType__c.field-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>PluginType__c</fullName> | ||
<description>Deprecated: This field is no longer used.</description> | ||
<externalId>false</externalId> | ||
<fieldManageability>DeveloperControlled</fieldManageability> | ||
<inlineHelpText>Deprecated: This field is no longer used.</inlineHelpText> | ||
<label>Deprecated: Plugin Type</label> | ||
<required>false</required> | ||
<type>Picklist</type> | ||
<valueSet> | ||
<restricted>true</restricted> | ||
<valueSetDefinition> | ||
<sorted>false</sorted> | ||
<value> | ||
<fullName>Apex</fullName> | ||
<default>true</default> | ||
<label>Apex</label> | ||
</value> | ||
<value> | ||
<fullName>Flow</fullName> | ||
<default>false</default> | ||
<label>Flow</label> | ||
</value> | ||
</valueSetDefinition> | ||
</valueSet> | ||
</CustomField> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
nebula-logger/managed-package/core/main/deprecated/classes/LoggerSObjectHandlerPlugin.cls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
public class LoggerSObjectHandlerPlugin { | ||
} |
5 changes: 5 additions & 0 deletions
5
...gger/managed-package/core/main/deprecated/classes/LoggerSObjectHandlerPlugin.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>54.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
3 changes: 3 additions & 0 deletions
3
...-logger/managed-package/core/main/deprecated/classes/LoggerSObjectHandlerPlugin_Tests.cls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@IsTest | ||
private class LoggerSObjectHandlerPlugin_Tests { | ||
} |
5 changes: 5 additions & 0 deletions
5
...anaged-package/core/main/deprecated/classes/LoggerSObjectHandlerPlugin_Tests.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>54.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |