Skip to content

Commit 0a7f0bc

Browse files
Merge pull request #243 from salesforcecli/u/abhinavkumar2/W-16151136
U/abhinavkumar2/w 16151136
2 parents 7b7db89 + 6e3e514 commit 0a7f0bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/migration/omniscript.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
657657
}
658658

659659
mappedObject[ElementMappings.PropertySet__c] = JSON.stringify(propertySet);
660-
mappedObject['Name'] = this.cleanName(mappedObject['Name']);
661660

662661
// BATCH framework requires that each record has an "attributes" property
663662
mappedObject['attributes'] = {

0 commit comments

Comments
 (0)