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.
2 parents 7b7db89 + 6e3e514 commit 0a7f0bcCopy full SHA for 0a7f0bc
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'] = this.cleanName(mappedObject['Name']);
661
662
// BATCH framework requires that each record has an "attributes" property
663
mappedObject['attributes'] = {
0 commit comments