buli
2022-04-26 ba1c90575c47f9cb5c2ce0a20da90d3b1739b5fa
force-app/main/default/classes/DeveloperUtility.cls
@@ -1,5 +1,5 @@
public class DeveloperUtility {
   /*
    public static List<HTTPResponse> CreateFields(string sobject_name,string [] fields, boolean create_field,boolean create_config){
        
        PI_Policy_Configuration__c ppc = null;
@@ -100,5 +100,5 @@
        System.debug(resp.getStatus());
        System.debug(resp.getBody());
        return resp;
    }
    }*/
}