Skip to content

Commit

Permalink
Support Summer '21 (v52)
Browse files Browse the repository at this point in the history
Fixes #80
  • Loading branch information
Alan Morey committed Oct 6, 2021
1 parent d33a871 commit a734380
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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 = 51.0
sf.antlib.version = 52.0

# Use 'https://login.salesforce.com' for production or developer edition
# Use 'https://test.salesforce.com for sandbox.
Expand Down
15 changes: 13 additions & 2 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='51.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='51.0.0')
@Grab(group='com.force.api', module='force-partner-api', version='52.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='52.0.0')

import com.sforce.soap.metadata.FileProperties
import com.sforce.soap.metadata.ListMetadataQuery
Expand Down Expand Up @@ -397,16 +397,23 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'FeatureParameterBoolean',
'FeatureParameterDate',
'FeatureParameterInteger',
'FieldRestrictionRule',
'FlexiPage',
'Flow',
'FlowCategory',
'FlowDefinition',
'ForecastingSourceDefinition',
'ForecastingType',
'ForecastingTypeSource',
'FunctionReference',
'GlobalValueSet',
'GlobalValueSetTranslation',
'Group',
'HomePageComponent',
'HomePageLayout',
'InboundNetworkConnection',
'InstalledPackage',
'IPAddressRange',
'KeywordList',
'LeadConvertSettings',
'Letterhead',
Expand All @@ -422,6 +429,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'ManagedTopics',
'MatchingRule',
'MilestoneType',
'MktCalcInsightObjectDef',
'MlDomain',
'MLPredictionDefinition',
'MobileApplicationDetail',
Expand All @@ -433,6 +441,8 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'NetworkBranding',
'NotificationTypeConfig',
'OauthCustomScope',
'OcrSampleDocument',
'OcrTemplate',
'OrchestrationContext',
'OrchestrationContextEvents',
'PathAssistant',
Expand All @@ -457,6 +467,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'RedirectWhitelistUrl',
'RemoteSiteSetting',
'ReportType',
'RestrictionRule',
'Role',
'RoleOrTerritory',
'SalesWorkQueueSettings',
Expand Down
Binary file not shown.

0 comments on commit a734380

Please sign in to comment.