Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/migration/dataraptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,6 @@ export class DataRaptorMigrationTool extends BaseMigrationTool implements Migrat
mappedObject['OmniDataTransformationId'] = omniDataTransformationId;
mappedObject['Name'] = this.cleanName(mappedObject['Name']);

// Update formula field references if NameMappingRegistry is available
if (this.nameRegistry && mappedObject['Formula']) {
mappedObject['Formula'] = this.nameRegistry.updateDependencyReferences(mappedObject['Formula']);
}

// BATCH framework requires that each record has an "attributes" property
mappedObject['attributes'] = {
type: DataRaptorMigrationTool.OMNIDATATRANSFORMITEM_NAME,
Expand Down
Loading
Loading