We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efadff commit 45019b6Copy full SHA for 45019b6
src/migration/dataraptor.ts
@@ -589,11 +589,6 @@ export class DataRaptorMigrationTool extends BaseMigrationTool implements Migrat
589
mappedObject['OmniDataTransformationId'] = omniDataTransformationId;
590
mappedObject['Name'] = this.cleanName(mappedObject['Name']);
591
592
- // Update formula field references if NameMappingRegistry is available
593
- if (this.nameRegistry && mappedObject['Formula']) {
594
- mappedObject['Formula'] = this.nameRegistry.updateDependencyReferences(mappedObject['Formula']);
595
- }
596
-
597
// BATCH framework requires that each record has an "attributes" property
598
mappedObject['attributes'] = {
599
type: DataRaptorMigrationTool.OMNIDATATRANSFORMITEM_NAME,
0 commit comments