Skip to content

Commit

Permalink
Support Winter '21 (v50)
Browse files Browse the repository at this point in the history
Fixes #78
  • Loading branch information
alan-morey committed Nov 10, 2020
1 parent b87186d commit 0dbc85e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ant-includes/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sf.maxPoll = 200
sf.batchSize = 20

# The version of the antlib jar in lib
sf.antlib.version = 49.0
sf.antlib.version = 50.0

# Use 'https://login.salesforce.com' for production or developer edition
# Use 'https://test.salesforce.com for sandbox.
Expand Down
13 changes: 10 additions & 3 deletions force-meta-backup.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env groovy
@Grab(group='com.force.api', module='force-partner-api', version='48.1.0')
@Grab(group='com.force.api', module='force-metadata-api', version='48.1.0')
@Grab(group='com.force.api', module='force-partner-api', version='50.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='50.0.0')

import com.sforce.soap.metadata.FileProperties
import com.sforce.soap.metadata.ListMetadataQuery
Expand Down Expand Up @@ -719,6 +719,7 @@ class MiscMetadataManifestBuilder extends ManifestBuilder {
'AccountOwnership',
'AccountRating',
'AccountType',
'AppointmentSchedulingPolicy',
'AssetStatus',
'CampaignMemberStatus',
'CampaignStatus',
Expand All @@ -733,9 +734,14 @@ class MiscMetadataManifestBuilder extends ManifestBuilder {
'ContactRole',
'ContractContactRole',
'ContractStatus',
'DataSource',
'DataStreamDefinition',
'EmbeddedServiceFlowConfig',
'EmbeddedServiceMenuSettings',
'EntitlementType',
'EventSubject',
'EventType',
'ExternalDataSource',
'FiscalYearPeriodName',
'FiscalYearPeriodPrefix',
'FiscalYearQuarterName',
Expand All @@ -747,6 +753,8 @@ class MiscMetadataManifestBuilder extends ManifestBuilder {
'Industry',
'LeadSource',
'LeadStatus',
'ManagedTopics',
'MktDataTranObject ',
'OpportunityCompetitor',
'OpportunityStage',
'OpportunityType',
Expand All @@ -758,7 +766,6 @@ class MiscMetadataManifestBuilder extends ManifestBuilder {
'QuickTextCategory',
'QuickTextChannel',
'QuoteStatus',
'RoleInTerritory2',
'ResourceAbsenceType',
'SalesTeamRole',
'Salutation',
Expand Down
Binary file not shown.

0 comments on commit 0dbc85e

Please sign in to comment.