Skip to content

Commit

Permalink
Support Summer '20 (v49)
Browse files Browse the repository at this point in the history
Fixes #77
  • Loading branch information
alan-morey committed Aug 11, 2020
1 parent d3ae335 commit b87186d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 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 = 48.0
sf.antlib.version = 49.0

# Use 'https://login.salesforce.com' for production or developer edition
# Use 'https://test.salesforce.com for sandbox.
Expand Down
16 changes: 15 additions & 1 deletion force-meta-backup.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'AnalyticSnapshot',
'AnimationRule',
'ApexComponent',
'ApexEmailNotifications',
'ApexTestSuite',
'ApexTrigger',
'AppMenu',
Expand All @@ -339,10 +340,13 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'Audience',
'AuthProvider',
'AutoResponseRules',
'BlacklistedConsumer',
'Bot',
'BotVersion',
'BrandingSet',
'BusinessProcessGroup',
'CallCenter',
'CallCoachingMediaProvider',
'CampaignInfluenceModel',
'CaseSubjectParticle',
'Certificate',
Expand Down Expand Up @@ -447,6 +451,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'ReportType',
'Role',
'RoleOrTerritory',
'SalesWorkQueueSettings',
'SamlSsoConfig',
'Scontrol',
'ServiceChannel',
Expand All @@ -468,6 +473,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'TransactionSecurityPolicy',
'Translations',
'UserCriteria',
'UserProvisioningConfig',
'WaveApplication',
'WaveDashboard',
'WaveDataflow',
Expand All @@ -476,6 +482,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'WaveRecipe',
'WaveTemplateBundle',
'WaveXmd',
'WebStoreTemplate',
'WorkDotComSettings',
'Workflow',
'WorkSkillRouting',
Expand Down Expand Up @@ -716,6 +723,7 @@ class MiscMetadataManifestBuilder extends ManifestBuilder {
'CampaignMemberStatus',
'CampaignStatus',
'CampaignType',
'CareItemStatus',
'CaseContactRole',
'CaseOrigin',
'CasePriority',
Expand All @@ -742,6 +750,7 @@ class MiscMetadataManifestBuilder extends ManifestBuilder {
'OpportunityCompetitor',
'OpportunityStage',
'OpportunityType',
'OrderStatus',
'OrderType',
'PartnerRole',
'Product2Family',
Expand All @@ -750,9 +759,12 @@ class MiscMetadataManifestBuilder extends ManifestBuilder {
'QuickTextChannel',
'QuoteStatus',
'RoleInTerritory2',
'ResourceAbsenceType',
'SalesTeamRole',
'Salutation',
'ServiceAppointmentStatus',
'ServiceContractApprovalStatus',
'ServTerrMemRoleType',
'SocialPostClassification',
'SocialPostEngagementLevel',
'SocialPostReviewedStatus',
Expand All @@ -763,7 +775,9 @@ class MiscMetadataManifestBuilder extends ManifestBuilder {
'TaskType',
'WorkOrderLineItemStatus',
'WorkOrderPriority',
'WorkOrderStatus'
'WorkOrderStatus',
'WorkTypeDefApptType',
'WorkTypeGroupAddInfo',
]


Expand Down
Binary file not shown.

0 comments on commit b87186d

Please sign in to comment.