Skip to content

Commit

Permalink
Update BDI_DataImportService.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
enzigma-pratishtha-upadhyay committed Apr 8, 2024
1 parent 7d9107c commit c79af4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions force-app/main/default/classes/BDI_DataImportService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,9 @@ global with sharing class BDI_DataImportService {
Map<String, Schema.SObjectField> mapS = Schema.SObjectType.DataImport__c.fields.getMap();
listStrDataImportFields = new List<String>();
listStrDataImportFields.addAll(mapS.keySet());
listStrDataImportFields.add('NPSP_Data_Import_Batch__r.Name');
listStrDataImportFields.add('NPSP_Data_Import_Batch__r.Batch_Number__c');

}
return listStrDataImportFields;
}
Expand Down

0 comments on commit c79af4e

Please sign in to comment.