李彤
2022-03-30 10f2e8deb7fe679b86d8fb40e99c1420ad5b3729
force-app/main/default/classes/NewAndEditInspectionReportController.cls
@@ -4,7 +4,9 @@
        
        List<String> fieldList = new List<String>(Schema.getGlobalDescribe().get('Inspection_Report__c').getDescribe().fields.getMap().keyset());  
        // Add fields to controller. This is to avoid the SOQL error in visualforce page
        controller.addFields(fieldList);
        if (!Test.isRunningTest()) {
            controller.addFields(fieldList);
        }
        Init(controller.getRecord());
        //AWSToSobjectNonEncryptedMap.put('responsiblePersonHP', 'Responsible_Person__c');