forked from vlocityinc/vlocity_build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Calculation Procedure Version Migration
- Loading branch information
Adam Rutland
committed
Jul 24, 2020
1 parent
d58155a
commit 7d77d9e
Showing
14 changed files
with
729 additions
and
56 deletions.
There are no files selected for viewing
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
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
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
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
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
26 changes: 26 additions & 0 deletions
26
...alculationProcedureVersions/VlocityDataPackConfiguration/CalculationProcedureVersion.json
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,26 @@ | ||
{ | ||
"fullName": "%vlocity_namespace%__VlocityDataPackConfiguration__mdt.CalculationProcedureVersion", | ||
"label": "CalculationProcedureVersion", | ||
"values": [ | ||
{ | ||
"field": "%vlocity_namespace%__DefaultExportService__c", | ||
"value": "Calculation Procedure Version Migration" | ||
}, | ||
{ | ||
"field": "%vlocity_namespace%__DefaultImportService__c", | ||
"value": "Calculation Procedure Version Migration" | ||
}, | ||
{ | ||
"field": "%vlocity_namespace%__DefaultActivateLimit__c", | ||
"value": 1 | ||
}, | ||
{ | ||
"field": "%vlocity_namespace%__DefaultExportLimit__c", | ||
"value": 1 | ||
}, | ||
{ | ||
"field": "%vlocity_namespace%__DefaultImportLimit__c", | ||
"value": 1 | ||
} | ||
] | ||
} |
38 changes: 38 additions & 0 deletions
38
.../DataRaptor/Calculation-Procedure-Migration/Calculation-Procedure-Migration_DataPack.json
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,38 @@ | ||
{ | ||
"%vlocity_namespace%__BatchSize__c": 200, | ||
"%vlocity_namespace%__CheckFieldLevelSecurity__c": false, | ||
"%vlocity_namespace%__DRMapItem__c": "Calculation-Procedure-Migration_Mappings.json", | ||
"%vlocity_namespace%__DRMapName__c": "Calculation Procedure Migration", | ||
"%vlocity_namespace%__DeleteOnSuccess__c": false, | ||
"%vlocity_namespace%__Description__c": "", | ||
"%vlocity_namespace%__GlobalKey__c": "Calculation Procedure Migration", | ||
"%vlocity_namespace%__IgnoreErrors__c": false, | ||
"%vlocity_namespace%__InputJson__c": "", | ||
"%vlocity_namespace%__InputType__c": "", | ||
"%vlocity_namespace%__InputXml__c": "", | ||
"%vlocity_namespace%__InterfaceObject__c": "JSON", | ||
"%vlocity_namespace%__IsDefaultForInterface__c": false, | ||
"%vlocity_namespace%__IsProcessSuperBulk__c": false, | ||
"%vlocity_namespace%__OuboundStagingObjectDataField__c": "", | ||
"%vlocity_namespace%__OutboundConfigurationField__c": "", | ||
"%vlocity_namespace%__OutboundConfigurationName__c": "", | ||
"%vlocity_namespace%__OutboundStagingObjectName__c": "", | ||
"%vlocity_namespace%__OutputType__c": "", | ||
"%vlocity_namespace%__OverwriteAllNullValues__c": false, | ||
"%vlocity_namespace%__PreprocessorClassName__c": "", | ||
"%vlocity_namespace%__ProcessNowThreshold__c": -1, | ||
"%vlocity_namespace%__RollbackOnError__c": false, | ||
"%vlocity_namespace%__SampleInputJSON__c": "", | ||
"%vlocity_namespace%__SampleInputRows__c": "", | ||
"%vlocity_namespace%__SampleInputXML__c": "", | ||
"%vlocity_namespace%__TargetOutDocuSignTemplateId__c": "", | ||
"%vlocity_namespace%__TargetOutJson__c": "", | ||
"%vlocity_namespace%__TargetOutPdfDocName__c": "", | ||
"%vlocity_namespace%__TargetOutXml__c": "", | ||
"%vlocity_namespace%__Type__c": "Migration", | ||
"%vlocity_namespace%__UseAssignmentRules__c": false, | ||
"Name": "Calculation Procedure Migration", | ||
"VlocityDataPackType": "SObject", | ||
"VlocityRecordSObjectType": "%vlocity_namespace%__DRBundle__c", | ||
"VlocityRecordSourceKey": "%vlocity_namespace%__DRBundle__c/Calculation Procedure Migration" | ||
} |
Oops, something went wrong.