We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7d413 commit 6e3e514Copy full SHA for 6e3e514
src/migration/omniscript.ts
@@ -657,7 +657,6 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
657
}
658
659
mappedObject[ElementMappings.PropertySet__c] = JSON.stringify(propertySet);
660
- mappedObject['Name'] = mappedObject['Name'];
661
662
// BATCH framework requires that each record has an "attributes" property
663
mappedObject['attributes'] = {
0 commit comments