高章伟
2023-03-02 e3c02c03dd2de442bbced87236f60a13a1cd154e
force-app/main/default/classes/NewAndEditInquiryFormController.cls
@@ -10,6 +10,10 @@
    public String urlCheckContactAWSid {get; set;}
    public String contactAWSDataId{set;get;}
    public String contactName{set;get;}
    //zhj MEBG新方案改造 2022-11-29 start
    public String staticResourceV2 {get; set;}
    //zhj MEBG新方案改造 2022-11-29 end
    public NewAndEditInquiryFormController(ApexPages.StandardController controller) {
        List<String> fieldList = new List<String>(Schema.getGlobalDescribe().get('Inquiry_form__c').getDescribe().fields.getMap().keyset());  
        // Add fields to controller. This is to avoid the SOQL error in visualforce page
@@ -52,6 +56,9 @@
        staticResourceLead = JSON.serialize(PIHelper.getPIIntegrationInfo('Lead'));
        checkUrl('CF00N1000000962n8_lkid','Contact');
        //zhj MEBG新方案改造 2022-11-29 start
        staticResourceV2 = JSON.serialize(PIHelper.getPIIntegrationInfo('Inquiry_form__cV2'));
        //zhj MEBG新方案改造 2022-11-29 end
    }
    @RemoteAction