File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 246246 "varDeclarationUpdated" : " Variable initialization has been updated for target name" ,
247247 "migrationSuccessfulMessage" : " Migration process for org %s is complete and reports are ready for review in the folder %s" ,
248248 "needManualInterventionAsSpecialCharsInChildFlexcardName" : " Need manual intervention as child flexcards have special characters in their name" ,
249- "needManualInterventionAsSpecialCharsInFlexcardName" : " Need manual intervention as flexcard has special characters in name"
249+ "needManualInterventionAsSpecialCharsInFlexcardName" : " Need manual intervention as flexcard has special characters in name" ,
250250 "metadataTablesAlreadyClean" : " OmniStudio metadata tables are empty" ,
251251 "startingMetadataCleanup" : " Initiated cleanup process for Omnistudio metadata tables." ,
252252 "failedToCleanTables" : " Table cleanup failed: %s" ,
Original file line number Diff line number Diff line change @@ -1107,11 +1107,6 @@ export class CardMigrationTool extends BaseMigrationTool implements MigrationToo
11071107 // Clean the name
11081108 mappedObject [ 'Name' ] = this . cleanName ( mappedObject [ 'Name' ] ) ;
11091109
1110- // Here for usecase2 add check for name
1111- if ( this . IS_STANDARD_DATA_MODEL && mappedObject [ 'Name' ] != cardRecord [ 'Name' ] ) {
1112- Logger . logVerbose ( 'The Name of flexcard has special chars' ) ;
1113- }
1114-
11151110 mappedObject [ CardMappings . Author__c ] = this . cleanName ( mappedObject [ CardMappings . Author__c ] ) ;
11161111 mappedObject [ CardMappings . Active__c ] = false ;
11171112
You can’t perform that action at this time.
0 commit comments