diff --git a/README.md b/README.md index 930ce4c..e20708d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Easily add Feature Flags to your code, and allow admins to turn toggle features on and off, at the user, profile, and org levels. + + Deploy to Salesforce + + ## Introduction Feature Flags are a way of allowing admins to easily enable/disable features, both for the org as a whole, and for individual users or profiles. This is very useful for a number of different use cases: diff --git a/force-app/main/default/customMetadata/Feature_Flag.T_OppTeamMember_SyncToJira.md-meta.xml b/force-app/main/default/customMetadata/Feature_Flag.T_OppTeamMember_SyncToJira.md-meta.xml deleted file mode 100644 index 7a621a9..0000000 --- a/force-app/main/default/customMetadata/Feature_Flag.T_OppTeamMember_SyncToJira.md-meta.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - false - - Category__c - Trigger - - - Code__c - TOTMSTJ - - - Description__c - Syncs, cancels, or deletes opps, after insert, update, or delete - - - Enabled__c - true - - - Object__c - OpportunityTeamMember - - - Settings__c - - - diff --git a/force-app/main/default/customMetadata/Feature_Flag.T_Opp_SyncToJira.md-meta.xml b/force-app/main/default/customMetadata/Feature_Flag.T_Opp_Example.md-meta.xml similarity index 80% rename from force-app/main/default/customMetadata/Feature_Flag.T_Opp_SyncToJira.md-meta.xml rename to force-app/main/default/customMetadata/Feature_Flag.T_Opp_Example.md-meta.xml index 9e835eb..a57f420 100644 --- a/force-app/main/default/customMetadata/Feature_Flag.T_Opp_SyncToJira.md-meta.xml +++ b/force-app/main/default/customMetadata/Feature_Flag.T_Opp_Example.md-meta.xml @@ -1,6 +1,6 @@ - + false Category__c @@ -8,11 +8,11 @@ Code__c - TOSTJ + TOE Description__c - Syncs, cancels, or deletes opps, after insert, update, or delete + Example flag for a feature living in an Opportunity Trigger Enabled__c diff --git a/manifest/package.xml b/manifest/package.xml index 9236279..72c28d3 100644 --- a/manifest/package.xml +++ b/manifest/package.xml @@ -10,8 +10,7 @@ ApexClass - Feature_Flag.T_OppTeamMember_SyncToJira - Feature_Flag.T_Opp_SyncToJira + Feature_Flag.T_Opp_Example CustomMetadata