| | |
| | | global class NewAndEditInspectionReportController extends NewAndEditBaseController |
| | | { |
| | | //zhj MEBG新方案改造 2022-11-29 start |
| | | public String staticResourceV2 {get; set;} |
| | | //zhj MEBG新方案改造 2022-11-29 end |
| | | public NewAndEditInspectionReportController(ApexPages.StandardController controller) { |
| | | |
| | | List<String> fieldList = new List<String>(Schema.getGlobalDescribe().get('Inspection_Report__c').getDescribe().fields.getMap().keyset()); |
| | |
| | | } |
| | | Init(controller.getRecord()); |
| | | |
| | | //zhj MEBG新方案改造 2022-11-29 start |
| | | staticResourceV2 = JSON.serialize(PIHelper.getPIIntegrationInfo('Inspection_Report__cV2')); |
| | | //zhj MEBG新方案改造 2022-11-29 end |
| | | //AWSToSobjectNonEncryptedMap.put('responsiblePersonHP', 'Responsible_Person__c'); |
| | | //AWSToSobjectNonEncryptedMap.put('technicianHP', 'Technician_HP__c'); |
| | | //AWSToSobjectNonEncryptedMap.put('callerPhone', 'phone__c'); |